Skip to content

Enable Multiple Key Keybindings #1157

Answered by taylor85345
jrock2004 asked this question in Q&A
Discussion options

You must be logged in to vote

The appropriate syntax here would be:

bind = $mainMod_CONTROL_SHIFT,4, exec, scrot -s ~/foo.png && xclip -selection clipboard -t image/png ~/foo.png && rm ~/foo.png

Basically all modifier keys go before the first comma, and only the executing key goes after the comma.

Please see the wiki for more information: https://wiki.hyprland.org/Configuring/Binds/#basic

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jrock2004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants