kopia lustrzana https://github.com/c9/core
add command-left/right support to terminal
rodzic
fd29b71a83
commit
5dbe2f2aaf
|
@ -77,6 +77,12 @@ define(function(require, exports, module) {
|
|||
}, {
|
||||
bindKey: {win: "Ctrl-z", mac: "Cmd-z"},
|
||||
name: "\u0018\u0015" // "ctrl-x ctrl-u"
|
||||
}, {
|
||||
bindKey: {win: null, mac: "Cmd-Left"},
|
||||
name: "\x1b[1~" // "ctrl-x ctrl-u"
|
||||
}, {
|
||||
bindKey: {win: null, mac: "Cmd-Right"},
|
||||
name: "\x1b[4~" // "ctrl-x ctrl-u"
|
||||
}];
|
||||
|
||||
specialKeys.addCommands(aliases);
|
||||
|
|
Ładowanie…
Reference in New Issue