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:
jaggernaut%netscape.com 2001-10-10 04:36:22 +00:00
parent a90bbda826
commit adffdc1563

View File

@ -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=