247 Mouse 1 T A FvwmMove |
247 Mouse 1 T A FvwmMove |
248 # Move windows by holding right mouse button on window title, borders or corners. |
248 # Move windows by holding right mouse button on window title, borders or corners. |
249 Mouse 3 FST A FvwmMove |
249 Mouse 3 FST A FvwmMove |
250 |
250 |
251 ################################################################ |
251 ################################################################ |
252 # Key binding. |
252 # WindowList. |
253 |
253 |
254 # Used by WindowList to raise selected windows and to pass focus to it. |
254 # Used by WindowList to raise selected windows and to pass focus to it. |
255 DestroyFunc WindowListFunc |
255 DestroyFunc WindowListFunc |
256 AddToFunc WindowListFunc |
256 AddToFunc WindowListFunc |
257 + I Iconify off |
257 + I Iconify off |
258 + I FlipFocus |
258 + I FlipFocus |
259 + I Raise |
259 + I Raise |
260 |
260 |
261 # Prevent show long title. |
261 # Prevent show long title. |
262 m4_define(`m4_WINLIST_WIDTH', `60')m4_dnl |
262 m4_define(`m4_WINLIST_WIDTH',`60')m4_dnl |
|
263 m4_define(`m4_WINLIST_CONF',`NoDeskSort, NoGeometryWithInfo, NoDeskNum, NoCurrentDeskTitle, CurrentAtEnd, CurrentDesk, MaxLabelWidth' m4_WINLIST_WIDTH)m4_dnl |
263 # Define switch between aps. |
264 # Define switch between aps. |
264 Key Tab A M WindowList Root c c NoDeskSort, MaxLabelWidth m4_WINLIST_WIDTH, SelectOnRelease Meta_L |
265 Key Tab A M WindowList Root c c m4_WINLIST_CONF, SelectOnRelease Meta_L |
265 Key Tab A 3 WindowList Root c c NoDeskSort, MaxLabelWidth m4_WINLIST_WIDTH |
266 Key Tab A 3 WindowList Root c c m4_WINLIST_CONF |
|
267 |
|
268 ################################################################ |
|
269 # Key binding. |
266 |
270 |
267 # Close window on Alt+F4 (send SIGHUP). |
271 # Close window on Alt+F4 (send SIGHUP). |
268 Key F4 A M Delete |
272 Key F4 A M Delete |
269 |
273 |
270 # Make screenshot. |
274 # Make screenshot. |