From ae8d4b483ad9bc46974930118bd2c2fb855ab35f Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko <82608185+dm1tz@users.noreply.github.com> Date: Sun, 4 Sep 2022 11:24:44 +0300 Subject: [PATCH] Created keycodes (markdown) --- keycodes.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 keycodes.md 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