index.md (445B)
1 Keycodes 2 ======== 3 With this patch, handling key input is done with keycodes instead of keysyms. 4 This way, input is independent from keyboard layout (you can get keycodes using 5 xev to adapt config.h) 6 7 Download 8 -------- 9 * [dwm-keycodes-6.4.diff](dwm-keycodes-6.4.diff) 10 * [dwm-keycodes-6.1.diff](dwm-keycodes-6.1.diff) 11 * [dwm-keycodes-20230319-a38a8b3.diff](dwm-keycodes-20230319-a38a8b3.diff) 12 13 Authors 14 ------- 15 * Quentin Rameau <quinq@fifth.space>