Forráskód Böngészése

Merge pull request #3747 from jzf2101/master

Keyboard Shortcut Language
Afshin Darian 7 éve
szülő
commit
956be3add0

+ 5 - 2
docs/source/getting_started/overview.rst

@@ -11,8 +11,8 @@ components. You can arrange multiple notebooks, text editors, terminals,
 output areas, and custom components using tabs/panels and collapsible
 sidebars. These :ref:`components <interface>` are carefully designed to enable you to use
 them together or on their own to support new workflows (for example, you
-can send code from a file to a code console with a keystroke, or move
-cells around a notebook or between notebooks with drag-and-drop).
+can send code from a file to a :ref:`code console <code_console>` with a keystroke, or move
+cells around a :ref:`notebook <notebook>` or between notebooks with drag-and-drop).
 
 :ref:`JupyterLab has full support for Jupyter Notebook documents. <notebook>` In
 addition, it enables other models of interactive computing, such as:
@@ -29,6 +29,9 @@ PDF, Vega, Vega-Lite, etc.) to be opened as a file or returned by a
 kernel as rich output. See :ref:`file-and-output-formats` for more
 information.
 
+To navigate the user interface, JupyterLab offers :ref:`customizable keyboard shortcuts <shortcuts>`
+and the ability to use key-maps from vim, emacs, and Sublime Text.
+
 JupyterLab is served from the same
 `server <https://jupyter-notebook.readthedocs.io/en/stable/>`__ and uses
 the same `notebook document

+ 14 - 0
docs/source/user/interface.rst

@@ -110,3 +110,17 @@ The browser’s native context menu can be accessed by holding down
 ``Shift`` and right-clicking:
 
 [animation]
+
+.. _shortcuts:
+
+Keyboard Shortcuts
+~~~~~~~~~~~~~~~~~~
+
+As in the classic Notebook, you can navigate the user interface through keyboard shortcuts.
+To find these shortcuts, go to the File, select the Settings menu option, then select Keyboard Shortcuts.
+With Keyboard Shortcuts in the settings editor, you can see a full list of keyboard shortcuts, and customize them as well.
+
+[screenshot]
+
+You can also navigate JupyterLab using vim, emacs, and Sublime Text key-maps.
+Customize your shortcuts with these settings, by selecting Settings, Text Editor Key Map, and selecting your preferred key-map.