update release mod mod binds

This commit is contained in:
Vaxry 2024-07-25 14:13:57 +02:00
parent 452eb690c9
commit fb177940c9
1 changed files with 2 additions and 2 deletions

View File

@ -80,11 +80,11 @@ will bind it to <key>SUPER</key> + <key>LMB</key>.
### Only modkeys ### Only modkeys
For binding only modkeys, you need to use the SOURCE modmask (without the For binding only modkeys, you need to use the TARGET modmask (with the
activating mod) and the `r` flag, e.g.: activating mod) and the `r` flag, e.g.:
```ini ```ini
bindr=SUPER,Alt_L,exec,amongus bindr=SUPER ALT,Alt_L,exec,amongus
``` ```
Will bind `exec amongus` to <key>SUPER</key> + <key>ALT</key> Will bind `exec amongus` to <key>SUPER</key> + <key>ALT</key>