mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-04 20:45:58 +01:00
mention removal of shift mod keybinds
This commit is contained in:
parent
888080b18c
commit
5cbcdcb36d
1 changed files with 7 additions and 0 deletions
|
@ -124,6 +124,13 @@ bind=SUPERSHIFT,Q,exec,firefox
|
|||
|
||||
will bind opening firefox to <key>SUPER</key> + <key>SHIFT</key> + <key>Q</key>
|
||||
|
||||
{{< hint type=important >}}
|
||||
After Hyprland v0.10.3beta, the SHIFT-mod behaviour described below has been removed, meaning now you should normally bind them with e.g.:
|
||||
```
|
||||
bind=SUPERSHIFT,1,exec,amogus
|
||||
```
|
||||
{{< /hint >}}
|
||||
|
||||
Please note that <key>SHIFT</key> modifies the key names, so for example
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue