(svn r14260) -Fix [FS#2277]: merge keycode for "normal" 0-9 keys and keypad 0-9 keys so people don't get confused that the keypad doesn't work as expected.
This commit is contained in:
@@ -106,7 +106,7 @@ static const VkMapping _vk_mapping[] = {
|
||||
AM(VK_F1, VK_F12, WKC_F1, WKC_F12),
|
||||
|
||||
/* Numeric part */
|
||||
AM(VK_NUMPAD0, VK_NUMPAD9, WKC_NUM_0, WKC_NUM_9),
|
||||
AM(VK_NUMPAD0, VK_NUMPAD9, '0', '9'),
|
||||
AS(VK_DIVIDE, WKC_NUM_DIV),
|
||||
AS(VK_MULTIPLY, WKC_NUM_MUL),
|
||||
AS(VK_SUBTRACT, WKC_NUM_MINUS),
|
||||
|
Reference in New Issue
Block a user