[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X Window, Right Ctrl -> Control?



On Fri, May 11, 2001 at 12:54:41AM +0200, joost witteveen wrote:
> Hello all,
> 
> Could anyone tell me how to make the right Ctrl key work
> (just as the left one) as Control? At the moment it seems
> to do just nothing (although xev does notice it).
> 
> I've tried adding 
>   RightCtl    Control
> to my /etc/X11/XF86Control file, but that doesn't seem to work.
> (I'm using XFree 3.1.6 now, but will switch to 4.0 if that's what
> it takes).

I would run -
$ xmodmap -pke

You should have an entry similar to -
keycode 109 = Control_R                                                         

If you don't then check which keycode your right ctrl key is with xev
and throw the line in ~/.Xmodmap then run -
$ xmodmap .Xmodmap

You can set this up in your ~/.xinitrc file so it is started each time
you start X.  

Might work for you.
kent

-- 
 From seeing and seeing the seeing has become so exhausted
     First line of "The Panther" - R. M. Rilke




Reply to: