File tree Expand file tree Collapse file tree 3 files changed +297
-201
lines changed
src/jupyter_contrib_nbextensions/nbextensions/navigation-hotkeys Expand file tree Collapse file tree 3 files changed +297
-201
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,21 @@ Link: readme.md
5
5
Icon : icon.png
6
6
Main : main.js
7
7
Compatibility : 4.x, 5.x
8
+ Parameters :
9
+ - name : toggle_enable_edit_shortcuts
10
+ description : Enable all edit shortcuts
11
+ input_type : checkbox
12
+ default : true
13
+ - name : toggle_enable_command_shortcuts
14
+ description : Enable all command shortcuts
15
+ input_type : checkbox
16
+ default : true
17
+ - name : toggle_enable_esc_shortcut
18
+ description : Enable Esc to enter Edit mode (so Esc toggles Edit/Command mode)
19
+ input_type : checkbox
20
+ default : true
21
+ - name : toggle_enable_enter_shortcuts
22
+ description : Enable Enter keys to remain in Edit mode when currently in Edit mode
23
+ input_type : checkbox
24
+ default : true
25
+
You can’t perform that action at this time.
0 commit comments