diff --git a/HISTORY.md b/HISTORY.md index 6748a950..dd779fa9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -99,7 +99,10 @@ I assume this is because: **Seventh, final solution** By grabbing the mouse device (EVIOCGRAB) this won't happen. Since this prevents all the keycodes from doing stuff, no -empty xkb symbols file is needed anymore. +empty xkb symbols file is needed anymore. If 10 is mapped to a, it will +figure out the keycode for a in the system configuration (via setxkbmap -pke) +and write it into a new device that has proper capabilities. So no xkb +configurations are needed at all anymore. # How I would have liked it to be