diff --git a/resources/mmv/ui/mmv.ui.metadataPanelScroller.js b/resources/mmv/ui/mmv.ui.metadataPanelScroller.js index 7cd9a8efd..fa539ce49 100644 --- a/resources/mmv/ui/mmv.ui.metadataPanelScroller.js +++ b/resources/mmv/ui/mmv.ui.metadataPanelScroller.js @@ -194,6 +194,9 @@ * Handles keydown events for this element. */ MPSP.keydown = function ( e ) { + if ( e.altKey || e.shiftKey || e.ctrlKey || e.metaKey ) { + return; + } switch ( e.which ) { case 40: // Down arrow // fall through