mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(key) switchKey: rm SLASH
This commit is contained in:
parent
f6205ee266
commit
cd19573c0d
1 changed files with 0 additions and 7 deletions
|
|
@ -205,13 +205,6 @@ var CloudCmd, Util, DOM;
|
|||
DOM.shrinkSelection();
|
||||
break;
|
||||
|
||||
case Key.SLASH:
|
||||
if (shift) {
|
||||
Util.exec(CloudCmd.Help.show);
|
||||
Events.preventDefault(event);
|
||||
}
|
||||
break;
|
||||
|
||||
case Key.F1:
|
||||
Util.exec(CloudCmd.Help.show);
|
||||
Events.preventDefault(event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue