On Thu, 03 May 2001, ryu wrote:
> Mads Martin J�rgensen wrote:
> > 
> > * 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.
> I did some mapping, but I mapped mine to Meta_L & Meta_R.  For some
> reason bbkeys doesn't like this and doesn't recognize them.  (in bbkyes
> configuration, when I hold one and press left, it thinks I'm just
> pressing left).  The keys are mapped correctly when I test them with
> xev.  Anyone know why bbkeys doesn't like this?

Unless you've screwed with it, Meta_L is mapped to the same key as Alt_L and
likewise for Meta_R and Alt_R. I used XKeyCaps to remap Meta_L and Meta_R to
my caps lock key (caps lock sucks).

X Windows: Complicated non-solutions to simple non-problems.

--gile
-- 
I am gile.
I am not smiling.
You should run.

Reply via email to