##// END OF EJS Templates
complete unicode mac symbol
Bussonnier Matthias -
Show More
@@ -69,6 +69,8 b' define(['
69 var mac_humanize_map = {
69 var mac_humanize_map = {
70 // all these are unicode, will probably display badly on anything except macs.
70 // all these are unicode, will probably display badly on anything except macs.
71 // these are the standard symbol that are used in MacOS native menus
71 // these are the standard symbol that are used in MacOS native menus
72 // cf http://apple.stackexchange.com/questions/55727/
73 // for htmlentities and/or unicode value
72 'cmd':'⌘',
74 'cmd':'⌘',
73 'shift':'⇧',
75 'shift':'⇧',
74 'alt':'⌥',
76 'alt':'⌥',
@@ -78,7 +80,8 b' define(['
78 'right':'→',
80 'right':'→',
79 'eject':'⏏',
81 'eject':'⏏',
80 'tab':'⇥',
82 'tab':'⇥',
81 'capslock':'',
83 'backtab':'',
84 'capslock':'⇪',
82 'esc':'⎋',
85 'esc':'⎋',
83 'ctrl':'⌃',
86 'ctrl':'⌃',
84 'enter':'↩',
87 'enter':'↩',
@@ -88,7 +91,8 b' define(['
88 'end':'↘',
91 'end':'↘',
89 'altenter':'⌤',
92 'altenter':'⌤',
90 'space':'␣',
93 'space':'␣',
91 'backspace':'',
94 'delete':'',
95 'backspace':'⌫',
92 'apple':'',
96 'apple':'',
93 };
97 };
94
98
@@ -109,7 +113,7 b' define(['
109 'home':'Home',
113 'home':'Home',
110 'end':'End',
114 'end':'End',
111 'space':'Space',
115 'space':'Space',
112 'backspace,':'Backaspace',
116 'backspace,':'Backspace',
113 };
117 };
114
118
115 var humanize_map;
119 var humanize_map;
General Comments 0
You need to be logged in to leave comments. Login now