Update quickhelp.js

This commit is contained in:
abalkin 2015-02-17 20:53:29 -05:00
parent 66f6818e42
commit 64de4432a6

View File

@ -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" },
];
}