fix #312
This commit is contained in:
parent
0cbc1dd611
commit
1ad3030099
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue