Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
!
2
! @OPENGROUP_COPYRIGHT@
3
! COPYRIGHT NOTICE
4
! Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
5
! Copyright (c) 1996, 1997, 1998, 1999, 2000 The Open Group
6
! ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
7
! the full copyright text.
8
!
9
! This software is subject to an open license. It may only be
10
! used on, with or for operating systems which are themselves open
11
! source systems. You must contact The Open Group for a license
12
! allowing distribution and sublicensing of this software on, with,
13
! or for operating systems which are not Open Source programs.
14
!
15
! See http://www.opengroup.org/openmotif/license for full
16
! details of the license agreement. Any use, reproduction, or
17
! distribution of the program constitutes recipient's acceptance of
18
! this agreement.
19
!
20
! EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
21
! PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22
! KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
23
! WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
24
! OR FITNESS FOR A PARTICULAR PURPOSE
25
!
26
! EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
27
! NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT,
28
! INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29
! DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED
30
! AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31
! LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32
! ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
33
! EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
34
! POSSIBILITY OF SUCH DAMAGES.
35
!
36
! $XConsortium: system.mwmrc /main/9 1996/10/25 11:45:42 drk $
37
!
38
! HISTORY
39
!
40
 
41
!!
42
!!  DEFAULT Mwm RESOURCE DESCRIPTION FILE (system.mwmrc)
43
!!
44
!!  NOTE: To personalize this file, copy this file before editing it.
45
!!  	  Personalize copies of the Mwm resource file typically
46
!!	  reside as:
47
!!
48
!!		$HOME/.mwmrc
49
!!
50
 
51
!!
52
!! Root Menu Description (this menu must be explicitly posted via f.menu)
53
!!
54
 
55
Menu DefaultRootMenu
56
{
57
	"Root Menu"		f.title
58
	"New Window"		f.exec "xterm &"
59
	"Shuffle Up"		f.circle_up
60
	"Shuffle Down"		f.circle_down
61
	"Refresh"		f.refresh
62
	"Pack Icons"		f.pack_icons
63
!	"Toggle Behavior..."	f.set_behavior
64
	 no-label		f.separator
65
	"Restart..."		f.restart
66
	"Quit..."		f.quit_mwm
67
 
68
}
69
 
70
Menu RootMenu_1.1
71
{
72
	"Root Menu"		f.title
73
	"New Window"		f.exec "xterm &"
74
	"Shuffle Up"		f.circle_up
75
	"Shuffle Down"		f.circle_down
76
	"Refresh"		f.refresh
77
!	"Pack Icons"		f.pack_icons
78
!	"Toggle Behavior"	f.set_behavior
79
	no-label		f.separator
80
	"Restart..."		f.restart
81
}
82
 
83
!!
84
!! Default Window Menu Description
85
!!
86
 
87
Menu DefaultWindowMenu
88
{
89
	Restore		_R	Alt<Key>F5	f.restore
90
	Move		_M	Alt<Key>F7	f.move
91
	Size		_S	Alt<Key>F8	f.resize
92
	Minimize	_n	Alt<Key>F9	f.minimize
93
	Maximize	_x	Alt<Key>F10	f.maximize
94
	Lower		_L	Alt<Key>F3	f.lower
95
	no-label				f.separator
96
	Close		_C	Alt<Key>F4	f.kill
97
}
98
 
99
 
100
!!
101
!! Key Binding Description
102
!!
103
 
104
Keys DefaultKeyBindings
105
{
106
	Shift<Key>Escape	window|icon		f.post_wmenu
107
	Alt<Key>space		window|icon		f.post_wmenu
108
	Alt<Key>Tab		root|icon|window	f.next_key
109
	Alt Shift<Key>Tab	root|icon|window	f.prev_key
110
	Alt<Key>Escape		root|icon|window	f.circle_down
111
	Alt Shift<Key>Escape	root|icon|window	f.circle_up
112
	Alt Shift Ctrl<Key>exclam root|icon|window	f.set_behavior
113
	Alt<Key>F6		window			f.next_key transient
114
	Alt Shift<Key>F6	window			f.prev_key transient
115
	Shift<Key>F10		icon			f.post_wmenu
116
!	Alt Shift<Key>Delete	root|icon|window	f.restart
117
}
118
 
119
!!
120
!! Button Binding Description(s)
121
!!
122
 
123
Buttons DefaultButtonBindings
124
{
125
	<Btn1Down>	icon|frame	f.raise
126
	<Btn3Down>	icon|frame	f.post_wmenu
127
	<Btn3Down>	root		f.menu	DefaultRootMenu
128
}
129
 
130
Buttons ExplicitButtonBindings
131
{
132
	<Btn1Down>	frame|icon	f.raise
133
	<Btn3Down>	frame|icon	f.post_wmenu
134
	<Btn3Down>	root		f.menu	DefaultRootMenu
135
!	<Btn1Up>	icon		f.restore
136
	Alt<Btn1Down>	window|icon	f.lower
137
!	Alt<Btn2Down>	window|icon	f.resize
138
!	Alt<Btn3Down>	window|icon	f.move
139
 
140
}
141
 
142
Buttons PointerButtonBindings
143
{
144
	<Btn1Down>	frame|icon	f.raise
145
	<Btn3Down>	frame|icon	f.post_wmenu
146
	<Btn3Down>	root		f.menu	DefaultRootMenu
147
	<Btn1Down>	window		f.raise
148
!	<Btn1Up>	icon		f.restore
149
	Alt<Btn1Down>	window|icon	f.lower
150
!	Alt<Btn2Down>	window|icon	f.resize
151
!	Alt<Btn3Down>	window|icon	f.move
152
}
153
 
154
!!
155
!!  END OF mwm RESOURCE DESCRIPTION FILE
156
!!