[clfswm-cvs] r227 - clfswm/doc

Philippe Brochard pbrochard at common-lisp.net
Sat May 9 22:31:25 UTC 2009


Author: pbrochard
Date: Sat May  9 18:31:24 2009
New Revision: 227

Log:
update documentation

Modified:
   clfswm/doc/keys.html
   clfswm/doc/keys.txt
   clfswm/doc/menu.html
   clfswm/doc/menu.txt

Modified: clfswm/doc/keys.html
==============================================================================
--- clfswm/doc/keys.html	(original)
+++ clfswm/doc/keys.html	Sat May  9 18:31:24 2009
@@ -60,7 +60,7 @@
           Right
         </td>
         <td style="color:#0000ff" nowrap>
-          Select the next brother frame
+          Select the next brother
         </td>
       </tr>
       <tr>
@@ -71,7 +71,7 @@
           Left
         </td>
         <td style="color:#0000ff" nowrap>
-          Select the previous brother frame
+          Select the previous brother
         </td>
       </tr>
       <tr>
@@ -115,7 +115,7 @@
           Tab
         </td>
         <td style="color:#0000ff" nowrap>
-          Select the previous child
+          Select the previouschild
         </td>
       </tr>
       <tr>
@@ -153,6 +153,17 @@
       </tr>
       <tr>
         <td align="right" style="color:#ff0000" nowrap>
+           Mod-5 
+        </td>
+        <td align="center" nowrap>
+          Return
+        </td>
+        <td style="color:#0000ff" nowrap>
+          Maximize/Unmaximize the current frame in its parent frame
+        </td>
+      </tr>
+      <tr>
+        <td align="right" style="color:#ff0000" nowrap>
            Mod-1 
         </td>
         <td align="center" nowrap>
@@ -302,7 +313,8 @@
             T
         </td>
         <td style="color:#0000ff" nowrap>
-          Switch to editing mode
+          <nil>
+          </nil>
         </td>
       </tr>
       <tr>
@@ -313,7 +325,8 @@
           Less
         </td>
         <td style="color:#0000ff" nowrap>
-          Switch to editing mode
+          <nil>
+          </nil>
         </td>
       </tr>
       <tr>
@@ -780,7 +793,7 @@
           Right
         </td>
         <td style="color:#0000ff" nowrap>
-          Select the next brother frame
+          Select the next brother
         </td>
       </tr>
       <tr>
@@ -791,7 +804,7 @@
           Left
         </td>
         <td style="color:#0000ff" nowrap>
-          Select the previous brother frame
+          Select the previous brother
         </td>
       </tr>
       <tr>
@@ -835,7 +848,7 @@
           Tab
         </td>
         <td style="color:#0000ff" nowrap>
-          Select the previous child
+          Select the previouschild
         </td>
       </tr>
       <tr>
@@ -873,6 +886,17 @@
       </tr>
       <tr>
         <td align="right" style="color:#ff0000" nowrap>
+           Mod-5 
+        </td>
+        <td align="center" nowrap>
+          Return
+        </td>
+        <td style="color:#0000ff" nowrap>
+          Maximize/Unmaximize the current frame in its parent frame
+        </td>
+      </tr>
+      <tr>
+        <td align="right" style="color:#ff0000" nowrap>
            Mod-1 
         </td>
         <td align="center" nowrap>

Modified: clfswm/doc/keys.txt
==============================================================================
--- clfswm/doc/keys.txt	(original)
+++ clfswm/doc/keys.txt	Sat May  9 18:31:24 2009
@@ -8,15 +8,16 @@
 
   Mod-1                F1              Open the help and info window
   Mod-1 Control Shift  Home            Exit clfswm
-  Mod-1                Right           Select the next brother frame
-  Mod-1                Left            Select the previous brother frame
+  Mod-1                Right           Select the next brother
+  Mod-1                Left            Select the previous brother
   Mod-1                Down            Select the previous level in frame
   Mod-1                Up              Select the next level in frame
   Mod-1                Tab             Select the next child
-  Mod-1 Shift          Tab             Select the previous child
+  Mod-1 Shift          Tab             Select the previouschild
   Shift                Tab             Store the current child and switch to the previous one
   Mod-1                Return          Enter in the selected frame - ie make it the root frame
   Mod-1 Shift          Return          Leave the selected frame - ie make its parent the root frame
+  Mod-5                Return          Maximize/Unmaximize the current frame in its parent frame
   Mod-1                Page_up         Lower the child in the current frame
   Mod-1                Page_down       Raise the child in the current frame
   Mod-1                Home            Switch to the root frame
@@ -30,8 +31,8 @@
   Mod-1 Control Shift  Escape          Kill focus window: Destroy the focus window in all frames and workspaces
   Control              Escape          Remove the focus window in the current frame
   Shift                Escape          Unhide all hidden windows into the current child
-  Mod-1                T               Switch to editing mode
-  Control              Less            Switch to editing mode
+  Mod-1                T               NIL
+  Control              Less            NIL
   Mod-1                |1|             Bind or jump to a slot
   Mod-1                |2|             Bind or jump to a slot
   Mod-1                |3|             Bind or jump to a slot
@@ -82,15 +83,16 @@
                        Escape          Leave second mode
                        T               Tile the current frame
   Mod-1 Control Shift  Home            Exit clfswm
-  Mod-1                Right           Select the next brother frame
-  Mod-1                Left            Select the previous brother frame
+  Mod-1                Right           Select the next brother
+  Mod-1                Left            Select the previous brother
   Mod-1                Down            Select the previous level in frame
   Mod-1                Up              Select the next level in frame
   Mod-1                Tab             Select the next child
-  Mod-1 Shift          Tab             Select the previous child
+  Mod-1 Shift          Tab             Select the previouschild
   Shift                Tab             Store the current child and switch to the previous one
   Mod-1                Return          Enter in the selected frame - ie make it the root frame
   Mod-1 Shift          Return          Leave the selected frame - ie make its parent the root frame
+  Mod-5                Return          Maximize/Unmaximize the current frame in its parent frame
   Mod-1                Page_up         Lower the child in the current frame
   Mod-1                Page_down       Raise the child in the current frame
   Mod-1                Home            Switch to the root frame

Modified: clfswm/doc/menu.html
==============================================================================
--- clfswm/doc/menu.html	(original)
+++ clfswm/doc/menu.html	Sat May  9 18:31:24 2009
@@ -48,506 +48,6 @@
     <h3>
       <a name="STANDARD-MENU"></a><a href="#MAIN">Standard-Menu</a>
     </h3>
