From: <dom...@us...> - 2013-05-16 12:57:05
|
Revision: 410 http://sourceforge.net/p/fvwm-crystal/code/410 Author: dominique_libre Date: 2013-05-16 12:57:02 +0000 (Thu, 16 May 2013) Log Message: ----------- functions/FvwmExpose: fixed the synchronization. desktop/Keyboard; desktop/Keyboard-NumLock; functions/LoasCommonStuffs: make FvwmExpose available through Alt+e. Modified Paths: -------------- ChangeLog fvwm/components/desktop/Keyboard fvwm/components/desktop/Keyboard_NumLock fvwm/components/functions/LoadCommonStuffs Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-16 12:39:35 UTC (rev 409) +++ ChangeLog 2013-05-16 12:57:02 UTC (rev 410) @@ -4,7 +4,9 @@ + preferences/DesktopMenu; functions/LoadCommonStuffs; functions/Preferences-Menu; recipes/*: make the desktop menu with Mouse 1 optional; incorporate the Music menu in all the recipes. - functions/FvwmExpose: fixed the synchronization + functions/FvwmExpose: fixed the synchronization. + desktop/Keyboard; desktop/Keyboard-NumLock; functions/LoasCommonStuffs: + make FvwmExpose available through Alt+e. Mercredi 15 Mai 2013 Dominique Michel functions/LoadCommonStuffs; recipes/*: Moved back DefaultDesktopManager Modified: fvwm/components/desktop/Keyboard =================================================================== --- fvwm/components/desktop/Keyboard 2013-05-16 12:39:35 UTC (rev 409) +++ fvwm/components/desktop/Keyboard 2013-05-16 12:57:02 UTC (rev 410) @@ -6,6 +6,7 @@ Include components/bindings/PageSwitch-Horizontal Include components/bindings/Mouse-GoHome Include components/bindings/Window-Control +Key E A [Mod1] FvwmExpose Include components/bindings/Window-List Include components/bindings/Window-Rearrange Include components/bindings/Window-Warp Modified: fvwm/components/desktop/Keyboard_NumLock =================================================================== --- fvwm/components/desktop/Keyboard_NumLock 2013-05-16 12:39:35 UTC (rev 409) +++ fvwm/components/desktop/Keyboard_NumLock 2013-05-16 12:57:02 UTC (rev 410) @@ -7,6 +7,7 @@ Include components/bindings/PageSwitch-Horizontal_NumLock Include components/bindings/Window-Control_NumLock Include components/bindings/Window-Rearrange_NumLock +Key E A [Mod1]2 fvwmExpose Include components/bindings/Window-Warp_NumLock Include components/bindings/Misc-Keybindings_NumLock Modified: fvwm/components/functions/LoadCommonStuffs =================================================================== --- fvwm/components/functions/LoadCommonStuffs 2013-05-16 12:39:35 UTC (rev 409) +++ fvwm/components/functions/LoadCommonStuffs 2013-05-16 12:57:02 UTC (rev 410) @@ -25,6 +25,7 @@ Include components/desktop/FVWM-Crystal_Functions Include components/desktop/FVWM-Crystal_Preferences Include components/functions/Fullscreen +Include components/functions/FvwmExpose Append preferences/Startup # Preferred applications {{{2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |