Index: typo3/js/shortcutmenu.js =================================================================== --- typo3/js/shortcutmenu.js (revision 4024) +++ typo3/js/shortcutmenu.js (working copy) @@ -79,7 +79,7 @@ // follow/execute shortcuts element.observe('click', function(event) { Event.stop(event); - this.toggleMenu(); + this.toggleMenu(event); }.bind(this)); }.bind(this));