root/trunk/console/README

Revision 4526, 2.5 kB (checked in by erijo, 2 years ago)

Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)

  • Property svn:eol-style set to native
Line 
1Licq Console Plugin
2
3This is a console ui plugin for the Licq ICQ client.  It is considered beta
4at this point and does not have all the features that the qt-gui supports,
5however does offer a number of really cool text-mode things.  Multiple windows,
6contact list pane, log window...
7
8Building is simply a matter of
9./configure
10make
11make install
12
13Running is simply a matter of running licq with the "-p console" switch.
14Remember that Licq will save the plugin being run so after running
15"licq -p console" once, it will always run with this plugin.  Hence when
16you want to go back to the gui, use "licq -p qt-gui" the first time at least.
17
18For help using the console, type "/help" once inside.  F1-F8 will toggle between
198 different virtual screens, PgUp/PgDown will scroll the screen,
20and F9 is the standard Licq log (network window). Press F10 to activate the
21contact list. Up/down/right/left will scroll the list, pressing space when
22a contact is selected will bring up another window with options to choose from.
23Pressing Enter when a user is selected will message the user, or, if events
24are pending (e.g. a message), will view the event.
25
26Here is a list of key bindings when the userlist is activated:
27
28          Key         Action
29          Left Arrow  Shifts the whole list left one character.
30          Right Arrow Shifts the whole list right one character.
31          Up Arrow    Selects the next item up in the list.
32          Down Arrow  Selects the next item down in the list.
33          Prev Page   Moves one page backwards.
34          Ctrl-B      Moves one page backwards.
35          Next Page   Moves one page forwards.
36          Ctrl-F      Moves one page forwards.
37          g           Moves to the first element in the list.
38          1           Moves to the first element in the list.
39          G           Moves to the last element in the list.
40          $           Shifts the whole list to the far right.
41          |           Shifts the whole list to the far left.
42          Return      Sends a message to the user, or, if events
43                      are pending (e.g. a message), will view
44                      the event.
45          Tab         Same as Return.
46          Space       Brings up a popup window with extra options
47                      to choose from.
48          Escape      Exits the widget.
49
50
51
52Address any questions to Philip Nelson <phatfil@optusnet.com.au>, uin 16385042, msn
53phatagrajag@hotmail.com or Jon Keating <jon@licq.org>, uin 16325723 or on irc in #licq
54on irc.freenode.net.
55
Note: See TracBrowser for help on using the browser.