mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(key) TRA: prevent Terminal of handling ~ key
This commit is contained in:
parent
5f1c9dbf1f
commit
be0f596abe
1 changed files with 2 additions and 1 deletions
|
|
@ -347,11 +347,12 @@ function KeyProto() {
|
|||
break;
|
||||
|
||||
case Key.TRA:
|
||||
event.preventDefault();
|
||||
|
||||
if (shift)
|
||||
return CloudCmd.Terminal.show();
|
||||
|
||||
CloudCmd.Konsole.show();
|
||||
event.preventDefault();
|
||||
break;
|
||||
|
||||
case KEY.BRACKET_CLOSE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue