index.md (493B)
1 Keycodes 2 ======== 3 With this patch, key input handling is done with keycodes instead of keysyms. 4 This way, input is independant from keyboard layout. 5 You can adapt config.h to your keyboard by looking up keycodes, for example, with xev. 6 7 Download 8 -------- 9 * [surf-webkit2-keycodes-20170424-5c52733.diff](surf-webkit2-keycodes-20170424-5c52733.diff) 10 * [surf-webkit1-keycodes-20170424-9ba143b.diff](surf-webkit1-keycodes-20170424-9ba143b.diff) 11 12 Author 13 ------ 14 * Quentin Rameau <quinq@fifth.space>