From: <dom...@us...> - 2013-05-23 19:24:23
|
Revision: 461 http://sourceforge.net/p/fvwm-crystal/code/461 Author: dominique_libre Date: 2013-05-23 19:24:20 +0000 (Thu, 23 May 2013) Log Message: ----------- desktop/Keyboard&Keyboard-NumLock; bindings/Misc-Keybings&Misc-Keybindings_NumLock: fixed typo in fvwm-Expose bindings and moved them to Misc-Keybindings* Modified Paths: -------------- ChangeLog fvwm/components/bindings/Misc-Keybindings fvwm/components/bindings/Misc-Keybindings_NumLock fvwm/components/desktop/Keyboard fvwm/components/desktop/Keyboard_NumLock Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-23 18:58:02 UTC (rev 460) +++ ChangeLog 2013-05-23 19:24:20 UTC (rev 461) @@ -15,7 +15,8 @@ not set by the user. scripts/media_directories; functions/Prefernces-Menu: popup a help message when preferences/MediaDirectories is copied into the user directory. - desktop/Keyboard&Keyboard-NumLock: fixed typo in fvwm-Expose bindings + desktop/Keyboard&Keyboard-NumLock; bindings/Misc-Keybings&Misc-Keybindings_NumLock: + fixed typo in fvwm-Expose bindings and moved them to Misc-Keybindings* Mercredi 22 Mai 2013 Dominique Michel moved the X session and desktop files to new location: shared Modified: fvwm/components/bindings/Misc-Keybindings =================================================================== --- fvwm/components/bindings/Misc-Keybindings 2013-05-23 18:58:02 UTC (rev 460) +++ fvwm/components/bindings/Misc-Keybindings 2013-05-23 19:24:20 UTC (rev 461) @@ -27,4 +27,7 @@ # Main menu Key Menu A $[Mod1] Menu /FVWM-Crystal root c c +# FvwmExpose +Key E A $[Mod1] FvwmExpose + # vim:ft=fvwm Modified: fvwm/components/bindings/Misc-Keybindings_NumLock =================================================================== --- fvwm/components/bindings/Misc-Keybindings_NumLock 2013-05-23 18:58:02 UTC (rev 460) +++ fvwm/components/bindings/Misc-Keybindings_NumLock 2013-05-23 19:24:20 UTC (rev 461) @@ -21,4 +21,7 @@ # Main menu Key Menu A $[Mod1]2 Menu /FVWM-Crystal root c c +# FvwmExpose +Key E A $[Mod1]2 Fvwm-Expose + # vim:ft=fvwm Modified: fvwm/components/desktop/Keyboard =================================================================== --- fvwm/components/desktop/Keyboard 2013-05-23 18:58:02 UTC (rev 460) +++ fvwm/components/desktop/Keyboard 2013-05-23 19:24:20 UTC (rev 461) @@ -6,7 +6,6 @@ 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-23 18:58:02 UTC (rev 460) +++ fvwm/components/desktop/Keyboard_NumLock 2013-05-23 19:24:20 UTC (rev 461) @@ -7,7 +7,6 @@ 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |