Created keycodes (markdown)

Dmitry Zakharchenko 2022-09-04 11:24:44 +03:00
parent b4f15468fc
commit ae8d4b483a

7
keycodes.md Normal file

@ -0,0 +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 xev).
### Download
- [2021-06-04](https://github.com/djpohly/dwl/compare/main...Sevz17:keycodes.patch)
### Authors
- [sevz](https://github.com/Sevz17)