mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 03:14:14 +00:00
gtk-ng: add show_on_screen_keyboard binding
This commit is contained in:
@@ -369,6 +369,12 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
.description = "Show the GTK inspector.",
|
||||
}},
|
||||
|
||||
.show_on_screen_keyboard => comptime &.{.{
|
||||
.action = .show_on_screen_keyboard,
|
||||
.title = "Show On-Screen Keyboard",
|
||||
.description = "Show the on-screen keyboard if present.",
|
||||
}},
|
||||
|
||||
.open_config => comptime &.{.{
|
||||
.action = .open_config,
|
||||
.title = "Open Config",
|
||||
|
||||
Reference in New Issue
Block a user