update keyboard shortcut for modifyNumber
This commit is contained in:
parent
9c3e6c5cce
commit
82c07a5f68
1 changed files with 2 additions and 2 deletions
|
|
@ -333,12 +333,12 @@ exports.commands = [{
|
|||
multiSelectAction: "forEach"
|
||||
}, {
|
||||
name: "modifyNumber+1",
|
||||
bindKey: bindKey("Ctrl-Shift-Up", "Ctrl-Command-Up"),
|
||||
bindKey: bindKey("Alt-Shift-Up", "Alt-Shift-Up"),
|
||||
exec: function(editor) { editor.modifyNumber(1); },
|
||||
multiSelectAction: "forEach"
|
||||
}, {
|
||||
name: "modifyNumber-1",
|
||||
bindKey: bindKey("Ctrl-Shift-Down", "Ctrl-Command-Down"),
|
||||
bindKey: bindKey("Alt-Shift-Down", "Alt-Shift-Down"),
|
||||
exec: function(editor) { editor.modifyNumber(-1); },
|
||||
multiSelectAction: "forEach"
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue