From: Der-Hua Liu (dhliu@solar.csie.ntu.edu.tw)
Date: 03/07/93


From: dhliu@solar.csie.ntu.edu.tw (Der-Hua Liu)
Subject: Re: olwm cut,copy,paste,.. function keys on pc keyboard ?
Date: Sun, 7 Mar 1993 06:36:16 GMT

Alexander Rossner (ros@rossi.han.de) wrote:
: hi,

: is it possible to put the SUN function keys cut,copy,paste,find,... (L1,L2,..)
: for olwm on the normal PC keyboard function keys F1,F2,.... ?

: I tried xkeycaps (put 'vendor' SunCut on F1...) but it doesn't work :-(

: any ideas ?

: alex
: --
: Alexander Rossner ros@rossi.han.de

Add the following line to your .xinitrc, or put it in your modmap:

xmodmap -e "keysym F9 = F19" -e "keysym F10 = F20" -e "keysym F11 = F16" \
 -e "keysym F12 = F18"

This key-mapping maps F9-F12 to find, cut, copy and paste.

You can use xkey to find the names of other sun func keys.
( Do not use xkey to snoop other's keyboard activity. Evil. :-) )

I strongly recommand you use olvwm.

F1-F6 is useful for olvwm. You can use F1-F6 to switch virtul desktop.
So, assigning keys to F1-F6 is not a good idea.

Enjoy,