mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 16:41:00 +03:00
video_ack_required
This commit is contained in:
@@ -684,12 +684,12 @@ export const KEY_MAP: any = {
|
||||
"VK_RBRACKET": "]",
|
||||
"VK_BACKSLASH": "\\",
|
||||
"VK_MINUS": "-",
|
||||
"VK_PLUS": "= // it is =, but sciter return VK_PLUS",
|
||||
"VK_DIVIDE": "Divide // numpad",
|
||||
"VK_MULTIPLY": "Multiply // numpad",
|
||||
"VK_SUBTRACT": "Subtract // numpad",
|
||||
"VK_ADD": "Add // numpad",
|
||||
"VK_DECIMAL": "Decimal // numpad",
|
||||
"VK_PLUS": "=",
|
||||
"VK_DIVIDE": "Divide",
|
||||
"VK_MULTIPLY": "Multiply",
|
||||
"VK_SUBTRACT": "Subtract",
|
||||
"VK_ADD": "Add",
|
||||
"VK_DECIMAL": "Decimal",
|
||||
"VK_F1": "F1",
|
||||
"VK_F2": "F2",
|
||||
"VK_F3": "F3",
|
||||
|
||||
Reference in New Issue
Block a user