From 495d9dca7d549c6ab2b3d6173a42f0bcd21feb29 Mon Sep 17 00:00:00 2001 From: Abhinav Prasai Date: Fri, 29 Aug 2025 13:22:39 +0100 Subject: allow custom layouts + other changes vvv * remove config.h * improve modifier mask cleaning * use keycode instead of sym when dealing with bindings * put into ifdef __linux__ --- src/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index e263789..27d16fd 100644 --- a/src/defs.h +++ b/src/defs.h @@ -66,6 +66,7 @@ typedef union { typedef struct { int mods; KeySym keysym; + KeyCode keycode; Action action; int type; } Binding; -- cgit v1.2.3