I'd like to switch my CTRL and ALT keys under Linux (to make it more Mac-like). How do I do this?
If it helps, I'm running Ubuntu 9.04.
|
up vote
1
down vote
favorite
1
|
|||
|
|
|
up vote
2
down vote
accepted
|
First off, try looking in Preferences > Keyboard > Layouts > Layout Options under the Alt/Win key behavior if there is a suitable option there for you. If that doesn't do it for you these commands would switch left control with left alt (at least with my keyboard).
To get your keycode, you can run the program xev in a terminal window and press first Control and note the keycode, then Alt to get the keycode. Good luck! |
||
|
|
|
up vote
1
down vote
|
xmodmap - utility for modifying keymaps and pointer button mappings in X showkey - examine the codes sent by the keyboard setkeycodes - load kernel scancode-to-keycode mapping table entries |
||||||
|
|
up vote
0
down vote
|
There's a solution posted on the Ubuntu forums. I used a similar one some time back to reconfigure Caps Lock. |
||
|
|