Some missing key codes

This commit is contained in:
Kovid Goyal 2016-10-02 18:46:11 +05:30
parent e7769ecda0
commit 7a8c70cb04

View File

@ -33,6 +33,9 @@ K[111] = 'numpad/'
K[144] = 'numlock'
K[145] = 'scrolllock'
K[186] = ';'
K[187] = '+'
K[188] = ','
K[189] = '-'
K[190] = '.'
K[191] = '/'
K[192] = '`'