From: <dom...@us...> - 2011-01-01 10:28:16
|
Revision: 56 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=56&view=rev Author: dominique_libre Date: 2011-01-01 10:28:10 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Wimdow-Raise-Move-Lover witll focus the previous window of the current page. Modified Paths: -------------- ChangeLog fvwm/components/bindings/Window-Basic-Amiga fvwm/components/functions/Window-Basic Modified: ChangeLog =================================================================== --- ChangeLog 2010-12-31 22:10:20 UTC (rev 55) +++ ChangeLog 2011-01-01 10:28:10 UTC (rev 56) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Samedi 1 janvier 2011 Dominique Michel + * Wimdow-Raise-Move-Lover witll focus the previous window of the current page, if any. + Vendredi 31 décembre 2011 Dominique Michel * Added font support from font preference in FvwmIdent * Some cleanup in the Focus policies @@ -18,7 +21,7 @@ * Added scripts to generate the media playlists from the menu * Introducing unified Mixer control * Changed Default Music Player to mplayer - + Mercredi 23 décembre 2010 Dominique Michel * New Amiga focus policy : click to focus without raise, icons are move to focus :), its not AmigaOS behaviour but I like it that Modified: fvwm/components/bindings/Window-Basic-Amiga =================================================================== --- fvwm/components/bindings/Window-Basic-Amiga 2010-12-31 22:10:20 UTC (rev 55) +++ fvwm/components/bindings/Window-Basic-Amiga 2011-01-01 10:28:10 UTC (rev 56) @@ -2,15 +2,15 @@ # When moving a window, it stay on its layer. # A click will raise or lower it. +Mouse 1 T $[Mod] Window-Lower-Move-Raise +Mouse 2 T $[Mod] Window-Shade-Resize Mouse 3 T $[Mod] Window-Raise-Move-Lower -Mouse 2 T $[Mod] Window-Shade-Resize -Mouse 1 T $[Mod] Window-Lower-Move-Raise +Mouse 1 WT $[Mod1] Window-Lower-Move-Raise +Mouse 1 WT $[Mod1]2 Window-Lower-Move-Raise +Mouse 2 WT $[Mod1] Window-Resize-Opaque SE +Mouse 2 WT $[Mod1]2 Window-Resize-Opaque SE Mouse 3 WT $[Mod1] Window-Raise-Move-Lower Mouse 3 WT $[Mod1]2 Window-Raise-Move-Lower -Mouse 2 WT $[Mod1] Window-Resize-Opaque SE -Mouse 2 WT $[Mod1]2 Window-Resize-Opaque SE -Mouse 1 WT $[Mod1] Window-Lower-Move-Raise -Mouse 1 WT $[Mod1]2 Window-Lower-Move-Raise # vim:ft=fvwm Modified: fvwm/components/functions/Window-Basic =================================================================== --- fvwm/components/functions/Window-Basic 2010-12-31 22:10:20 UTC (rev 55) +++ fvwm/components/functions/Window-Basic 2011-01-01 10:28:10 UTC (rev 56) @@ -47,6 +47,7 @@ + C Raise + M Move + C Lower ++ C Prev (!Iconic, CurrentPage) Focus # } # { Used in recipes/Amiga for the pager This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |