--- slock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slock.c b/slock.c index 5ae738c..28e325e 100644 --- a/slock.c +++ b/slock.c _AT_@ -154,7 +154,8 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens, IsKeypadKey(ksym) || IsMiscFunctionKey(ksym) || IsPFKey(ksym) || - IsPrivateKeypadKey(ksym)) + IsPrivateKeypadKey(ksym) || + IsModifierKey(ksym)) continue; switch (ksym) { case XK_Return: -- 2.27.0Received on Tue Jul 21 2020 - 13:35:35 CEST
This archive was generated by hypermail 2.3.0 : Tue Jul 21 2020 - 13:36:32 CEST