On Thu, 11 Sep 2003 15:55:49 +0200
"T. Ribbrock" <[EMAIL PROTECTED]> wrote:

> On Thu, Sep 11, 2003 at 08:45:28AM -0400, Sean Estabrooks wrote:
> > If you're using Gnome you could use the keyboard-mouse provided 
> > by the accessibility features:
> > 
> > run "gnome-accessibility-keyboard-properties" and enable both
> > "Enable keyboard accessibility features" and  "Enable Mouse Keys"
> 
> Hm... Plain XFree86 does have that functionality as well... Problem
> is: The laptop has no separate keypad, hence, I'd have to switch that
> on first, use it to move the screen, then switch it off - too much
> hassle to make this practical. Thanks for the suggestion anyway!


This is really a seperate issue from your original question but
it is pretty easy to map other keys.  For instance:

xmodmap -e "keycode 71 = KP_Up" -e "keycode 72 = KP_Down"
xmodmap -e "keycode 73 = KP_Left" -e "keycode 73 = KP_Right"

will change F5 through F8 to be the direction keys for you.

Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to