diff --git a/keycodes.md b/keycodes.md new file mode 100644 index 0000000..0d9d15c --- /dev/null +++ b/keycodes.md @@ -0,0 +1,11 @@ +### Description +Use keycodes instead of keysyms. This way, input is independent from keyboard layout (you can use the keys.h file to customize, or get the keycodes with `wev` or `xkbcli interactive-wayland` (x11-libs/libxkbcommon[tools] in gentoo)). + +### Download +- [2023-08-22](https://codeberg.org/dwl/dwl-patches/src/branch/main/autostart/autostart.patch) + +### Patch Repositories +- [sevz keycodes](https://codeberg.org/sevz/dwl/src/branch/keycodes) + +### Authors +- [sevz](https://codeberg.org/sevz)