GUACAMOLE-51: Require shift released and numlock active for keypad numerals.
This commit is contained in:
parent
69ab054323
commit
996f1a8ec2
@ -44,16 +44,16 @@ map 0x46 ~ 0xff14 # Scroll_Lock
|
||||
map +ext 0x3A ~ 0xffe5 # Caps_Lock
|
||||
|
||||
# Keypad numerals
|
||||
map 0x52 ~ 0xffb0 # KP_0
|
||||
map 0x4F ~ 0xffb1 # KP_1
|
||||
map 0x50 ~ 0xffb2 # KP_2
|
||||
map 0x51 ~ 0xffb3 # KP_3
|
||||
map 0x4B ~ 0xffb4 # KP_4
|
||||
map 0x4C ~ 0xffb5 # KP_5
|
||||
map 0x4D ~ 0xffb6 # KP_6
|
||||
map 0x47 ~ 0xffb7 # KP_7
|
||||
map 0x48 ~ 0xffb8 # KP_8
|
||||
map 0x49 ~ 0xffb9 # KP_9
|
||||
map -shift +num 0x52 ~ 0xffb0 # KP_0
|
||||
map -shift +num 0x4F ~ 0xffb1 # KP_1
|
||||
map -shift +num 0x50 ~ 0xffb2 # KP_2
|
||||
map -shift +num 0x51 ~ 0xffb3 # KP_3
|
||||
map -shift +num 0x4B ~ 0xffb4 # KP_4
|
||||
map -shift +num 0x4C ~ 0xffb5 # KP_5
|
||||
map -shift +num 0x4D ~ 0xffb6 # KP_6
|
||||
map -shift +num 0x47 ~ 0xffb7 # KP_7
|
||||
map -shift +num 0x48 ~ 0xffb8 # KP_8
|
||||
map -shift +num 0x49 ~ 0xffb9 # KP_9
|
||||
|
||||
# Keypad operators
|
||||
map 0x37 ~ 0xffaa # KP_multiply
|
||||
|
Loading…
Reference in New Issue
Block a user