-    <p>
-      a: <a href="#GAMES">< GAMES ></a>
-    </p>
-    <p>
-      b: <a href="#APPS">< APPS ></a>
-    </p>
-    <p>
-      c: <a href="#XSHELLS">< XSHELLS ></a>
-    </p>
-    <p>
-      d: <a href="#HELP">< HELP ></a>
-    </p>
-    <hr>
-    <h3>
-      <a name="GAMES"></a><a href="#STANDARD-MENU">Games</a>
-    </h3>
-    <p>
-      a: <a href="#PUZZLES">< PUZZLES ></a>
-    </p>
-    <p>
-      b: <a href="#ARCADE">< ARCADE ></a>
-    </p>
-    <p>
-      c: <a href="#BOARD">< BOARD ></a>
-    </p>
-    <p>
-      d: <a href="#TETRIS-LIKE">< TETRIS-LIKE ></a>
-    </p>
-    <hr>
-    <h3>
-      <a name="PUZZLES"></a><a href="#GAMES">Puzzles</a>
-    </h3>
-    <p>
-      a: LMarbles
-    </p>
-    <p>
-      b: Glotski
-    </p>
-    <p>
-      c: Fish Fillets
-    </p>
-    <p>
-      d: Pathological
-    </p>
-    <p>
-      e: Einstein
-    </p>
-    <hr>
-    <h3>
-      <a name="ARCADE"></a><a href="#GAMES">Arcade</a>
-    </h3>
-    <p>
-      a: Thrust
-    </p>
-    <p>
-      b: Thrust
-    </p>
-    <p>
-      c: lbreakout2
-    </p>
-    <p>
-      d: Ri-li
-    </p>
-    <p>
-      e: xmoto
-    </p>
-    <p>
-      f: Toppler
-    </p>
-    <p>
-      g: Childsplay
-    </p>
-    <p>
-      h: Barrage
-    </p>
-    <p>
-      i: trackballs
-    </p>
-    <p>
-      j: rrootage
-    </p>
-    <p>
-      k: Abuse
-    </p>
-    <hr>
-    <h3>
-      <a name="BOARD"></a><a href="#GAMES">Board</a>
-    </h3>
-    <p>
-      a: eboard
-    </p>
-    <hr>
-    <h3>
-      <a name="TETRIS-LIKE"></a><a href="#GAMES">Tetris-Like</a>
-    </h3>
-    <p>
-      a: LTris
-    </p>
-    <p>
-      b: Frozen-Bubble
-    </p>
-    <hr>
-    <h3>
-      <a name="APPS"></a><a href="#STANDARD-MENU">Apps</a>
-    </h3>
-    <p>
-      a: <a href="#NET">< NET ></a>
-    </p>
-    <p>
-      b: <a href="#SYSTEM">< SYSTEM ></a>
-    </p>
-    <p>
-      c: <a href="#VIEWERS">< VIEWERS ></a>
-    </p>
-    <p>
-      d: <a href="#PROGRAMMING">< PROGRAMMING ></a>
-    </p>
-    <p>
-      e: <a href="#EMULATORS">< EMULATORS ></a>
-    </p>
-    <p>
-      f: <a href="#EDITORS">< EDITORS ></a>
-    </p>
-    <p>
-      g: <a href="#MATH">< MATH ></a>
-    </p>
-    <p>
-      h: <a href="#GRAPHICS">< GRAPHICS ></a>
-    </p>
-    <p>
-      i: <a href="#TOOLS">< TOOLS ></a>
-    </p>
-    <p>
-      j: <a href="#DATABASES">< DATABASES ></a>
-    </p>
-    <p>
-      k: <a href="#EDUCATION">< EDUCATION ></a>
-    </p>
-    <p>
-      l: <a href="#SOUND">< SOUND ></a>
-    </p>
-    <p>
-      m: <a href="#SHELLS">< SHELLS ></a>
-    </p>
-    <hr>
-    <h3>
-      <a name="NET"></a><a href="#APPS">Net</a>
-    </h3>
-    <p>
-      a: Lynx
-    </p>
-    <p>
-      b: Lynx Manual
-    </p>
-    <p>
-      c: Iceweasel
-    </p>
-    <p>
-      d: Icedove Mail
-    </p>
-    <p>
-      e: Mutt
-    </p>
-    <p>
-      f: Links 2
-    </p>
-    <p>
-      g: Links 2 (text)
-    </p>
-    <p>
-      h: w3m
-    </p>
-    <p>
-      i: Licq
-    </p>
-    <p>
-      j: Telnet
-    </p>
-    <hr>
-    <h3>
-      <a name="SYSTEM"></a><a href="#APPS">System</a>
-    </h3>
-    <p>
-      a: X-Terminal as root (GKsu)
-    </p>
-    <p>
-      b: Aptitude
-    </p>
-    <p>
-      c: RT2500 configuration utility
-    </p>
-    <p>
-      d: Top
-    </p>
-    <p>
-      e: Pstree
-    </p>
-    <p>
-      f: Pstree
-    </p>
-    <p>
-      g: reportbug
-    </p>
-    <p>
-      h: KControl
-    </p>
-    <p>
-      i: KInfoCenter
-    </p>
-    <p>
-      j: Task selector
-    </p>
-    <p>
-      k: <a href="#LANGUAGE-ENVIRONMENT">< LANGUAGE-ENVIRONMENT ></a>
-    </p>
-    <p>
-      l: ROX Filer
-    </p>
-    <p>
-      m: KDebugDialog
-    </p>
-    <p>
-      n: KDCOP
-    </p>
-    <p>
-      o: GDM flexiserver
-    </p>
-    <p>
-      p: GDM flexiserver in Xnest
-    </p>
-    <p>
-      q: GDM Photo Setup
-    </p>
-    <p>
-      r: GDM Setup
-    </p>
-    <p>
-      s: Kicker
-    </p>
-    <p>
-      t: <a href="#ADMIN">< ADMIN ></a>
-    </p>
-    <hr>
-    <h3>
-      <a name="LANGUAGE-ENVIRONMENT"></a><a href="#SYSTEM">Language-Environment</a>
-    </h3>
-    <p>
-      a: Native Language Environment
-    </p>
-    <p>
-      b: Native Language Environment - remove
-    </p>
-    <p>
-      c: Japanese environment
-    </p>
-    <p>
-      d: Thai environment
-    </p>
-    <p>
-      e: Korean environment
-    </p>
-    <p>
-      f: Danish environment
-    </p>
-    <p>
-      g: German environment
-    </p>
-    <p>
-      h: Spanish environment
-    </p>
-    <p>
-      i: French environment
-    </p>
-    <p>
-      j: Russian environment
-    </p>
-    <p>
-      k: Belarusian environment
-    </p>
-    <p>
-      l: Bulgarian environment
-    </p>
-    <p>
-      m: Macedonian environment
-    </p>
-    <p>
-      n: Serbian environment
-    </p>
-    <p>
-      o: Ukrainian environment
-    </p>
-    <p>
-      p: Polish environment
-    </p>
-    <p>
-      q: Catalan environment
-    </p>
-    <p>
-      r: Lithuanian environment
-    </p>
-    <p>
-      s: Turkish environment
-    </p>
-    <hr>
-    <h3>
-      <a name="ADMIN"></a><a href="#SYSTEM">Admin</a>
-    </h3>
-    <p>
-      a: alsaconf - Configure your soundcards for the ALSA system
-    </p>
-    <hr>
-    <h3>
-      <a name="VIEWERS"></a><a href="#APPS">Viewers</a>
-    </h3>
-    <p>
-      a: GV
-    </p>
-    <p>
-      b: gmplayer
-    </p>
-    <p>
-      c: Xpdf
-    </p>
-    <p>
-      d: VLC media player
-    </p>
-    <p>
-      e: ImageMagick
-    </p>
-    <hr>
-    <h3>
-      <a name="PROGRAMMING"></a><a href="#APPS">Programming</a>
-    </h3>
-    <p>
-      a: Tclsh8.4
-    </p>
-    <p>
-      b: TkWish8.4
-    </p>
-    <p>
-      c: Python (v2.4)
-    </p>
-    <p>
-      d: BeanShell (text)
-    </p>
-    <p>
-      e: BeanShell (windowed)
-    </p>
-    <p>
-      f: Guile 1.8
-    </p>
-    <p>
-      g: GDB
-    </p>
-    <hr>
-    <h3>
-      <a name="EMULATORS"></a><a href="#APPS">Emulators</a>
-    </h3>
-    <p>
-      a: hatari
-    </p>
-    <hr>
-    <h3>
-      <a name="EDITORS"></a><a href="#APPS">Editors</a>
-    </h3>
-    <p>
-      a: Emacs 21 (X11)
-    </p>
-    <p>
-      b: Emacs 21 (text)
-    </p>
-    <p>
-      c: Nano
-    </p>
-    <p>
-      d: AbiWord Word Processor
-    </p>
-    <p>
-      e: OpenOffice.org Writer
-    </p>
-    <hr>
-    <h3>
-      <a name="MATH"></a><a href="#APPS">Math</a>
-    </h3>
-    <p>
-      a: OpenOffice.org Math
-    </p>
-    <p>
-      b: Bc
-    </p>
-    <p>
-      c: Dc
-    </p>
-    <p>
-      d: OpenOffice.org Calc
-    </p>
-    <hr>
-    <h3>
-      <a name="GRAPHICS"></a><a href="#APPS">Graphics</a>
-    </h3>
-    <p>
-      a: tuxpaint
-    </p>
-    <p>
-      b: tuxpaint-config
-    </p>
-    <p>
-      c: xfig - XFig is a menu-driven tool that allows the user   	  	     to draw and manipulate objects interactively in   	  	     an X window. The resulting pictures can be saved,  		     printed on postscript printers, or converted to a  		     variety of other formats (e.g. to allow inclusion  		     in LaTeX documents or web pages) using the  		     transfig program.
-    </p>
-    <p>
-      d: The GIMP
-    </p>
-    <p>
-      e: OpenOffice.org Draw
-    </p>
-    <p>
-      f: OpenOffice.org Impress
-    </p>
-    <hr>
-    <h3>
-      <a name="TOOLS"></a><a href="#APPS">Tools</a>
-    </h3>
-    <p>
-      a: k3b
-    </p>
-    <p>
-      b: xvkbd
-    </p>
-    <p>
-      c: Rclock
-    </p>
-    <hr>
-    <h3>
-      <a name="DATABASES"></a><a href="#APPS">Databases</a>
-    </h3>
-    <p>
-      a: OpenOffice.org Base
-    </p>
-    <p>
-      b: HSQLDB Database Manager
-    </p>
-    <p>
-      c: HSQLDB Database Manager (Swing)
-    </p>
-    <p>
-      d: HSQLDB Query Tool
-    </p>
-    <p>
-      e: HSQLDB Transfer Tool
-    </p>
-    <hr>
-    <h3>
-      <a name="EDUCATION"></a><a href="#APPS">Education</a>
-    </h3>
-    <p>
-      a: gcompris
-    </p>
-    <p>
-      b: gcompris profile editor
-    </p>
-    <hr>
-    <h3>
-      <a name="SOUND"></a><a href="#APPS">Sound</a>
-    </h3>
-    <p>
-      a: Alsamixergui
-    </p>
-    <hr>
-    <h3>
-      <a name="SHELLS"></a><a href="#APPS">Shells</a>
-    </h3>
-    <p>
-      a: Bash
-    </p>
-    <p>
-      b: Sh
-    </p>
-    <p>
-      c: tcsh
-    </p>
-    <hr>
-    <h3>
-      <a name="XSHELLS"></a><a href="#STANDARD-MENU">Xshells</a>
-    </h3>
-    <p>
-      a: XTerm
-    </p>
-    <p>
-      b: XTerm (Unicode)
-    </p>
-    <p>
-      c: Rxvt
-    </p>
-    <hr>
-    <h3>
-      <a name="HELP"></a><a href="#STANDARD-MENU">Help</a>
-    </h3>
-    <p>
-      a: Info
-    </p>
     <hr>
     <h3>
       <a name="CHILD-MENU"></a><a href="#MAIN">Child-Menu</a>
