index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (445B) | |
--- | |
1 Keycodes | |
2 ======== | |
3 With this patch, handling key input is done with keycodes instead of key… | |
4 This way, input is independent from keyboard layout (you can get keycode… | |
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.dif… | |
12 | |
13 Authors | |
14 ------- | |
15 * Quentin Rameau <[email protected]> |