vlead / vlead-onboarding

Other
0 stars 1 forks source link

Remap key board in ubuntu #3

Open travula opened 6 years ago

travula commented 6 years ago

edit the file /usr/share/X11/xkb/symbols/pc

Swap the CapsLock to Ctrl and right Ctrl to CapsLock

   key <CAPS> {        [ Control_R             ]       };
   key <RCTL> {        [ Caps_Lock             ]       };                                        

Then clear the xkb settings cache:

rm -rf /var/lib/xkb/*

After a reboot your keys are mapped corectly.

travula commented 6 years ago

@vlead/vlead-staff