gtk-ng: add show_on_screen_keyboard binding

This commit is contained in:
Leah Amelia Chen
2025-08-14 02:38:45 +08:00
parent 0d0d3118f4
commit 23048dbd33
8 changed files with 51 additions and 4 deletions

View File

@@ -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",