Updated keycodes (markdown)

Leonardo Hernández 2023-06-20 23:06:04 -06:00
parent 1a5b04d95c
commit 3a16815267

@ -1,7 +1,7 @@
### 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-04-08](https://github.com/djpohly/dwl/compare/main...sevz17:keycodes.patch)
- [2023-06-20](https://github.com/djpohly/dwl/compare/main...sevz17:keycodes.patch)
### Authors
- [sevz](https://github.com/sevz17)