Bug 331083 Update the Mac's menuitem modifiers to use real Unicode codepoints p=VYV03354@nifty.ne.jp (Masatoshi Kimura) r=mano sr=me

git-svn-id: svn://10.0.0.236/trunk@195163 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2006-04-22 20:35:26 +00:00
parent 034d0d14f2
commit 278a36f9e8

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=\u0005
VK_SHIFT=\u21e7
#the command key - clover leaf symbol (ctrl-q)
VK_META=\u0011
VK_META=\u2318
#the option/alt key - splitting tracks symbol (ctrl-g)
VK_ALT=\u0007
VK_ALT=\u2325
#the control key. hat symbol (ctrl-f)
VK_CONTROL=\u0006
VK_CONTROL=\u2303
#the separator character used between modifiers (none on Mac OS)
MODIFIER_SEPARATOR=