mirror of
https://github.com/yattee/yattee.git
synced 2025-11-22 06:31:26 +00:00
Fix keyboard shortcut conflict for Show Player command
Changed Show Player shortcut from Cmd+O to Cmd+Shift+P to avoid conflict with system Open command.
This commit is contained in:
@@ -76,7 +76,7 @@ struct MenuCommands: Commands {
|
|||||||
Button(togglePlayerLabel) {
|
Button(togglePlayerLabel) {
|
||||||
PlayerModel.shared.togglePlayer()
|
PlayerModel.shared.togglePlayer()
|
||||||
}
|
}
|
||||||
.keyboardShortcut("o")
|
.keyboardShortcut("p", modifiers: [.command, .shift])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user