Show More
@@ -38,8 +38,8 define([ | |||||
38 | { shortcut: "Cmd-Down", help:"go to cell end" }, |
|
38 | { shortcut: "Cmd-Down", help:"go to cell end" }, | |
39 | { shortcut: "Alt-Left", help:"go one word left" }, |
|
39 | { shortcut: "Alt-Left", help:"go one word left" }, | |
40 | { shortcut: "Alt-Right", help:"go one word right" }, |
|
40 | { shortcut: "Alt-Right", help:"go one word right" }, | |
41 |
{ shortcut: "Alt-Backspace", help:"del word |
|
41 | { shortcut: "Alt-Backspace", help:"delete word to the left" }, | |
42 |
{ shortcut: "Alt-Delete", help:"del word |
|
42 | { shortcut: "Alt-Delete", help:"delete word to the right" }, | |
43 | ]; |
|
43 | ]; | |
44 | } else { |
|
44 | } else { | |
45 | // PC specific |
|
45 | // PC specific | |
@@ -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:"del word |
|
53 | { shortcut: "Ctrl-Backspace", help:"delete word to the left" }, | |
54 |
{ shortcut: "Ctrl-Delete", help:"del word |
|
54 | { shortcut: "Ctrl-Delete", help:"delete word to the right" }, | |
55 | ]; |
|
55 | ]; | |
56 | } |
|
56 | } | |
57 |
|
57 |
General Comments 0
You need to be logged in to leave comments.
Login now