equal
deleted
inserted
replaced
332 Key Tab A M WindowList Root c c m4_WINLIST_CONF, SelectOnRelease |
332 Key Tab A M WindowList Root c c m4_WINLIST_CONF, SelectOnRelease |
333 |
333 |
334 ################################################################ |
334 ################################################################ |
335 # Key binding. |
335 # Key binding. |
336 |
336 |
337 # Close window on Alt+F4 (send SIGHUP). |
337 # Close window by Alt+F4 (send SIGHUP). |
338 Key F4 A M Delete |
338 Key F4 A M Delete |
|
339 # Close window by LeftWin+F4 (delete window protocol). |
|
340 DestroyFunc MyClose |
|
341 AddToFunc MyClose |
|
342 + I ThisWindow Close |
|
343 Key F4 W 3 MyClose |
339 |
344 |
340 # Make screenshot. |
345 # Make screenshot. |
341 Key Print A N FvwmScreenshot |
346 Key Print A N FvwmScreenshot |
342 Key Print A S FvwmDesktopScreenshot |
347 Key Print A S FvwmDesktopScreenshot |
343 |
348 |