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:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user