mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-15 03:52:39 +00:00
input: add direct set_surface_title and set_tab_title actions
Fixes #11316 This mirrors the `prompt` actions (hence why there is no window action here) and enables setting titles via keybind actions which importantly lets this work via command palettes, App Intents, AppleScript, etc.
This commit is contained in:
@@ -689,6 +689,8 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
.esc,
|
||||
.cursor_key,
|
||||
.set_font_size,
|
||||
.set_surface_title,
|
||||
.set_tab_title,
|
||||
.search,
|
||||
.scroll_to_row,
|
||||
.scroll_page_fractional,
|
||||
|
||||
Reference in New Issue
Block a user