From: <dom...@us...> - 2015-12-30 16:12:41
|
Revision: 840 http://sourceforge.net/p/fvwm-crystal/code/840 Author: dominique_libre Date: 2015-12-30 16:12:38 +0000 (Wed, 30 Dec 2015) Log Message: ----------- make each menu shortcuts to show both menus Modified Paths: -------------- ChangeLog asciidoc/KeyboardBindings doc/html/KeyboardBindings.html fvwm/components/bindings/Misc-Keybindings fvwm/components/bindings/Misc-Keybindings_NumLock man/KeyboardBindings.1 Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-30 15:53:37 UTC (rev 839) +++ ChangeLog 2015-12-30 16:12:38 UTC (rev 840) @@ -11,6 +11,7 @@ Alt + N replace Alt + M (Music-Forward) Alt + P replace Alt + N (Music-Backward) Alt + G replace Alt + P (Music-GUI) + bindings/Misc-Keybindings*: make each menu shortcuts to show both menus. asciidoc/*: update with last changes. mardi 29 décembre 2015 Modified: asciidoc/KeyboardBindings =================================================================== --- asciidoc/KeyboardBindings 2015-12-30 15:53:37 UTC (rev 839) +++ asciidoc/KeyboardBindings 2015-12-30 16:12:38 UTC (rev 840) @@ -55,11 +55,13 @@ System and Applications menu: ----------------------------- *Alt + Menu*:: +*Alt + Shift + Win_R*:: Opens a small menu with all the menus from ApplicationPanel and Docklet. You can navigate the menu using cursor keys, or h, j, k, l, Escape cancels the selection, Enter selects a menu position. *Alt + Win_R*:: +*Alt + Shift + Menu*:: Opens an /Applications menu which contains a list of available applications. You can use arrow keys or hjkl to move between menu entries, Enter to select an entry and Escape to close the menu. Modified: doc/html/KeyboardBindings.html =================================================================== --- doc/html/KeyboardBindings.html 2015-12-30 15:53:37 UTC (rev 839) +++ doc/html/KeyboardBindings.html 2015-12-30 16:12:38 UTC (rev 840) @@ -817,6 +817,9 @@ <dt class="hdlist1"> <strong>Alt + Menu</strong> </dt> +<dt class="hdlist1"> +<strong>Alt + Shift + Win_R</strong> +</dt> <dd> <p> Opens a small menu with all the menus from ApplicationPanel and @@ -827,6 +830,9 @@ <dt class="hdlist1"> <strong>Alt + Win_R</strong> </dt> +<dt class="hdlist1"> +<strong>Alt + Shift + Menu</strong> +</dt> <dd> <p> Opens an /Applications menu which contains a list of available @@ -1507,7 +1513,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2015-12-30 16:37:52 CET +Last updated 2015-12-30 17:06:40 CET </div> </div> </body> Modified: fvwm/components/bindings/Misc-Keybindings =================================================================== --- fvwm/components/bindings/Misc-Keybindings 2015-12-30 15:53:37 UTC (rev 839) +++ fvwm/components/bindings/Misc-Keybindings 2015-12-30 16:12:38 UTC (rev 840) @@ -26,9 +26,13 @@ #Key Super_L A $[Mod1] Menu /Applications root c c # Windows Right Key Super_R A $[Mod1] Menu /Applications root c c +# Shift + Menu +Key Menu A $[Mod2] Menu /Applications root c c # Main menu Key Menu A $[Mod1] Menu /FVWM-Crystal root c c +# Shift + Windows Right +Key Super_R A $[Mod2] Menu /FVWM-Crystal root c c # XDG application menu Test (EnvMatch XDGMenu yes) Key A A $[Mod1] Menu FvwmMenu Modified: fvwm/components/bindings/Misc-Keybindings_NumLock =================================================================== --- fvwm/components/bindings/Misc-Keybindings_NumLock 2015-12-30 15:53:37 UTC (rev 839) +++ fvwm/components/bindings/Misc-Keybindings_NumLock 2015-12-30 16:12:38 UTC (rev 840) @@ -17,9 +17,13 @@ #Key Super_L A $[Mod1]2 Menu /Applications root c c # Windows Right Key Super_R A $[Mod1]2 Menu /Applications root c c +# Alt + Shift + Menu +Key Menu A $[Mod2]2 Menu /Applications root c c # Main menu Key Menu A $[Mod1]2 Menu /FVWM-Crystal root c c +# Alt + Shift + Windows Right +Key Super_R A $[Mod2]2 Menu /FVWM-Crystal root c c # XDG Application menu Test (EnvMatch XDGMenu yes) Key A A $[Mod1]2 Menu FvwmMenu Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2015-12-30 15:53:37 UTC (rev 839) +++ man/KeyboardBindings.1 2015-12-30 16:12:38 UTC (rev 840) @@ -71,12 +71,12 @@ .RE .SH "SYSTEM AND APPLICATIONS MENU:" .PP -\fBAlt + Menu\fR +\fBAlt + Menu\fR, \fBAlt + Shift + Win_R\fR .RS 4 Opens a small menu with all the menus from ApplicationPanel and Docklet\&. You can navigate the menu using cursor keys, or h, j, k, l, Escape cancels the selection, Enter selects a menu position\&. .RE .PP -\fBAlt + Win_R\fR +\fBAlt + Win_R\fR, \fBAlt + Shift + Menu\fR .RS 4 Opens an /Applications menu which contains a list of available applications\&. You can use arrow keys or hjkl to move between menu entries, Enter to select an entry and Escape to close the menu\&. .RE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |