From 9bf255c42b2c186e027899bfc8f23f14ac9916f9 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Tue, 17 Nov 2020 21:09:28 +0100 Subject: [PATCH] wip --- HELP.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HELP.md b/HELP.md index d5f53c3f..665df0d7 100644 --- a/HELP.md +++ b/HELP.md @@ -1,5 +1,8 @@ # The problems with overwriting keys +Branches for all that stuff exist to archive it instead of loosing it forever. +Look for branches called "fifth", "fourth", etc. + **Initial target** You write a symbols file based on your specified mapping, and that's pretty much it. There were two mappings: The first one is in the keycodes file and contains "<10> = 10", which is super redundant but needed @@ -52,8 +55,7 @@ mouse buttons with a single symbol file. Key-mapper listens for key events in /dev and then writes the mapped keycode into /dev. For example, if 10 should be mapped to Shift_L, xkb configs would disable key 10 and key-mapper would write 50 into /dev, which is Shift_L in xmodmaps output. This sounds -incredibly simple and makes me throw away tons of code. Branches for all that -stuff exist to archive it instead of loosing it forever. +incredibly simple and makes me throw away tons of code. # The various mappings