mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(edit) ace v1.1.3
This commit is contained in:
parent
0e9e0c227c
commit
ced6c3d9fd
145 changed files with 106775 additions and 76093 deletions
|
|
@ -139,6 +139,8 @@ exports.handler = {
|
|||
if (cmds.inputBuffer.idle && startCommands[key])
|
||||
return startCommands[key];
|
||||
var isHandled = cmds.inputBuffer.push(editor, key);
|
||||
if (!isHandled && hashId !== -1)
|
||||
return;
|
||||
return {command: "null", passEvent: !isHandled};
|
||||
} // if no modifier || shift: wait for input.
|
||||
else if (key.length == 1 && (hashId === 0 || hashId == 4)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue