resolve keybinding collision between goto line and center selection on windows

This commit is contained in:
Fabian Jakobs 2011-03-21 09:43:31 +00:00
commit 8f33d91fc4

View file

@ -351,7 +351,7 @@ canon.addCommand({
});
canon.addCommand({
name: "centerselection",
bindKey: bindKey("Ctrl-L", "Ctrl-L"),
bindKey: bindKey(null, "Ctrl-L"),
exec: function(env, args, request) { env.editor.centerSelection(); }
});
canon.addCommand({