keybinds: Added new dispatcher (sendshortcut) (#6174)

This commit is contained in:
Can 2024-05-24 20:58:26 +02:00 committed by GitHub
parent 6d67b84469
commit ce17961aad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 174 additions and 9 deletions

View file

@ -94,6 +94,7 @@ hyprctl [<OPTIONS>]... <ARGUMENTS>
<DISPATCHERS> ::= (exec) "Execute a shell command"
| (execr) "Execute a raw shell command"
| (pass) "Pass the key to a specified window"
| (sendshortcut) "On shortcut X sends shortcut Y to a specified window"
| (killactive) "Close the active window"
| (closewindow) "Close a specified window"
| (workspace) "Change the workspace"