Subject: Re: Da up and down keys
To: Alex Ardalich <alex@dove.mtx.net.au>
From: Ken Nakata <kenn@eden.rutgers.edu>
List: port-mac68k
Date: 05/10/1996 22:52:43
> hmm, How can I get the up and down arrow keys to work in X?

Uh?  It's not in the FAQ?  Well, okay, like this:

Put the following two lines in your .xmodmaprc file:

keycode 0x3D =  Down
keycode 0x3E =  Up

then put the following line in your .xinitrc file (preferably at the
top of it):

xmodmap $HOME/.xmodmaprc

That's it!

ken