diff --git a/static/js/mainMenu.js b/static/js/mainMenu.js index 7ee4af88..82d7fe68 100644 --- a/static/js/mainMenu.js +++ b/static/js/mainMenu.js @@ -472,6 +472,11 @@ pandora.ui.mainMenu = function() { } } }, + key_control_m: function() { + if (!pandora.hasDialogOrScreen() && !that.isSelected()) { + that.options('menus')[0].element.trigger('click'); + } + }, key_control_p: function() { window.open(document.location.href + '#?print=true', '_blank'); },