mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Some missing key codes
This commit is contained in:
parent
e7769ecda0
commit
7a8c70cb04
@ -33,6 +33,9 @@ K[111] = 'numpad/'
|
|||||||
K[144] = 'numlock'
|
K[144] = 'numlock'
|
||||||
K[145] = 'scrolllock'
|
K[145] = 'scrolllock'
|
||||||
K[186] = ';'
|
K[186] = ';'
|
||||||
|
K[187] = '+'
|
||||||
|
K[188] = ','
|
||||||
|
K[189] = '-'
|
||||||
K[190] = '.'
|
K[190] = '.'
|
||||||
K[191] = '/'
|
K[191] = '/'
|
||||||
K[192] = '`'
|
K[192] = '`'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user