From 17e80a53692edb66dca24a15abe9f1ad59f17356 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:47:30 +0200 Subject: [PATCH] mention binds without mods --- pages/Configuring/Advanced-config.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 >}}