diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index 44996c3..4069ed0 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -133,6 +133,13 @@ bind=SUPERSHIFT,Q,exec,firefox will bind opening firefox to SUPER + SHIFT + Q +{{< hint type=tip >}} +For binding keys without a modkey, leave it empty: +``` +bind=,Print,exec,grim +``` +{{< /hint >}} + ## Binding with Shift {{< hint type=important >}}