hallo,

i was procrastinating the other day, and decided to turn my Caps
Lock key into a Ctrl key.  whoop-de-doo, you say, everybody's
done that.

well, here's a better solution: make your Caps Lock key _and_
your Ctrl key map to Ctrl.  make your right Windows key into a
Caps Lock.  this way, you can use whatever Ctrl key you feel like
at the time.  (I end up using both now, woohoo.)

Save the following to a .xmodmap file:

    ! Caps Lock -> Control, right Windows key -> Caps Lock

    keycode 66 = Control_L
    add control = Control_L
    remove lock = Caps_Lock
    keycode 116 = Caps_Lock
    add lock = Caps_Lock

Now type

    $ xmodmap .xmodmap

at your shell.  have fun.


-- 
#ozone/algorithm <[EMAIL PROTECTED]>          - trust.in.love.to.save
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to