From dc0b5db22e77fabbb402b0dbfae03f16f02eeaff Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sat, 28 Nov 2020 18:58:18 +0100 Subject: [PATCH] update HISTORY.md --- HISTORY.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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