I'm struggling to get xkb set up the way I want to. Currently I want to have two RALT keys available, and move LALT to WIN. I've managed to change the keycodes/xfree86 file to move keys around, but I can't seem to make a duplicate. My typematrix keyboard generates keycodes 115, 64, 113. (win, lalt and ralt from left to right normally). I'd like to change this to lalt, ralt, ralt.. I don't need the win key but my ralt modifier should be available on both hands...
my keycodes/xfree86 file contains:
<LALT> = 115;
<RALT> = 64;
<RALT> = 113;
Unfortunately only one RALT gets used. I've also tried:
<LALT> = 115;
<RALT> = 64;
<BLAH> = 113;
alias <BLAH> = <RALT>;
but this didn't work either. Any tips or suggestions would be really welcome. If there is a good resource showing how to set up modifiers and virtual modifiers and how these work with the symbol files then that would be really sweet too, but I've been googling and think I've seen the majority of the info already... I'm content if I can get an ugly hack to duplicate the key..