From: <dom...@us...> - 2013-07-22 14:19:12
|
Revision: 534 http://sourceforge.net/p/fvwm-crystal/code/534 Author: dominique_libre Date: 2013-07-22 14:19:09 +0000 (Mon, 22 Jul 2013) Log Message: ----------- functions/Fvwm-Crystal-Menu: to close an application menu and open Crystal application menu with a single click don\'t work with current Xorg; replace the H context by the I context in DesktopMenu Modified Paths: -------------- ChangeLog fvwm/components/functions/Fvwm-Crystal-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2013-07-22 14:05:12 UTC (rev 533) +++ ChangeLog 2013-07-22 14:19:09 UTC (rev 534) @@ -3,7 +3,10 @@ Lundi 22 Juillet 2013 Dominique Michel functions/Preferences-menu; replaced the killall -9 by killall, some apps don't like when stalone tray is killed -9. - + functions/Fvwm-Crystal-Menu: to close an application menu and open Crystal + application menu with a single click don't work with current Xorg; replace + the H context by the I context in DesktopMenu + Mardi 16 Juillet 2013 Dominique Michel + functions/Feedback: form for user feedback and support functions/About: + launch the feedback dialog, typos Modified: fvwm/components/functions/Fvwm-Crystal-Menu =================================================================== --- fvwm/components/functions/Fvwm-Crystal-Menu 2013-07-22 14:05:12 UTC (rev 533) +++ fvwm/components/functions/Fvwm-Crystal-Menu 2013-07-22 14:19:09 UTC (rev 534) @@ -11,12 +11,13 @@ # Description: provide the FVWM-Crystal system menu common to a all recipes. # It can be redefined into the recipes +# Replace I by H to close and app menu and open crystall app menu, don't work with current xorg DestroyFunc DekstopMenu AddToFunc DesktopMenu -+ H Test (EnvMatch DesktopMenu /FVWM-Crystal) Menu /FVWM-Crystal ${MenuPosition_BelowLeft] -+ H Test (EnvMatch DesktopMenu /StartMenu) Menu /StartMenu ${MenuPosition_BelowLeft] -+ H Test (EnvMatch DesktopMenu /Applications) Menu /Applications ${MenuPosition_BelowLeft] -+ H Test (EnvMatch DesktopMenu /ApplicationsAndRootMenu) Menu /ApplicationsAndRootMenu ${MenuPosition_BelowLeft] ++ I Test (EnvMatch DesktopMenu /FVWM-Crystal) Menu /FVWM-Crystal ${MenuPosition_BelowLeft] ++ I Test (EnvMatch DesktopMenu /StartMenu) Menu /StartMenu ${MenuPosition_BelowLeft] ++ I Test (EnvMatch DesktopMenu /Applications) Menu /Applications ${MenuPosition_BelowLeft] ++ I Test (EnvMatch DesktopMenu /ApplicationsAndRootMenu) Menu /ApplicationsAndRootMenu ${MenuPosition_BelowLeft] DestroyFunc ScreenResolution AddToFunc ScreenResolution This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |