mention binds without mods

This commit is contained in:
vaxerski 2022-08-22 13:47:30 +02:00
parent a8297a7f20
commit 17e80a5369
1 changed files with 7 additions and 0 deletions

View File

@ -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 >}}