You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/navigation-hotkeys
root ee22027d4f
fix rights to 755 (linux actual)
2 years ago
..
hotkeys.yaml fix rights to 755 (linux actual) 2 years ago
icon.png fix rights to 755 (linux actual) 2 years ago
main.js fix rights to 755 (linux actual) 2 years ago
readme.md fix rights to 755 (linux actual) 2 years ago

readme.md

Navigation Hotkeys

Adds new key combinations for easier notebook navigation. (t) means that key or category you can toggle on/off in the settings.

Edit-mode hotkeys (t):

  • pageup - scroll page up
  • pagedown - scroll page down
  • Alt- Add - Split cell and keep cursor position (+ on the keypad)
  • Alt- Subtract - Combine cell and keep cursor position (- on the keypad)
  • Alt-n - Toggle line number display in current codecell
  • Ctrl-y - toggle celltype between markdown and code
  • Shift-Enter - (t) Execute cell, goto next cell and stay in edit mode if next cell is a code cell or unrendered markdown cell
  • Ctrl-Enter - (t) Execute cell and stay in edit mode if cell is a code cell

Command-mode hotkeys (t):

  • esc - (t) toggle to edit mode
  • home - Go to top of notebook
  • end - Go to bottom of notebook
  • pageup - scroll page up
  • pagedown - scroll page down