diff --git a/linux/mcompile/keymap/keymap.h b/linux/mcompile/keymap/keymap.h index 0e10e1d1e6..46b5b2a31f 100644 --- a/linux/mcompile/keymap/keymap.h +++ b/linux/mcompile/keymap/keymap.h @@ -15,6 +15,7 @@ #include #include "km_u16.h" #include +#include "../../../common/include/keyman_vkey.h" enum ShiftState { @@ -30,7 +31,7 @@ enum ShiftState { ShftXxxx = Shft | Xxxx, // 9 }; -#define VK_SPACE 0x20 +/*#define VK_SPACE 0x20 #define VK_COLON 0xBA #define VK_EQUAL 0xBB #define VK_COMMA 0xBC @@ -61,7 +62,7 @@ enum ShiftState { #define VK_CONTROL 0x11 #define VK_MENU 0x12 #define VK_PAUSE 0x13 -#define VK_CAPITAL 0x14 +#define VK_CAPITAL 0x14*/ typedef std::vector vec_string_1D; typedef std::vector vec_dword_1D;