ace/lib
Robert Krahn 50a6bd21af add platform attribute to emacs handler to allow platform-specific keybindings
usage like:
editor.getKeyboardHandler().addCommand({
    name: "...",
    bindKey: {win: "...", mac: "..."},
    exec: function(e) { ... }
});
2013-02-19 15:15:03 -08:00
..
ace add platform attribute to emacs handler to allow platform-specific keybindings 2013-02-19 15:15:03 -08:00