##// END OF EJS Templates
Update quickhelp.js
abalkin -
Show More
@@ -50,8 +50,8 define([
50 { shortcut: "Ctrl-Down", help:"go to cell end" },
50 { shortcut: "Ctrl-Down", help:"go to cell end" },
51 { shortcut: "Ctrl-Left", help:"go one word left" },
51 { shortcut: "Ctrl-Left", help:"go one word left" },
52 { shortcut: "Ctrl-Right", help:"go one word right" },
52 { shortcut: "Ctrl-Right", help:"go one word right" },
53 { shortcut: "Ctrl-Backspace", help:"delete word to the left" },
53 { shortcut: "Ctrl-Backspace", help:"delete word before" },
54 { shortcut: "Ctrl-Delete", help:"delete word to the right" },
54 { shortcut: "Ctrl-Delete", help:"delete word after" },
55 ];
55 ];
56 }
56 }
57
57
General Comments 0
You need to be logged in to leave comments. Login now