mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: client: key: Ctrl + L -> Ctrl + Shift + L: Log out (#466)
This commit is contained in:
parent
ef83a61a0c
commit
78b206e06b
2 changed files with 2 additions and 2 deletions
|
|
@ -443,7 +443,7 @@ async function _switchKey(event) {
|
|||
break;
|
||||
|
||||
case KEY.L:
|
||||
if (ctrlMeta) {
|
||||
if (ctrlMeta && shift) {
|
||||
CloudCmd.logOut();
|
||||
event.preventDefault();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue