diff mcabber/doc/help/en/hlp_bind.txt @ 915:59b53fed6de1

Update help files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 25 Jun 2006 11:25:09 +0200
parents 9d11c1b1af7a
children
line wrap: on
line diff
--- a/mcabber/doc/help/en/hlp_bind.txt	Sat Jun 24 21:33:11 2006 +0200
+++ b/mcabber/doc/help/en/hlp_bind.txt	Sun Jun 25 11:25:09 2006 +0200
@@ -1,16 +1,16 @@
 
  /BIND [keycode [= command line]]
 
-Bind the command to the key given as [keycode].  To examine which keys are currently not used look at `mcabber` log window and press examined key.  For example: "Unknown key=265" means that you can bind some command to key #265.
+Bind the command to the key given as "keycode".  To examine which keys are currently not used look at `mcabber` log window and press examined key.  For example: "Unknown key=265" means that you can bind some command to key #265.
 
 /bind
  Display list of current bindings
 /bind keycode
  Display the command line bound to this key
 /bind keycode=
- Unbind key with code [keycode]
+ Unbind key with code "keycode"
 /bind keycode = command line
- Bind [command line] to the key with code [keycode]
+ Bind "command line" to the key with code "keycode"
 
 Example: "/bind 265 = status away" (265 is F1).
 Note: keycodes can be different depending on your ncurses configuration.