chore(common): use new namespace km_vk in linux/mcompile/keymap/keymap.h

This commit is contained in:
Sabine 2025-07-15 18:00:31 +02:00
parent b4d76dcc51
commit 0a43883a51

View file

@ -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;