forgot a break
This commit is contained in:
@@ -13,6 +13,7 @@ $(document).keydown(function(event){
|
|||||||
case 68: // D or right arrow key go to next file
|
case 68: // D or right arrow key go to next file
|
||||||
case 39:
|
case 39:
|
||||||
ListNavigator.nextItem();
|
ListNavigator.nextItem();
|
||||||
|
break;
|
||||||
case 83:
|
case 83:
|
||||||
if (event.shiftKey) {
|
if (event.shiftKey) {
|
||||||
Toolbar.downloadList(); // SHIFT + S downloads all files in list
|
Toolbar.downloadList(); // SHIFT + S downloads all files in list
|
||||||
|
Reference in New Issue
Block a user