d_sun.rc
author Claus Gittinger <cg@exept.de>
Sun, 11 Feb 1996 13:49:20 +0100
changeset 84 06f58dd9b0ae
parent 8 d82829c0d867
child 100 7d469db172b1
permissions -rw-r--r--
*** empty log message ***

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

"*
 * view style - uncomment the one you like
 *"

"/ actually, openwin-style is not finished yet
"/ you may prefer #iris, #motif or #normal

View defaultStyle:#openwin.
"/ View defaultStyle:#iris.
"/ View defaultStyle:#normal.
"/ View defaultStyle:#motif.
!

"
 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.
!