mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-07 04:14:26 +00:00
Binding for toggling window float on top (macOS only)
This adds a keybinding and apprt action for #7237.
This commit is contained in:
@@ -346,6 +346,12 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
.description = "Toggle the window decorations.",
|
||||
}},
|
||||
|
||||
.toggle_window_float_on_top => comptime &.{.{
|
||||
.action = .toggle_window_float_on_top,
|
||||
.title = "Toggle Float on Top",
|
||||
.description = "Toggle the float on top state of the current window.",
|
||||
}},
|
||||
|
||||
.toggle_secure_input => comptime &.{.{
|
||||
.action = .toggle_secure_input,
|
||||
.title = "Toggle Secure Input",
|
||||
|
||||
Reference in New Issue
Block a user