This commit is contained in:
Fabian Jakobs 2011-06-28 13:38:51 -07:00
commit 1ad3030099

View file

@ -325,7 +325,7 @@ canon.addCommand({
});
canon.addCommand({
name: "removewordleft",
bindKey: bindKey(null, "Alt-Backspace|Ctrl-Alt-Backspace"),
bindKey: bindKey("Ctrl-Backspace", "Alt-Backspace|Ctrl-Alt-Backspace"),
exec: function(env, args, request) { env.editor.removeWordLeft(); }
});
canon.addCommand({