Add keycodes

A Frederick Christensen 2023-12-27 04:44:32 +00:00
parent 4ab996e9cb
commit 1b06b4bb04

11
keycodes.md Normal file

@ -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)