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
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"