diff --git a/lib/client/key.js b/lib/client/key.js index ba4bb865..9102440e 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -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();