Updated keycodes (markdown)

Leonardo Hernández 2022-12-05 22:12:42 -06:00
parent e84ed28a88
commit c4f4ed67be

@ -1,7 +1,7 @@
### Description ### 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)). 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 ### Download
- [2022-10-16](https://github.com/djpohly/dwl/compare/main...sevz17:keycodes.patch) - [2022-12-05](https://github.com/djpohly/dwl/compare/main...sevz17:keycodes.patch)
### Authors ### Authors
- [sevz](https://github.com/sevz17) - [sevz](https://github.com/sevz17)