diff mcabber/doc/help/en/hlp_bind.txt @ 904:9d11c1b1af7a

English help files Thanks to Salvador and Lione for their work.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Jun 2006 20:55:28 +0200
parents
children 59b53fed6de1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/doc/help/en/hlp_bind.txt	Wed Jun 21 20:55:28 2006 +0200
@@ -0,0 +1,17 @@
+
+ /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
+ Display list of current bindings
+/bind keycode
+ Display the command line bound to this key
+/bind keycode=
+ Unbind key with code [keycode]
+/bind keycode = command line
+ 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.
+Tip: aliases also can be used instead of commands.