diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-18 12:12:30 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-18 12:12:30 (GMT) |
commit | 37b18a9694122e285286757df2a74213b8d27a3e (patch) | |
tree | 035d68db3def39a72ce9d41e7337e93c7e768560 /doc/asciidoc/fluxbox-keys.txt | |
parent | 2ab539073b115e3e05cab6b95c4ea638bd8d1b6f (diff) | |
download | fluxbox_lack-37b18a9694122e285286757df2a74213b8d27a3e.zip fluxbox_lack-37b18a9694122e285286757df2a74213b8d27a3e.tar.bz2 |
combined code for saved window positions and MoveTo key command
added left, right, top, and bottom center reference points
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index e52ffa8..771621d 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -246,7 +246,7 @@ If either 'x' or 'y' is set to *\**, that coordinate will be ignored, and the | |||
246 | movement will only take place in one dimension. | 246 | movement will only take place in one dimension. |
247 | + | 247 | + |
248 | The default 'anchor' is the upper left corner, but this may be overridden with one of:;; | 248 | The default 'anchor' is the upper left corner, but this may be overridden with one of:;; |
249 | *UpperLeft LowerLeft UpperRight LowerRight* | 249 | *TopLeft Left BottomLeft Top Center Bottom TopRight Right BottomRight* |
250 | 250 | ||
251 | *Move* 'delta-x' 'delta-y':: | 251 | *Move* 'delta-x' 'delta-y':: |
252 | Moves the window relative to its current position. Positive numbers | 252 | Moves the window relative to its current position. Positive numbers |