d_sun.rc
author Claus Gittinger <cg@exept.de>
Fri, 31 Jan 1997 11:34:50 +0100
changeset 199 2f1fb3201393
parent 100 7d469db172b1
child 209 22793de5d56e
permissions -rw-r--r--
*** empty log message ***

"*
 * $Header$
 *
 * display configuration - sun
 *
 * If your display is the above, create a symbolic link
 * d_<hostname-of-display>.rc -> d_sun.rc
 *
 *"

"/
"/ the following helps to avoid the annoying click
"/ on newly opened windows ...
"/
StandardSystemView takeFocusWhenMapped:true.


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