Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remap key board in ubuntu #3

Open
travula opened this issue Sep 12, 2017 · 1 comment
Open

Remap key board in ubuntu #3

travula opened this issue Sep 12, 2017 · 1 comment

Comments

@travula
Copy link
Member

travula commented Sep 12, 2017

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
Copy link
Member Author

travula commented Sep 12, 2017

@vlead/vlead-staff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant