Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2001 01:49:07 -0500
From:      Peter Radcliffe <pir@pir.net>
To:        FreeBSD Laptoppers <freebsd-mobile@freebsd.org>
Subject:   Re: keymap and .Xmodmap for meta and control
Message-ID:  <20010215014907.B13037@pir.net>
In-Reply-To: <E14THug-000FPT-00@rip.psg.com>; from randy@psg.com on Wed, Feb 14, 2001 at 10:29:10PM -0800
References:  <E14THug-000FPT-00@rip.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush <randy@psg.com> probably said:
>   o meta to be the result of
>     - left and right ALT keys
>     - left and right 'billy' keys (so much for bucky)
>   o control to be the result of
>     - left and right control
>     - caps lock
> 
> i almost have a keymap hacked, but can't get the billy keys to do meta.
> and the .Xmodmap is making me crazy.

I've managed the effect I like, if it's exactly what you want I'm unsure,
with;

remove Lock    = Caps_Lock
remove Mod5    = Scroll_Lock

keycode 0x42 =  Control_L
keycode 0x40 =  Alt_L
keycode 0x71 =  Alt_R
keycode 0x73 =  Meta_L
keycode 0x74 =  Meta_R
keycode 0x75 =  Meta_R

add    Control = Control_L
add    Mod4    = Meta_R Meta_R Meta_L

P.

-- 
pir                  pir@pir.net                    pir@net.tufts.edu



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010215014907.B13037>