d_sun.rc
author claus
Mon, 21 Nov 1994 18:37:56 +0100
changeset 8 d82829c0d867
parent 7 57c09d1b7f69
child 84 06f58dd9b0ae
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.
!