[INPUT]
authorDmitry Chapyshev <dmitry@reactos.org>
Sun, 7 Aug 2016 13:07:23 +0000 (13:07 +0000)
committerDmitry Chapyshev <dmitry@reactos.org>
Sun, 7 Aug 2016 13:07:23 +0000 (13:07 +0000)
commit85915846ebfe14230185051b99030ebd3ab4f0fe
tree0d15c8be65ed1170ffb8fe585f90393447f3e840
parent2f3c2c58d23629656234421c0b8738f1d2078ecc
[INPUT]
- Create an empty project for re-working keyboard layouts management

svn path=/trunk/; revision=72146
28 files changed:
reactos/dll/cpl/CMakeLists.txt
reactos/dll/cpl/input_new/CMakeLists.txt [new file with mode: 0644]
reactos/dll/cpl/input_new/input.c [new file with mode: 0644]
reactos/dll/cpl/input_new/input.h [new file with mode: 0644]
reactos/dll/cpl/input_new/input.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/input.spec [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/bg-BG.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/cs-CZ.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/de-DE.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/el-GR.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/en-US.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/es-ES.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/fr-FR.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/he-IL.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/it-IT.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/no-NO.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/pl-PL.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/pt-BR.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/ro-RO.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/ru-RU.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/sk-SK.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/sq-AL.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/tr-TR.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/uk-UA.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/zh-CN.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/lang/zh-TW.rc [new file with mode: 0644]
reactos/dll/cpl/input_new/resource.h [new file with mode: 0644]
reactos/dll/cpl/input_new/resources/keyboard-shortcuts.ico [new file with mode: 0644]