Right now I'm only in the testing phase, but once I'm finished, hopefully, this will be the most concise and helpful explanation of how to configure xkb without being so darn confusing. So any time I have to try a few things, I'll post my findings here, and if anyone has already tried something, let me know what happened.
Goal:The first goal is to remove a keyboard layout that uses dead keys and relies on xim.
Trial 1:
key <AC01> { [ a, A, U13A0, U02E5 ] };
key <LWIN> { 1, 2, 3};
- type[Group1]="ONE_LEVEL"
- symbols[Group1]=[ ISO_LEVEL3_SHIFT ]
- locks=True
By pressing the Left Windows key, I can switch between typing using a or U13A0, the Shift keys allow me to use A or U02E5.
Symbol file:(This section will be about...
[ Continued ]