Add keyboard shortcuts to menu bar items
This commit is contained in:
parent
7f729a9021
commit
0265333722
@ -184,10 +184,12 @@ struct MenuBarView: View {
|
||||
Button("History") {
|
||||
menuBarManager.openMainWindowAndNavigate(to: "History")
|
||||
}
|
||||
.keyboardShortcut("h", modifiers: [.command, .shift])
|
||||
|
||||
Button("Settings") {
|
||||
menuBarManager.openMainWindowAndNavigate(to: "Settings")
|
||||
}
|
||||
.keyboardShortcut(",", modifiers: .command)
|
||||
|
||||
Button(menuBarManager.isMenuBarOnly ? "Show Dock Icon" : "Hide Dock Icon") {
|
||||
menuBarManager.toggleMenuBarOnly()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user