make capslock another control key or swap caps/control

Discussion in 'Modding and Customization' started by laprice, Oct 30, 2008.

  1. laprice

    laprice

    Joined:
    Oct 30, 2008
    Messages:
    1
    Likes Received:
    0
    open a terminal (alt+f2 bash)

    become root ( su ) you'll be prompted for your password

    Code:
    cd /etc/X11/
    Code:
    cp xorg.conf xorg.conf.old
    #copy the configuration before you edit it.

    Code:
    vi xorg.conf
    #launches the vi editor http://www.lagmonster.org/docs/vi.html

    Change the line that reads
    Code:
    Option "XkbOptions" "grp:alt_shift_toggle"
    to read
    Code:
    Option "XkbOptions" "grp:alt_shift_toggle, ctrl:nocaps"
    if you want to make the capslock another control key.

    or
    Code:
    ctrl:swapcaps
    if you want to swap the functions of control and capslock.
     
    laprice, Oct 30, 2008
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.