do not overwrite ctrl-alt-0 on windows since that is used on German keyboard
This commit is contained in:
parent
845a6d4e98
commit
b93d772720
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ exports.commands = [{
|
|||
readOnly: true
|
||||
}, {
|
||||
name: "foldall",
|
||||
bindKey: bindKey("Ctrl-Alt-0", "Ctrl-Command-Option-0"),
|
||||
bindKey: bindKey(null, "Ctrl-Command-Option-0"),
|
||||
exec: function(editor) { editor.session.foldAll(); },
|
||||
scrollIntoView: "center",
|
||||
readOnly: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue