diff --git a/protocols/hyprland-global-shortcuts-v1.xml b/protocols/hyprland-global-shortcuts-v1.xml index 18291e2..d736c03 100644 --- a/protocols/hyprland-global-shortcuts-v1.xml +++ b/protocols/hyprland-global-shortcuts-v1.xml @@ -44,17 +44,15 @@ Register a new global shortcut. - A keystroke is composed in a format of: - [MOD...+]KEY + A global shortcut is anonymous, meaning the app does not know what key(s) trigger it. - for example: - SUPER+A or ALT+SHIFT+K - - A keystroke is not required to have a MOD, although compositors might implement - security measures and reject such keybinds. + The shortcut's keybinding shall be dealt with by the compositor. - + + + + @@ -63,19 +61,6 @@ This object represents a single shortcut. - - - This is the first event sent by the compositor to indicate the status of this - global shortcut. - - It will also be fired again shall the status of this shortcut change in the future. - - If the status is not "ok", this hyprland_global_shortcut_v1 will not emit any - events other than a possible another status event if the status is changed. - - - - The keystroke was pressed. @@ -88,11 +73,4 @@ - - - - - - -