@@ -593,6 +93,9 @@
       a: <a href="#FRAME-ADDING-MENU">< Adding frame menu ></a>
     </p>
     <p>
+      x: Maximize/Unmaximize the current frame in its parent frame
+    </p>
+    <p>
       l: <a href="#FRAME-LAYOUT-MENU">< Frame layout menu ></a>
     </p>
     <p>
@@ -631,19 +134,22 @@
       b: No layout: Maximize windows in there frame - Leave frame to there size
     </p>
     <p>
-      c: <a href="#FRAME-TILE-LAYOUT-MENU">< Frame tile layout menu ></a>
+      c: Maximize layout: Maximize windows and frames in there parent frame
+    </p>
+    <p>
+      d: <a href="#FRAME-TILE-LAYOUT-MENU">< Frame tile layout menu ></a>
     </p>
     <p>
-      d: <a href="#FRAME-TILE-DIR-LAYOUT-MENU">< Tile in one direction layout menu ></a>
+      e: <a href="#FRAME-TILE-DIR-LAYOUT-MENU">< Tile in one direction layout menu ></a>
     </p>
     <p>
-      e: <a href="#FRAME-TILE-SPACE-LAYOUT-MENU">< Tile with some space on one side menu ></a>
+      f: <a href="#FRAME-TILE-SPACE-LAYOUT-MENU">< Tile with some space on one side menu ></a>
     </p>
     <p>
-      f: <a href="#FRAME-MAIN-WINDOW-LAYOUT-MENU">< Main window layout menu ></a>
+      g: <a href="#FRAME-MAIN-WINDOW-LAYOUT-MENU">< Main window layout menu ></a>
     </p>
     <p>
-      g: <a href="#FRAME-GIMP-LAYOUT-MENU">< The GIMP layout menu ></a>
+      h: <a href="#FRAME-GIMP-LAYOUT-MENU">< The GIMP layout menu ></a>
     </p>
     <hr>
     <h3>
@@ -803,6 +309,21 @@
     <p>
       c: Center the current frame
     </p>
+    <p>
+      Right: Select the next brother frame
+    </p>
+    <p>
+      Left: Select the previous brother frame
+    </p>
+    <p>
+      Up: Select the next level
+    </p>
+    <p>
+      Down: Select the previous levelframe
+    </p>
+    <p>
+      Tab: Select the next child
+    </p>
     <hr>
     <h3>
       <a name="FRAME-PACK-MENU"></a><a href="#FRAME-MOVEMENT-MENU">Frame-Pack-Menu</a>

Modified: clfswm/doc/menu.txt
==============================================================================
--- clfswm/doc/menu.txt	(original)
+++ clfswm/doc/menu.txt	Sat May  9 18:31:24 2009
@@ -13,188 +13,6 @@
 m: < CLFSWM menu >
 
 Standard-Menu
-a: < GAMES >
-b: < APPS >
-c: < XSHELLS >
-d: < HELP >
-
-Games
-a: < PUZZLES >
-b: < ARCADE >
-c: < BOARD >
-d: < TETRIS-LIKE >
-
-Puzzles
-a: LMarbles
-b: Glotski
-c: Fish Fillets
-d: Pathological
-e: Einstein
-
-Arcade
-a: Thrust
-b: Thrust
-c: lbreakout2
-d: Ri-li
-e: xmoto
-f: Toppler
-g: Childsplay
-h: Barrage
-i: trackballs
-j: rrootage
-k: Abuse
-
-Board
-a: eboard
-
-Tetris-Like
-a: LTris
-b: Frozen-Bubble
-
-Apps
-a: < NET >
-b: < SYSTEM >
-c: < VIEWERS >
-d: < PROGRAMMING >
-e: < EMULATORS >
-f: < EDITORS >
-g: < MATH >
-h: < GRAPHICS >
-i: < TOOLS >
-j: < DATABASES >
-k: < EDUCATION >
-l: < SOUND >
-m: < SHELLS >
-
-Net
-a: Lynx
-b: Lynx Manual
-c: Iceweasel
-d: Icedove Mail
-e: Mutt
-f: Links 2
-g: Links 2 (text)
-h: w3m
-i: Licq
-j: Telnet
-
-System
-a: X-Terminal as root (GKsu)
-b: Aptitude
-c: RT2500 configuration utility
-d: Top
-e: Pstree
-f: Pstree
-g: reportbug
-h: KControl
-i: KInfoCenter
-j: Task selector
-k: < LANGUAGE-ENVIRONMENT >
-l: ROX Filer
-m: KDebugDialog
-n: KDCOP
-o: GDM flexiserver
-p: GDM flexiserver in Xnest
-q: GDM Photo Setup
-r: GDM Setup
-s: Kicker
-t: < ADMIN >
-
-Language-Environment
-a: Native Language Environment
-b: Native Language Environment - remove
-c: Japanese environment
-d: Thai environment
-e: Korean environment
-f: Danish environment
-g: German environment
-h: Spanish environment
-i: French environment
-j: Russian environment
-k: Belarusian environment
-l: Bulgarian environment
-m: Macedonian environment
-n: Serbian environment
-o: Ukrainian environment
-p: Polish environment
-q: Catalan environment
-r: Lithuanian environment
-s: Turkish environment
-
-Admin
-a: alsaconf - Configure your soundcards for the ALSA system
-
-Viewers
-a: GV
-b: gmplayer
-c: Xpdf
-d: VLC media player
-e: ImageMagick
-
-Programming
-a: Tclsh8.4
-b: TkWish8.4
-c: Python (v2.4)
-d: BeanShell (text)
-e: BeanShell (windowed)
-f: Guile 1.8
-g: GDB
-
-Emulators
-a: hatari
-
-Editors
-a: Emacs 21 (X11)
-b: Emacs 21 (text)
-c: Nano
-d: AbiWord Word Processor
-e: OpenOffice.org Writer
-
-Math
-a: OpenOffice.org Math
-b: Bc
-c: Dc
-d: OpenOffice.org Calc
-
-Graphics
-a: tuxpaint
-b: tuxpaint-config
-c: xfig - XFig is a menu-driven tool that allows the user   	  	     to draw and manipulate objects interactively in   	  	     an X window. The resulting pictures can be saved,  		     printed on postscript printers, or converted to a  		     variety of other formats (e.g. to allow inclusion  		     in LaTeX documents or web pages) using the  		     transfig program.
-d: The GIMP
-e: OpenOffice.org Draw
-f: OpenOffice.org Impress
-
-Tools
-a: k3b
-b: xvkbd
-c: Rclock
-
-Databases
-a: OpenOffice.org Base
-b: HSQLDB Database Manager
-c: HSQLDB Database Manager (Swing)
-d: HSQLDB Query Tool
-e: HSQLDB Transfer Tool
-
-Education
-a: gcompris
-b: gcompris profile editor
-
-Sound
-a: Alsamixergui
-
-Shells
-a: Bash
-b: Sh
-c: tcsh
-
-Xshells
-a: XTerm
-b: XTerm (Unicode)
-c: Rxvt
-
-Help
-a: Info
 
 Child-Menu
 r: Rename the current child
