On Mon, 15 Jan 2001, Bill Beal wrote:
> [snip]
>
> YMMV, but I added the following lines to my .xinitrc after
> determining the proper keycodes with xev, perhaps you could
> try the same numbers:
>
> # Map extra fnc keys for bbkeys
> /usr/X11R6/bin/xmodmap -e "keycode 115 = F30" #left Windows button
> /usr/X11R6/bin/xmodmap -e "keycode 116 = F31" #right Windows button
> /usr/X11R6/bin/xmodmap -e "keycode 117 = F32" #right "menu" button
>
> [snip]
I'd have used XKeyCaps (http://www.jwz.org/xkeycaps) to map the 'crash' keys.
I've used it to remap Caps Lock and Scroll Lock to Meta_L and Meta_R,
respectively, and removed Meta_* from the Alt_* keys.
--gile