File: MouseBindings

package info (click to toggle)
fvwm-crystal 3.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,748 kB
  • ctags: 793
  • sloc: sh: 2,815; cs: 880; python: 875; makefile: 212
file content (443 lines) | stat: -rw-r--r-- 8,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
MouseBindings(1)
================
:doctype: manpage
:man source:   MouseBindings
:man version:  3.2.5
:man manual:   FVWM-Crystal

NAME
----
MouseBindings - FVWM-Crystal Mouse Bindings Reference


SYNOPSIS
--------

None


DESCRIPTION
-----------

In this file you can find all mouse bindings used in FVWM-Crystal desktop.

Legend:
-------
	Alt - Meta (Alt)
	Win_L - Windows Left
	Win_R - Windows Right
	Menu - a "menu" key
	KP_ - means that following key is on the numeric keyboard
	LMB - Left Mouse Button
	RMB - Right Mouse Button
	MMB - Middle Mouse Button
	Wheel - The mouse wheel


The Desktop:
------------
*LMB (+ hold)*::
	If enabled in the preferences, open applications or system menu
	depending on the recipe in use.

*RMB*::
	Open a terminal window.

*MMB*::
	Toggle the ability to switch desktop pages using screen edge (off/on,
	defult off).

*Alt + MMB*::
	Hide or show desktop panels.


Window thumbnails:
------------------
*Doubleclick LMB*::
	Bring back minimized window.

*RMB*::
	Open a terminal window.

*Alt + DoubleClick MMB*::
	Close selected window.


Window:
-------
*Alt + LMB*::
	Raise selected window.

*Alt + LMB + drag*::
	Raise window and move it on the screen.

*Alt + RMB*::
	Lower selected window.

*Alt + RMB + drag*::
	Move window on the screen without raising.

*Alt + MMB*::
	Resize selected window (move bottom-right corner).


Window's titlebar:
------------------
*LMB*::
	Raise selected window.

*LMB + drag*::
	Raise window and move it on the screen.

*RMB*::
	Lower selected window.

*RMB + drag*::
	Move window on the screen without raising.

*MMB*::
	Shade or unshade window.

*MMB + drag*::
	Resize selected window (choose window edge(s) to move).

*Wheel*::
	Increase or decrease the transparency of the selected window.


Titlebar buttons:
-----------------

*LMB, RMB, MMB + hold*::
	Show button menu(s).

FVWM-Crystal button model:
~~~~~~~~~~~~~~~~~~~~~~~~~~
`| Close B. |----//-----| Arrows B.| Options B.| Maximize B.| Close B. |`
[level="1"]
This apply also to the Amiga button model, which is the same but with only
one close button on the left.

Close buttons:
^^^^^^^^^^^^^^
*LMB*::
	Close selected window.
	
*RMB*::
	Iconify selected window.
	
*MMB*::
	Identify selected window.
	
*Alt + MMB*::
	Destroy (kill) selected window.
	

Maximize button (toggle between new size and default size):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*LMB*::
	Maximize window.
		
*Alt + LMB*::
	Take the free space (to the next windows).

*RMB*::
	Maximize window horizontally.

*Alt + RMB*::
	Take the free space horizontally.

*MMB*::
	Maximize window vertically.

*Alt + MMB*::
	Take the free space horizontally.

Window options button:
^^^^^^^^^^^^^^^^^^^^^^
*LMB*::
	Minimize the window (or toggle to the default size).

*Alt + LMB*::
	Toggle sticky window mode.
		
*RMB*::
	Set window in "normal" mode (clears stay on top/bottom).

*MMB*::
	Set window to stay on top.

*Alt + MMB*::
	Set window to stay on bottom.


Arrows button:
^^^^^^^^^^^^^^
*LMB*::
	Move selected window to the left (upper) desktop page.
	*Amiga model*: Iconify the window.

*Alt + LMB*::
	Go to the left (upper) page with selected window.

*RMB*::
	Move selected window to the right (lower) desktop page.

*Alt + RMB*::
	Go to the right (lower) page with selected window.

*MMB*::
	Move selected window to the previously active desktop page.

*Alt + MMB*::
	Go to the previously active desktop page with selected window.

Other button models:
~~~~~~~~~~~~~~~~~~~~
Close button:
^^^^^^^^^^^^^
*LMB*::
	Close window.

*RMB* (in OS/2 and NeXTStep button model)::
	Iconify window.

Maximize button:
^^^^^^^^^^^^^^^^
*LMB*::
	Maximize window.
		
*Alt + LMB*::
	Take the free space (to the next windows).

