d_sun.rc
author claus
Mon, 17 Jan 1994 14:52:06 +0100
changeset 3 04da04464d43
parent 0 0cb137a77319
child 5 420e4af41733
permissions -rw-r--r--
*** empty log message ***

"*
 * $Header$
 * display configuration - sun
 *"

"
View defaultStyle:#openwin
"
View defaultStyle:#iris
!

"
 define suns left-function keys
 (this really should be done by xmodmap/server)
"
|map|

map := Display keyboardMap.

map bindValue:#Find  to:#F19.
map bindValue:#Cut   to:#F20.
map bindValue:#Paste to:#F18.
map bindValue:#Open  to:#F17.
map bindValue:#Copy  to:#F16.
map bindValue:#Undo  to:#F14.
map bindValue:#Props to:#F13.
map bindValue:#Again to:#F12.
map bindValue:#Prior to:#F29.
map bindValue:#Next  to:#F35.
map bindValue:#Home  to:#F27.
map bindValue:#End   to:#R13.
!