Shortcuts are working even if the menu is disabled
The shortcut simulate a click on the menuitem which is a link. But the class `disabled` does not prevent the click event to trigger the callback so the action is run anyway. This is visible for example on a list view where hitting `<CTRL> + s` raises the info message that records have been saved even if the menu entry is disabled.
issue