From 641a607eadfeb488e0e16135ca1367d638124544 Mon Sep 17 00:00:00 2001 From: Einar Date: Tue, 10 Nov 2020 01:09:27 -0500 Subject: [PATCH] Added --no-repeat, see #5132 --- Shortcut-handling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shortcut-handling.md b/Shortcut-handling.md index c12b552..551c48c 100644 --- a/Shortcut-handling.md +++ b/Shortcut-handling.md @@ -1,7 +1,7 @@ ### Format - bindsym [--release] [--locked] [+] - bindcode [--release] [--locked] [+] + bindsym [--release] [--locked] [--no-repeat] [+] + bindcode [--release] [--locked] [--no-repeat] [+] `` is a (possibly empty) `+` separated list of modifier bit flag names. (`Shift`=`0x01`, `Lock`=`0x02`, `Ctrl`=`0x04`, `Mod1`=`Alt`=`0x08`, `Mod2`=`0x10`, `Mod3`=`0x20`, `Mod4`=`0x40`, `Mod5`=`0x80`). These names should not be confused with the keys whose