hyprland_global_shortcut_v1¤
wayland.hyprland_global_shortcut_v1 ¤
A shortcut
This object represents a single shortcut.
Methods:
-
destroy
–Delete this object, used or not
-
on_pressed
–Keystroke pressed.
-
on_released
–Keystroke released.
destroy ¤
destroy() -> None
Delete this object, used or not
Destroys the shortcut. Can be sent at any time by the client.
on_pressed ¤
Keystroke pressed.
Override to handle wayland.hyprland_global_shortcut_v1.events.pressed
.
on_released ¤
Keystroke released.
Override to handle wayland.hyprland_global_shortcut_v1.events.released
.