Comment 2 for bug 140786

Revision history for this message
mon (javiermon-deactivatedaccount) wrote :

I've used xev and it's telling me my right apple key is 116. I've added:
s/keycode 116 =/keycode 116 = AltGr/;

and it didn't work. I've then look and saw the dumpkeys command says 116 is Do. so I've added:
s/keycode 116 = Do/keycode 116 = AltGr/;

with no luck.