feature(key) add Insert for Mac

This commit is contained in:
coderaiser 2014-10-14 06:38:47 -04:00
parent e93cdced47
commit fb28514257

View file

@ -46,6 +46,8 @@ var CloudCmd, Util, DOM;
Z : 90,
INSERT_MAC : 96,
ASTERISK : 106,
PLUS : 107,
MINUS : 109,
@ -193,6 +195,11 @@ var CloudCmd, Util, DOM;
.setCurrentFile(next);
break;
case Key.INSERT_MAC:
DOM .toggleSelectedFile(current)
.setCurrentFile(next);
break;
case Key.DELETE:
if (shift)
DOM.sendDelete();