Fix ToggleKeyboardShortcutsInhibit comment

This commit is contained in:
Ivan Molodetskikh
2025-03-31 13:34:34 +03:00
parent 36489f1daa
commit 66d3a3bd82

View File

@@ -212,7 +212,7 @@ pub enum Action {
#[cfg_attr(feature = "clap", arg(short = 'd', long, action = clap::ArgAction::Set, default_value_t = true))]
write_to_disk: bool,
},
/// Enable or disable the keyboard shortcuts inhibitor (if any) for the focused window.
/// Enable or disable the keyboard shortcuts inhibitor (if any) for the focused surface.
ToggleKeyboardShortcutsInhibit {},
/// Close a window.
#[cfg_attr(feature = "clap", clap(about = "Close the focused window"))]