feature(key) switchKey: rm SLASH

This commit is contained in:
coderaiser 2014-06-03 11:15:26 -04:00
parent f6205ee266
commit cd19573c0d

View file

@ -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);