[INPUT]
authorDmitry Chapyshev <dmitry@reactos.org>
Tue, 9 Aug 2016 21:03:55 +0000 (21:03 +0000)
committerDmitry Chapyshev <dmitry@reactos.org>
Tue, 9 Aug 2016 21:03:55 +0000 (21:03 +0000)
commit4e8d5c9c393db76787f18f9e05529eb6e1e6c903
tree00549fe4cab245bc3857d300ebdc67162557d401
parentb7586c04782b3ea1f16269ee4457ecb8e9898f60
[INPUT]
- Implement 'Key Settings' and 'Change Key Settings' dialogs

* Now you can add, delete and change the input method, change the hotkey switching input methods. The system correctly responds to changes. It works fine in Windows 10, but has not yet been tested on ReactOS

svn path=/trunk/; revision=72171
reactos/dll/cpl/input_new/CMakeLists.txt
reactos/dll/cpl/input_new/add_dialog.c
reactos/dll/cpl/input_new/input.h
reactos/dll/cpl/input_new/input_list.c
reactos/dll/cpl/input_new/key_sequence_dialog.c [new file with mode: 0644]
reactos/dll/cpl/input_new/key_settings_dialog.c
reactos/dll/cpl/input_new/settings_page.c