##// END OF EJS Templates
Add COMMAND keycode
Juergen Hasch -
Show More
@@ -257,6 +257,7 b' IPython.utils = (function (IPython) {'
257 257 DOWN_ARROW: 40,
258 258 DOWNARROW: 40,
259 259 DOWN : 40,
260 COMMAND : 91,
260 261 };
261 262
262 263
General Comments 0
You need to be logged in to leave comments. Login now