@@ -211,6 +29,7 @@
 
 Frame-Menu
 a: < Adding frame menu >
+x: Maximize/Unmaximize the current frame in its parent frame
 l: < Frame layout menu >
 n: < Frame new window hook menu >
 m: < Frame movement menu >
@@ -225,11 +44,12 @@
 Frame-Layout-Menu
 a: < Frame fast layout menu >
 b: No layout: Maximize windows in there frame - Leave frame to there size
-c: < Frame tile layout menu >
-d: < Tile in one direction layout menu >
-e: < Tile with some space on one side menu >
-f: < Main window layout menu >
-g: < The GIMP layout menu >
+c: Maximize layout: Maximize windows and frames in there parent frame
+d: < Frame tile layout menu >
+e: < Tile in one direction layout menu >
+f: < Tile with some space on one side menu >
+g: < Main window layout menu >
+h: < The GIMP layout menu >
 
 Frame-Fast-Layout-Menu
 s: Switch between two layouts
@@ -288,6 +108,11 @@
 f: < Frame fill menu >
 r: < Frame resize menu >
 c: Center the current frame
+Right: Select the next brother frame
+Left: Select the previous brother frame
+Up: Select the next level
+Down: Select the previous levelframe
+Tab: Select the next child
 
 Frame-Pack-Menu
 Up: Pack the current frame up




More information about the clfswm-cvs mailing list