##// END OF EJS Templates
Add comment re: quickhelp key.
David Warde-Farley -
Show More
@@ -261,6 +261,7 b' var IPython = (function (IPython) {'
261 that.control_key_active = false;
261 that.control_key_active = false;
262 return false;
262 return false;
263 } else if (event.which === 90 && that.control_key_active) {
263 } else if (event.which === 90 && that.control_key_active) {
264 // Undo last cell delete = z
264 that.undelete();
265 that.undelete();
265 that.control_key_active = false;
266 that.control_key_active = false;
266 return false;
267 return false;
General Comments 0
You need to be logged in to leave comments. Login now