diff --git a/res/static/script/Keyboard.js b/res/static/script/Keyboard.js index 3dcf432..ab6cb1c 100644 --- a/res/static/script/Keyboard.js +++ b/res/static/script/Keyboard.js @@ -13,6 +13,7 @@ $(document).keydown(function(event){ case 68: // D or right arrow key go to next file case 39: ListNavigator.nextItem(); + break; case 83: if (event.shiftKey) { Toolbar.downloadList(); // SHIFT + S downloads all files in list