##// END OF EJS Templates
Remove the outdated keyboard shortcuts from notebook docs...
Thomas Kluyver -
Show More
@@ -349,52 +349,12 b' to remember are the following:'
349 is thus a shortcut for the sequence :kbd:`Shift-Enter`, :kbd:`Ctrl-m a`.
349 is thus a shortcut for the sequence :kbd:`Shift-Enter`, :kbd:`Ctrl-m a`.
350 (:kbd:`Ctrl-m a` adds a new cell above the current one.)
350 (:kbd:`Ctrl-m a` adds a new cell above the current one.)
351
351
352 * :kbd:`Ctrl-m`:
352 * :kbd:`Esc` and :kbd:`Enter`: Command mode and edit mode
353 This is the prefix for *all* other shortcuts, which consist of :kbd:`Ctrl-m`
353 In command mode, you can easily navigate around the notebook using keyboard
354 followed by a single letter or character. For example, if you type
354 shortcuts. In edit mode, you can edit text in cells.
355 :kbd:`Ctrl-m h` (that is, the sole letter :kbd:`h` after :kbd:`Ctrl-m`),
356 IPython will show you all the available keyboard shortcuts.
357
358
359 ..
360 TODO: these live in IPython/html/static/notebook/js/quickhelp.js
361 They were last updated for IPython 1.0 release, so update them again for
362 future releases.
363
364 Here is the complete set of keyboard shortcuts available:
365
366 ============ ==========================
367 **Shortcut** **Action**
368 ------------ --------------------------
369 Shift-Enter run cell
370 Ctrl-Enter run cell in-place
371 Alt-Enter run cell, insert below
372 Ctrl-m x cut cell
373 Ctrl-m c copy cell
374 Ctrl-m v paste cell
375 Ctrl-m d delete cell
376 Ctrl-m z undo last cell deletion
377 Ctrl-m - split cell
378 Ctrl-m a insert cell above
379 Ctrl-m b insert cell below
380 Ctrl-m o toggle output
381 Ctrl-m O toggle output scroll
382 Ctrl-m l toggle line numbers
383 Ctrl-m s save notebook
384 Ctrl-m j move cell down
385 Ctrl-m k move cell up
386 Ctrl-m y code cell
387 Ctrl-m m markdown cell
388 Ctrl-m t raw cell
389 Ctrl-m 1-6 heading 1-6 cell
390 Ctrl-m p select previous
391 Ctrl-m n select next
392 Ctrl-m i interrupt kernel
393 Ctrl-m . restart kernel
394 Ctrl-m h show keyboard shortcuts
395 ============ ==========================
396
397
355
356 For the full list of available shortcuts, click :guilabel:`Help`,
357 :guilabel:`Keyboard Shortcuts` in the notebook menus.
398
358
399 Plotting
359 Plotting
400 --------
360 --------
General Comments 0
You need to be logged in to leave comments. Login now