annotate mcabber/doc/help/de/hlp_bind.txt @ 2023:26edaf6ea10b

xmpp_setstatus: send presence to MUC rooms before the global presence It only matters (AFAICS) when going offline. We want the presence to be sent by mcabber and not by the server, especially if we're using PGP.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 30 Jul 2012 22:39:17 +0200
parents d0ffa34bec3a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1097
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
1
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
2 /BIND [keycode [= command line]]
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
3
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
4 Den Befehl "command line" auf die Taste mit dem keycode legen. Um herauszufinden, ob eine bestimmte Taste noch nicht belegt ist, drücke diese und schaue in das Logfenster. "Unknow key=256" bedeutet dann, dass du irgendeinen Befehl auf die Taste mit dem keycode 265 legen kannst.
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
5
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
6 /bind
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
7 Zeigt alle Tastaturkürzel an
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
8 /bind keycode
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
9 Zeigt den Befehl fuer die Taste mit dem keycode an
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
10 /bind keycode=
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
11 Entkürzelt die Taste mit dem angegebenen keycode
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
12 /bind keycode = command line
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
13 Legt den Befehl "command line" auf die Taste mit diesem keycode
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
14
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
15 Beispiel: "/bind 265 = status away" (265 ist F1).
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
16
1103
d0ffa34bec3a Fixed help/de typos
franky@teufel.fs
parents: 1098
diff changeset
17 Beachte das Tastencodes, je nach ncurses Konfiguration, unterschiedlich sein können.
1097
5031b5f74532 German translation of the help files
franky@teufel.fs
parents:
diff changeset
18 Und natürlich können anstatt direkten Befehlen auch Aliase auf Tasten gelegt werden. :]