mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention binds without mods
This commit is contained in:
parent
a8297a7f20
commit
17e80a5369
1 changed files with 7 additions and 0 deletions
|
@ -133,6 +133,13 @@ bind=SUPERSHIFT,Q,exec,firefox
|
|||
|
||||
will bind opening firefox to <key>SUPER</key> + <key>SHIFT</key> + <key>Q</key>
|
||||
|
||||
{{< hint type=tip >}}
|
||||
For binding keys without a modkey, leave it empty:
|
||||
```
|
||||
bind=,Print,exec,grim
|
||||
```
|
||||
{{< /hint >}}
|
||||
|
||||
## Binding with Shift
|
||||
|
||||
{{< hint type=important >}}
|
||||
|
|
Loading…
Reference in a new issue