From 0a43883a51a0c0bbb88d005952d3e2dcdc34500a Mon Sep 17 00:00:00 2001 From: Sabine Date: Tue, 15 Jul 2025 18:00:31 +0200 Subject: [PATCH] chore(common): use new namespace km_vk in linux/mcompile/keymap/keymap.h --- linux/mcompile/keymap/keymap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;