summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-05-18 02:43:04 +0000
committersabetts <sabetts>2006-05-18 02:43:04 +0000
commit4c5a5fe2c076cfd76cc1aba01ce211544787f1a1 (patch)
tree8cbeb5166537fc45e9a21e3fab66071ecb3b648f
parent3d2c7fae1f69de9a3303bba8105e003b06bc70b7 (diff)
downloadratpoison-4c5a5fe2c076cfd76cc1aba01ce211544787f1a1.zip
*** empty log message ***
-rw-r--r--doc/ratpoison.111
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/ratpoison.1 b/doc/ratpoison.1
index 6d0395d..98dc999 100644
--- a/doc/ratpoison.1
+++ b/doc/ratpoison.1
@@ -274,7 +274,8 @@ windows are dedicated.
Close the current window.
.cmd delkmap keymap
Deletes the keymap named \fIkeymap\fP, that was generated
-with \fBnewkmap\fP. The keymaps \fBtop\fP and \fBroot\fP
+with \fBnewkmap\fP. The keymaps \fBtop\fP
+(or whatever was specified by \fBset topkmap\fP) and \fBroot\fP
cannot be deleted.
.cmd describekey keymap
Grab the next key. Similar to \fBreadkey\fP, describekey
@@ -290,6 +291,8 @@ in the keymap \fBtop\fP to \fIkey\fP, the \fBother\fP binding
in \fBroot\fP to \fIkey\fP, and \fBmeta\fP binding in \fBroot\fP
to \fIkey\fP without modifiers or \fBC\-\fP\fIkey\fP if \fIkey\fP
has no modifiers.
+(If \fBset topkmap\fP was called with an argument other than \fBtop\fP
+that will be used instead of \fBtop\fP.)
.cmd exec shell\-command ( C\-t ! )
Spawn a shell executing \fIshell\-command\fP.
.cmd fdump [ screenno ]
@@ -543,6 +546,9 @@ Set the environment variable \fIvariable\fP to \fIvalue\fP.
.cmd sfdump
Output all frames similar to \fBfdump\fP, but not limited to one screen, but
all screens at once and with the screen number after each frame.
+.cmd sfrestore
+Replace the current frames with the ones specified in \fIframes\fP in the
+format as generated by \fBsfdump\fP.
.cmd shrink
Shrink the current frame to the size of the current window with in.
.cmd split [ split ] ( C\-t s )
@@ -685,6 +691,9 @@ Default is 1.
Determine the width of the input window.
.br
Default is 200.
+.var topkmap kmap
+Make \fIkmap\fP the top keymap ratpoison graps directly.
+The default value is \fBtop\fP.
.var waitcursor \fB0 | \fB1
Determine whether to change the rat cursor when waiting for a key
(\fB1\fP) or not (\fB0\fP).