From 8bcf9bfa4aa65d21fdc8487909a8ee06854716b9 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 14 Jun 2023 04:09:27 -0700 Subject: [PATCH] Add documentation for non-consuming binds (#249) --- pages/Configuring/Binds.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index e87c649..6695533 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -139,9 +139,10 @@ bindrl=MOD,KEY,exec,amongus Flags: ```ini -l -> locked, aka. works also when an input inhibitor (e.g. a lockscreen) is active -r -> release, will trigger on release of a key +l -> locked, aka. works also when an input inhibitor (e.g. a lockscreen) is active. +r -> release, will trigger on release of a key. e -> repeat, will repeat when held. +n -> non-consuming, key/mouse events will be passed to the active window in addition to triggering the dispatcher. m -> mouse, see below ```