mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Bug 103548: Unicode chars in chrome properties must be four digits. Patch by Lynggaard@netscape.net (Henrik Lynggaard Hansen), r=lordpixel@mac.com, sr=alecf
This commit is contained in:
parent
a90bbda826
commit
adffdc1563
@ -3,16 +3,16 @@
|
||||
#these are used in XP menus to show keyboard shortcuts
|
||||
|
||||
#the shift key - open up arrow symbol (ctrl-e)
|
||||
VK_SHIFT=\u05
|
||||
VK_SHIFT=\u0005
|
||||
|
||||
#the command key - clover leaf symbol (ctrl-q)
|
||||
VK_META=\u11
|
||||
VK_META=\u0011
|
||||
|
||||
#the option/alt key - splitting tracks symbol (ctrl-g)
|
||||
VK_ALT=\u07
|
||||
VK_ALT=\u0007
|
||||
|
||||
#the control key. hat symbol (ctrl-f)
|
||||
VK_CONTROL=\u06
|
||||
VK_CONTROL=\u0006
|
||||
|
||||
#the seperator character used between modifiers (none on Mac OS)
|
||||
MODIFIER_SEPARATOR=
|
||||
|
Loading…
x
Reference in New Issue
Block a user