fix(key) TRA: prevent Terminal of handling ~ key

This commit is contained in:
coderaiser 2017-03-05 14:37:31 +02:00
parent 5f1c9dbf1f
commit be0f596abe

View file

@ -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: