From: <dom...@us...> - 2013-04-21 15:26:34
|
Revision: 269 http://sourceforge.net/p/fvwm-crystal/code/269 Author: dominique_libre Date: 2013-04-21 15:26:31 +0000 (Sun, 21 Apr 2013) Log Message: ----------- KeyboardBindings man page and txt file: typo and add missing binding for Disapperar Modified Paths: -------------- ChangeLog doc/Keyboard bindings.txt man/KeyboardBindings.1 Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-21 13:06:37 UTC (rev 268) +++ ChangeLog 2013-04-21 15:26:31 UTC (rev 269) @@ -5,6 +5,8 @@ windows moves between pages when cycling trough the fullscreened windows. Fixed windows overlapping when quitting fullscreen. bindings/Numpad-Control: typo fix for Disappear binding + doc/Keyboard bindings.txt: added the Disappear binding; typo. + man/KeyboardBindings.1: typo Venderedi 19 Avril Dominique Michel functions/Media: Added commented out DVB channel change support. It work Modified: doc/Keyboard bindings.txt =================================================================== --- doc/Keyboard bindings.txt 2013-04-21 13:06:37 UTC (rev 268) +++ doc/Keyboard bindings.txt 2013-04-21 15:26:31 UTC (rev 269) @@ -1,6 +1,6 @@ FVWM-Crystal Keyboard Bindings Reference Written by: Maciej Delmanowski <ha...@be...> -Maintained by Dominique Michel <dom...@so...> +Maintained by Dominique Michel <dom...@us...> ----------------------------------------------------- In this file you can find all keyboard bindings used in FVWM-Crystal desktop. @@ -189,12 +189,16 @@ Maximize currently focused window. Alt + KP_* or Alt + Shift + = (equal) - Make currently focused window a "fullscreened" window. It looses the + Make currently focused window a full-screened window. It looses the titlebar and border and is maximized to the entire screen. - Fullscreened window cannot be lowered or iconified. Pressing Alt+KP_* - on the fullscreened window brings back the titlebar and border and - resizes a window to it's previous size and position. + Full-screened window cannot be lowered but can be iconified. + Pressing Alt+KP_* on the full-screened window brings back the titlebar + and border and resizes a window to it's previous size and position. +Alt + Shift + KP_* + Switch focus between the different full-screened windows of the current + page and the desktop. + Alt + KP_- or Alt + Backspace Iconifies currently focused window (or makes a thumbnail). @@ -254,4 +258,4 @@ For the signification of the modifiers, read the key and mouse commands into man fvwm, as well than the Fvwm-Crystal file "components/functions/Keyboard-Modifiers" (don't modify this file if you don't -know exactly what you are doing!). \ No newline at end of file +know exactly what you are doing!). Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2013-04-21 13:06:37 UTC (rev 268) +++ man/KeyboardBindings.1 2013-04-21 15:26:31 UTC (rev 269) @@ -5,7 +5,7 @@ .SH AUTHOR Maciej Delmanowski <ha...@be...> .SH MAINTAINER -Dominique Michel <dom...@so...> +Dominique Michel <dom...@us...> .SH DESCRIPTION In this file you can find all keyboard bindings used in FVWM-Crystal desktop. .SS LEGEND @@ -217,11 +217,11 @@ .TP .B Alt + KP_* or Alt + Shift + = (equal) -Make currently focused window a "fullscreened" window. It looses the titlebar and border and is maximized to the entire screen. Fullscreened window cannot be lowered or iconified. Pressing Alt+KP_* on the fullscreened window brings back the titlebar and border and resizes a window to it's previous size and position. +Make currently focused window a full-screened window. It looses the titlebar and border and is maximized to the entire screen. Full-screened window cannot be lowered but can be iconified. Pressing Alt+KP_* on the full-screened window brings back the titlebar and border and resizes a window to it's previous size and position. .TP .B Alt + Shift + KP_* -Switch focus between the different "fullscreened" windows and the desktop. +Switch focus between the different full-screened windows of the current page and the desktop. .TP .B Alt + KP_- or Alt + Backspace This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |