Hi !

I'm using "ca" keyboard, and was tired that this right control key was mapped 
to some 5th modulator key that's seems completely useless...
So I patched "/etc/X11/xkb/symbols/ca", with the following patch of my own, 
and it works perfectly fine. I think many people would appreciate this to be 
the default.

126c126
<     key <RCTL> {        [ ISO_Level3_Shift              ]       };
---
> //    key <RCTL> {        [ ISO_Level3_Shift              ]       };
128c128
<     modifier_map Mod5   { <RCTL> };
---
> //    modifier_map Mod5   { <RCTL> };
209c209
<     modifier_map Control{ Control_L };
---
>     modifier_map Control{ Control_L , Control_R };


-- 
Dominic Genest
Étudiant 3e cycle
Département d'Informatique et de Génie Logiciel
Université Laval
97010111

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to