Can't navigate browser window with arrow keys? (Solved)

Booting, installing, newbie
Post Reply
Message
Author
willywagtail
Posts: 3
Joined: Sat 01 Jul 2006, 10:01
Location: Australia

Can't navigate browser window with arrow keys? (Solved)

#1 Post by willywagtail »

Hi Love puppy but suddenly my arrow keys don't work in browers etc
booted back to mandriva all ok
must be a setting but i cant find which one
wwt

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

I have no idea what causes your problem.

But there is a workaround:

run "xev".
Focus the new window with your mouse.
Now hit the cursorkeys, and note down the keycodes you get.

Now create or edit a file /root/.Xmodmap (don't forget the point).

Add these lines, with your own keycodes:

Code: Select all

keycode 114 = Right
keycode 100 = Left
keycode 113 =	Up
keycode 112 =	Down
In puppy 1 I once had, that these code changed after a while, so I had to re-run this procedure once.
Never found out why :?:

Mark

willywagtail
Posts: 3
Joined: Sat 01 Jul 2006, 10:01
Location: Australia

#3 Post by willywagtail »

Thankyou Mark

Didn't use your wokaround but printed it out for future ref

I ran xorg and the problem went away

wwt

Post Reply