mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-13 19:15:48 +00:00
macOS: show keyboard shortcuts in command palette
This commit is contained in:
@@ -123,9 +123,11 @@ struct TerminalCommandPaletteView: View {
|
||||
return appDelegate.ghostty.config.commandPaletteEntries
|
||||
.filter(\.isSupported)
|
||||
.map { c in
|
||||
CommandOption(
|
||||
let symbols = appDelegate.ghostty.config.keyboardShortcut(for: c.action)?.keyList
|
||||
return CommandOption(
|
||||
title: c.title,
|
||||
description: c.description
|
||||
description: c.description,
|
||||
symbols: symbols
|
||||
) {
|
||||
onAction(c.action)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user