mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
Merge pull request #1629 from asur4s/master
Fix keyboard and mouse bugs
This commit is contained in:
@@ -233,16 +233,16 @@ const Map<int, String> physicalKeyMap = <int, String>{
|
||||
0x00070056: 'VK_SUBTRACT',
|
||||
0x00070057: 'VK_ADD',
|
||||
0x00070058: 'VK_ENTER', // num enter
|
||||
0x00070059: 'VK_NUMPAD0',
|
||||
0x0007005a: 'VK_NUMPAD1',
|
||||
0x0007005b: 'VK_NUMPAD2',
|
||||
0x0007005c: 'VK_NUMPAD3',
|
||||
0x0007005d: 'VK_NUMPAD4',
|
||||
0x0007005e: 'VK_NUMPAD5',
|
||||
0x0007005f: 'VK_NUMPAD6',
|
||||
0x00070060: 'VK_NUMPAD7',
|
||||
0x00070061: 'VK_NUMPAD8',
|
||||
0x00070062: 'VK_NUMPAD9',
|
||||
0x00070059: 'VK_NUMPAD1',
|
||||
0x0007005a: 'VK_NUMPAD2',
|
||||
0x0007005b: 'VK_NUMPAD3',
|
||||
0x0007005c: 'VK_NUMPAD4',
|
||||
0x0007005d: 'VK_NUMPAD5',
|
||||
0x0007005e: 'VK_NUMPAD6',
|
||||
0x0007005f: 'VK_NUMPAD7',
|
||||
0x00070060: 'VK_NUMPAD8',
|
||||
0x00070061: 'VK_NUMPAD9',
|
||||
0x00070062: 'VK_NUMPAD0',
|
||||
0x00070063: 'VK_DECIMAL',
|
||||
0x00070075: 'VK_HELP',
|
||||
0x00070077: 'VK_SELECT',
|
||||
|
||||
Reference in New Issue
Block a user