GUAC-1314: Add mapping of numeric keypad operators to base RDP keymap

This commit is contained in:
Frode Langelo 2015-09-03 15:52:37 +00:00
parent 2e72d4c9e3
commit 9fceb58444

View File

@ -58,6 +58,13 @@ map 0x47 ~ 0xffb7 # KP_7
map 0x48 ~ 0xffb8 # KP_8 map 0x48 ~ 0xffb8 # KP_8
map 0x49 ~ 0xffb9 # KP_9 map 0x49 ~ 0xffb9 # KP_9
# Keypad operators
map 0x37 ~ 0xffaa # KP_multiply
map 0x4e ~ 0xffab # KP_add
map 0x4a ~ 0xffad # KP_subtract
map 0x53 ~ 0xffae # KP_decimal
map +ext 0x35 ~ 0xffaf # KP_divide
# F keys # F keys
map 0x3B ~ 0xffbe # F1 map 0x3B ~ 0xffbe # F1
map 0x3C ~ 0xffbf # F2 map 0x3C ~ 0xffbf # F2