##// END OF EJS Templates
another doc fix
Paul Ivanov -
Show More
@@ -171,7 +171,8 b' var IPython = (function (IPython) {'
171 var that = this;
171 var that = this;
172 var shortcuts = IPython.keyboard_manager.edit_shortcuts;
172 var shortcuts = IPython.keyboard_manager.edit_shortcuts;
173
173
174 // if this is an edit_shortcuts shortcut, we've already handled it.
174 // if this is an edit_shortcuts shortcut, the global keyboard/shortcut
175 // manager will handle it
175 if (shortcuts.use_shortcut(event)) { return true; }
176 if (shortcuts.use_shortcut(event)) { return true; }
176
177
177 return false;
178 return false;
@@ -254,7 +255,7 b' var IPython = (function (IPython) {'
254 };
255 };
255
256
256 /**
257 /**
257 * Either delegates keyboard shortcut handling to either IPython keyboard
258 * Delegates keyboard shortcut handling to either IPython keyboard
258 * manager when in command mode, or CodeMirror when in edit mode
259 * manager when in command mode, or CodeMirror when in edit mode
259 *
260 *
260 * @method handle_keyevent
261 * @method handle_keyevent
General Comments 0
You need to be logged in to leave comments. Login now