How to remap CAPSLOCK to ESC in Linux Mint 12

11,266

Solution 1

  1. Open the menu
  2. Open System ToolsSystem Settings
  3. Select Keyboard Layouts
  4. Select Options
  5. Select Caps Lock key behavior
  6. Select Make Caps Lock an additional ESC
  7. Close all of the windows and have yourself a nice cuppa, you are done!

Solution 2

Put this in your ~/.Xmodmap file:

remove Lock = Caps_Lock
remove Control = Escape
keysym Escape = Caps_Lock
keysym Caps_Lock = Escape
add Lock = Caps_Lock
add Control = Escape

and then run xmodmap ~/.Xmodmap to make the changes effective immediately. Otherwise the next time you log in the changes will be effective.

Solution 3

You can use xmodmap for this. Instructions are for example on the Vim Wiki.

Solution 4

I was looking and looking for this too in Mint 15, and I found it.

  1. System Settings
  2. Regional Settings
  3. Layouts tab
  4. Options Button
  5. Ctrl key postion
Share:
11,266

Related videos on Youtube

imcoddy
Author by

imcoddy

Updated on September 18, 2022

Comments

  • imcoddy
    imcoddy almost 2 years

    I would like to remap the CAPSLOCK key to ESC as this is easier to use in Vim. I can make it in Ubuntu 11.04 as there's an option for this in Keyborad configuration. But recently I switched to use Linux Mint and found that there's no such option.

    I don't know whether it is the gnome3 that makes this happen, as there are only some basic features to customize.

    Hoping someone can help me remap the key, thanks in advance.

    found this article, but the options are not found in Mint 12

  • baweaver
    baweaver about 10 years
    Fair warning, at least in 15+ it's now under Internationalization for some confounded reason. This is still valid as it's under keyboard layouts, but you'll find that under internationalization.
  • still_dreaming_1
    still_dreaming_1 about 9 years
    In 17.1 (Cinnamon) it is under Keyboard in the settings. Or you can just type "keyboard" from the Menu to find it. Once there, there is a Keyboard Layouts tab and the steps are the same from there.
  • prasad
    prasad over 7 years
    I think with this every caps lock hit will also toggles the caps along with ESC but we want to swap the keys.