*RMB*::
	Maximize window horizontally.

*Alt + RMB*::
	Take the free space horizontally.

*MMB*::
	Maximize window vertically.

*Alt + MMB*::
	Take the free space horizontally.

Iconify button:
^^^^^^^^^^^^^^^
*LMB*::
	Iconify window.


Applications panel:
-------------------
*LMB*::
	Open the menu of selected application group.

*RMB*::
	Launch application which is shown on the app panel.


Desktop pager:
--------------
*LMB*::
	Switch to selected desktop/page.

*RMB*::
	Switch to selected region.

MMB::
	Move selected miniature window to a different desktop page, or move
	outside the pager window to the current desktop.


Window panel (shows currently opened windows):
----------------------------------------------
*LMB*::
	Go to the window's desktop page, raise and focus it.

*RMB*::
	Bring selected window to the current page, raise and focus it.

*MMB*::
	Iconify/deiconify selected window.


Icon panel (shows currently iconified windows):
-----------------------------------------------
*LMB*::
	Bring back iconified window on the current page, raise and focus it.

*RMB*::
	Go to the window's desktop page, bring window back, raise and focus
	it.


Clock:
------
*LMB*, *MMB*::
	Toggle between date and time display.

*RMB*::
	Toggle between 12h and 24h time format.


"FVWM-Crystal" button:
----------------------
*LMB*::
	Open the system menu.

*MMB*::
	Change wallpaper randomly.

*Mouse wheel*::
	Change the resolution using xrandr (only when the button is at the top
	left corner)


"FVWM-Crystal" button, Amiga Recipe - Top Desktop bar:
------------------------------------------------------
*LMB*::
	Toggle the top bar between dekstop bar and menu bar.

*MMB*::
	Change wallpaper randomly

*RMB*::
	Open the system menu

*Mouse wheel*::
	Change the resolution using xrandr.


Amiga Recipe - Top Menu bar:
----------------------------
*LMB*::
	*Workbench button* - Toggle the top bar between dekstop bar and menu bar.
	*Application buttons* - Launch preferred application #1

*MMB*::
	*Workbench button* - Toggle the top bar between dekstop bar and menu bar.
	*Application buttons* - Launch preferred application #2

*RMB*::
	*Workbench button* - Open the system menu.
	*Application buttons* - Open the category application menu



"Switch left" button, Amiga recipe:
-----------------------------------
*LMB*::
	Show/Hyde the player buttons, the notification area and the 
	application panel.

*MMB*::
	Show pount-gui to mount removable medias (for *kit free systems).

*RMB*::
	Show pmount-gui to un-mount removables medias.


"Switch middle" button, Amiga recipe:
-------------------------------------
*LMB*::
	Show/Hyde applications panel.


"Player" button (not all the players implement all the functions):
------------------------------------------------------------------
*LMB*::
	Open the players system menu.

*MMB*::
	Toggle player GUI.

*RMB*::
	Toggle visibility of QJackCtl.

*Mouse wheel*::
	Change volume up and down.


"Eject" button:
---------------
*LMB*::
	Open the playlist menu.

*MMB*::
	Open the player mixer menu.

*RMB*::
	Open the system volume menu.

*Mouse wheel*::
	Play next or previous media.


"Play" button:
--------------
*LMB*::
	Play.

*MMB*::
	Pause or toggle playback/pause.

*RMB*::
	Show the playback menu.

*Mouse wheel*::
	Change the speed up and down.


"Forward" button:
-----------------
*LMB*::
	Open the speed menu.

*Mouse wheel*::
	Seek reverse or forward.


"Windows" button:
-----------------
*LMB*::
	Show list of currently opened windows.

*RMB*::
	Show list of currently iconified windows.

*MMB*::
	Place again all windows on the current desktop page.


"Desktop" button:
-----------------
*LMB* or *RMB*::
	Show/hide desktop pager window.

*MMB*::
	Go to previously active desktop page.

*Mouse wheel*::
	Go to next/previous desktop page.

AUTHORS
-------
Documentation written by Maciej Delmanowski <harnir@berlios.de>
Augmented, maintained and ported to asciidoc by Dominique Michel
<dominique_libre@users.sourceforge.net>


COPYRIGHT
---------
*FVWM-Crystal* and all the scripts and other files coming with 
the distribution are subject to the GNU General Public License (GPL). 
Please refer to the COPYING file that came with *FVWM-Crystal* for details.


BUGS
----
Bug reports can be sent to the fvwm-crystal-users mailing list at 
<https://mail.gna.org/listinfo/fvwm-crystal-users/>.