mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Update quickhelp.js
This commit is contained in:
parent
66f6818e42
commit
64de4432a6
@ -50,8 +50,8 @@ define([
|
||||
{ shortcut: "Ctrl-Down", help:"go to cell end" },
|
||||
{ shortcut: "Ctrl-Left", help:"go one word left" },
|
||||
{ shortcut: "Ctrl-Right", help:"go one word right" },
|
||||
{ shortcut: "Ctrl-Backspace", help:"delete word to the left" },
|
||||
{ shortcut: "Ctrl-Delete", help:"delete word to the right" },
|
||||
{ shortcut: "Ctrl-Backspace", help:"delete word before" },
|
||||
{ shortcut: "Ctrl-Delete", help:"delete word after" },
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user