##// END OF EJS Templates
remove alt-- shortcut...
MinRK -
Show More
@@ -141,7 +141,7 b' var IPython = (function (IPython) {'
141 141 }
142 142 }
143 143 },
144 'alt--' : {
144 'ctrl-shift--' : {
145 145 help : 'split cell',
146 146 help_index : 'ea',
147 147 handler : function (event) {
@@ -149,7 +149,7 b' var IPython = (function (IPython) {'
149 149 return false;
150 150 }
151 151 },
152 'alt-subtract' : {
152 'ctrl-shift-subtract' : {
153 153 help : '',
154 154 help_index : 'eb',
155 155 handler : function (event) {
General Comments 0
You need to be logged in to leave comments. Login now