Skip to content

Commit 4aecd44

Browse files
authored
Merge pull request #1378 from JSpenced/update-for-jupyter-and-remove-redundant-keys
Update Navigation HotKeys Extension to work with command palette on new versions of jupyter
2 parents 14540f2 + 33c893b commit 4aecd44

File tree

3 files changed

+297
-201
lines changed

3 files changed

+297
-201
lines changed

src/jupyter_contrib_nbextensions/nbextensions/navigation-hotkeys/hotkeys.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,21 @@ Link: readme.md
55
Icon: icon.png
66
Main: main.js
77
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+

0 commit comments

Comments
 (0)