Author: branden Date: 2004-07-26 16:31:52 -0500 (Mon, 26 Jul 2004) New Revision: 1688
Modified: trunk/debian/TODO Log: Add item with extensive commentary for the ongoing XKB modifier problem. Modified: trunk/debian/TODO =================================================================== --- trunk/debian/TODO 2004-07-26 21:21:47 UTC (rev 1687) +++ trunk/debian/TODO 2004-07-26 21:31:52 UTC (rev 1688) @@ -79,7 +79,21 @@ manpage documenting this (see patch #083). * #252274: fix bad comment character in Debian's mods to XTerm's app-defaults file +* #256706: keep swatting away at the keyboard modifer issue; Ivan Pascal told + BR: + There is not modifier_del instruction in 'XKB language' but ... + I made a simple change for xkbcomp and now it understands an instruction + like + modifier_add none { <LALT> }; + It removes the modifier binding from the specified key. + I'm sorry I forget to mention this patch in CHANGELOG but it was a part + of 667 change made at Dec 18 14:14:37 2003 (i.e. it is included in 4.4.0). + If your xkbcomp is later than that version it understands such instruction. + So I'm thinking the fix is to apply the above, then modify the symbol maps + such that (in most cases) any keys that get modifier mappings are cleared + first. This solution will absolutely positively need testing. + 4.3.0.dfsg.1-8 --------------