* shea martin <[EMAIL PROTECTED]> [May 03. 2001 17:14]:
> I lost my home dir, so I have to reconfigure bb.  I can't for the life
> of me remember how to map those pesky windows keys (between ctrl and
> alt), and that key with the little notepad on it  to the left of the
> right ctrl key.
> I think I had them mapped to f30, f31 and f32.  I know I had to put an
> entry in my ~/.Xmodmap.  But I don't even remember what the entry looks
> like.

Use the program xev to get the keycode, and then add an entry like this
in ~/.Xmodmap:

keycode 129 = F30

But with the keycode corresponding to the ones from xev of course.

To test it out, the following line is how to do it from the commandline:

xmodmap -e 'keycode 129 = F30'

-- 
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic and
totally illogic, with just a little bit more effort."
                                -- A. P. J.

Reply via email to