mirror of
https://github.com/xodio/xod.git
synced 2026-03-25 01:56:54 +01:00
Merge pull request #1554 from xodio/fix-1552-desktop-select-all-hotkey
Fix "Select All" hotkey in Desktop IDE
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user