diff --git a/packages/xod-client-electron/src/view/containers/App.jsx b/packages/xod-client-electron/src/view/containers/App.jsx index 6e8cee9b..1c6c6e7f 100644 --- a/packages/xod-client-electron/src/view/containers/App.jsx +++ b/packages/xod-client-electron/src/view/containers/App.jsx @@ -623,7 +623,10 @@ class App extends client.App { R.values )(client.menu.items); - return R.omit(commandsBoundToNativeMenu, client.HOTKEY); + return R.omit( + commandsBoundToNativeMenu, + client.menu.getOsSpecificHotkeys() + ); } static getSelectedBoard() {