do not overwrite ctrl-alt-0 on windows since that is used on German keyboard

This commit is contained in:
nightwing 2015-01-23 17:20:29 +04:00
commit b93d772720

View file

@ -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