diff options
author | sabetts <sabetts> | 2005-02-15 06:31:08 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-02-15 06:31:08 +0000 |
commit | bdb189db87bc4a0c58ecd4a2677712bc9a1276e9 (patch) | |
tree | a107bbd6a9810258ba34b9a4b0f5cedeccf4e46d | |
parent | 43ec4d85df0839bd9d75212b95e4f6d7e1781b65 (diff) | |
download | ratpoison-bdb189db87bc4a0c58ecd4a2677712bc9a1276e9.zip |
add to bind/unbind, rewrite s9.2
-rw-r--r-- | doc/ratpoison.texi | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index b2cf1e3..074ec65 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -912,9 +912,9 @@ Delete the keymap, @var{kmap}. @end deffn @deffn Command bind @var{Key} @var{command} -Bind a key to a ratpoison command. This command takes two arguments: the -key to bind and the command to run. For example, to bind @kbd{C-t R} to -restart ratpoison: +Bind a key to a ratpoison command on the @samp{root} keymap. This +command takes two arguments: the key to bind and the command to +run. For example, to bind @kbd{C-t R} to restart ratpoison: @example bind R restart @@ -922,7 +922,7 @@ bind R restart @end deffn @deffn Command unbind @var{key} -Unbind a keystroke. +Unbind a keystroke on the @samp{root} keymap. @end deffn @deffn Command definekey @var{kmap} @var{key} @var{command} @@ -948,10 +948,8 @@ to the last window. @node Default Key Bindings, , Key Maps, Keystrokes @section Default Key Bindings -ratpoison is a very simple window manager. Each window is maximized and -has no border decorations. The default keystrokes are listed in this -chapter. Not all commands are accessible by default by keys. A full list -of ratpoison commands is in the next section. +The default keystrokes are listed in this chapter. Not all commands +are accessible by default by keys. @table @kbd |