mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-19 14:57:42 +00:00
chore(common): add VK_DELETE to km_vkey.h
This commit is contained in:
parent
a2bf976e5e
commit
4e4e37ec26
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace vkey {
|
|||
#define VK_EXECUTE 0x2B
|
||||
#define VK_SNAPSHOT 0x2C
|
||||
#define VK_INSERT 0x2D
|
||||
#define VK_DECIMAL 0x6E
|
||||
#define VK_DELETE 0x2E
|
||||
|
||||
#define VK_KEY_0 0x30
|
||||
#define VK_KEY_1 0x31
|
||||
|
|
@ -111,6 +111,7 @@ namespace vkey {
|
|||
|
||||
#define VK_NUMPAD_SUBTRACT 0x6D
|
||||
#define VK_NUMPAD_DECIMAL 0x6E
|
||||
#define VK_DECIMAL 0x6E
|
||||
#define VK_NUMPAD_DIVIDE 0x6F
|
||||
#define VK_DIVIDE 0x6F
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue