Merge pull request #1554 from xodio/fix-1552-desktop-select-all-hotkey

Fix "Select All" hotkey in Desktop IDE
This commit is contained in:
Kirill Shumilov
2018-11-21 16:12:27 +03:00
committed by GitHub

View File

@@ -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() {