[clfswm-cvs] r459 - in clfswm: . doc
Philippe Brochard
pbrochard at common-lisp.net
Sun May 8 19:25:10 UTC 2011
Author: pbrochard
Date: Sun May 8 15:25:09 2011
New Revision: 459
Log:
Documentation update
Modified:
clfswm/doc/keys.html
clfswm/doc/keys.txt
clfswm/doc/menu.html
clfswm/doc/menu.txt
clfswm/load.lisp
Modified: clfswm/doc/keys.html
==============================================================================
--- clfswm/doc/keys.html (original)
+++ clfswm/doc/keys.html Sun May 8 15:25:09 2011
@@ -799,10 +799,21 @@
</td>
<td align="center" nowrap>
- I
+ X
</td>
<td style="color:#0000ff" nowrap>
- Identify a key
+ Update layout managed children position
+ </td>
+ </tr>
+ <tr>
+ <td align="right" style="color:#ff0000" nowrap>
+ Control
+ </td>
+ <td align="center" nowrap>
+ G
+ </td>
+ <td style="color:#0000ff" nowrap>
+ Stop all pending actions
</td>
</tr>
<tr>
@@ -810,10 +821,10 @@
</td>
<td align="center" nowrap>
- Colon
+ I
</td>
<td style="color:#0000ff" nowrap>
- Eval a lisp form from the query input
+ Identify a key
</td>
</tr>
<tr>
@@ -821,10 +832,10 @@
</td>
<td align="center" nowrap>
- Exclam
+ Colon
</td>
<td style="color:#0000ff" nowrap>
- Run a program from the query input
+ Eval a lisp form from the query input
</td>
</tr>
<tr>
@@ -832,10 +843,10 @@
</td>
<td align="center" nowrap>
- Return
+ Exclam
</td>
<td style="color:#0000ff" nowrap>
- Leave second mode
+ Run a program from the query input
</td>
</tr>
<tr>
@@ -843,7 +854,7 @@
</td>
<td align="center" nowrap>
- Escape
+ Return
</td>
<td style="color:#0000ff" nowrap>
Leave second mode
@@ -851,10 +862,10 @@
</tr>
<tr>
<td align="right" style="color:#ff0000" nowrap>
- Control
+
</td>
<td align="center" nowrap>
- G
+ Escape
</td>
<td style="color:#0000ff" nowrap>
Leave second mode
@@ -1184,7 +1195,7 @@
Mod-1
</td>
<td align="center" nowrap>
- B
+ B
</td>
<td style="color:#0000ff" nowrap>
Move the pointer to the lower right corner of the screen
@@ -1195,7 +1206,7 @@
</td>
<td align="center" nowrap>
- O
+ O
</td>
<td style="color:#0000ff" nowrap>
Open the next window in a new frame in the parent frame
@@ -1206,7 +1217,7 @@
Control
</td>
<td align="center" nowrap>
- O
+ O
</td>
<td style="color:#0000ff" nowrap>
Open the next window in a new frame in the root frame
@@ -1217,7 +1228,7 @@
</td>
<td align="center" nowrap>
- A
+ A
</td>
<td style="color:#0000ff" nowrap>
Add a default frame in the current frame
@@ -1316,7 +1327,7 @@
</td>
<td align="center" nowrap>
- C
+ C
</td>
<td style="color:#0000ff" nowrap>
start an xterm
@@ -1327,7 +1338,7 @@
</td>
<td align="center" nowrap>
- E
+ E
</td>
<td style="color:#0000ff" nowrap>
start emacs
@@ -1338,7 +1349,7 @@
Control
</td>
<td align="center" nowrap>
- E
+ E
</td>
<td style="color:#0000ff" nowrap>
start an emacs for another user
@@ -1349,7 +1360,7 @@
</td>
<td align="center" nowrap>
- H
+ H
</td>
<td style="color:#0000ff" nowrap>
start an xclock
Modified: clfswm/doc/keys.txt
==============================================================================
--- clfswm/doc/keys.txt (original)
+++ clfswm/doc/keys.txt Sun May 8 15:25:09 2011
@@ -84,12 +84,13 @@
P Open the frame pack menu
L Open the frame fill menu
R Open the frame resize menu
+ X Update layout managed children position
+ Control G Stop all pending actions
I Identify a key
Colon Eval a lisp form from the query input
Exclam Run a program from the query input
Return Leave second mode
Escape Leave second mode
- Control G Leave second mode
T Tile the current frame
Mod-1 Control Shift Home Exit clfswm
Mod-1 Right Select the next brother
Modified: clfswm/doc/menu.html
==============================================================================
--- clfswm/doc/menu.html (original)
+++ clfswm/doc/menu.html Sun May 8 15:25:09 2011
@@ -2728,7 +2728,7 @@
h: Open the next window in a numbered frame
</p>
<p>
- i: Open the window in this frame if it match absorb-nw-test
+ i: Open the window in this frame if it match nw-absorb-test
</p>
<hr>
<h3>
Modified: clfswm/doc/menu.txt
==============================================================================
--- clfswm/doc/menu.txt (original)
+++ clfswm/doc/menu.txt Sun May 8 15:25:09 2011
@@ -926,7 +926,7 @@
f: Open the next window in the current frame and leave the focus on the current child
g: Open the next window in a named frame
h: Open the next window in a numbered frame
-i: Open the window in this frame if it match absorb-nw-test
+i: Open the window in this frame if it match nw-absorb-test
Frame-Movement-Menu
p: < Frame pack menu >
Modified: clfswm/load.lisp
==============================================================================
--- clfswm/load.lisp (original)
+++ clfswm/load.lisp Sun May 8 15:25:09 2011
@@ -58,7 +58,7 @@
(in-package :clfswm)
(ignore-errors
- (main :read-conf-file-p t))
+ (main :read-conf-file-p t))
;;;;;; Uncomment lines above to save the default documentation.
More information about the clfswm-cvs
mailing list