mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
chore(common): use new namespace km_vk in linux/mcompile/keymap/keymap.h
This commit is contained in:
parent
b4d76dcc51
commit
0a43883a51
1 changed files with 3 additions and 2 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <vector>
|
||||
#include "km_u16.h"
|
||||
#include <cassert>
|
||||
#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<std::string> vec_string_1D;
|
||||
typedef std::vector<KMX_DWORD> vec_dword_1D;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue