diff --git a/keycodes.md b/keycodes.md new file mode 100644 index 0000000..b85a4b0 --- /dev/null +++ b/keycodes.md @@ -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) \ No newline at end of file