| 1 | Licq Console Plugin |
|---|
| 2 | |
|---|
| 3 | This is a console ui plugin for the Licq ICQ client. It is considered beta |
|---|
| 4 | at this point and does not have all the features that the qt-gui supports, |
|---|
| 5 | however does offer a number of really cool text-mode things. Multiple windows, |
|---|
| 6 | contact list pane, log window... |
|---|
| 7 | |
|---|
| 8 | Building is simply a matter of |
|---|
| 9 | ./configure |
|---|
| 10 | make |
|---|
| 11 | make install |
|---|
| 12 | |
|---|
| 13 | Running is simply a matter of running licq with the "-p console" switch. |
|---|
| 14 | Remember 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 |
|---|
| 16 | you want to go back to the gui, use "licq -p qt-gui" the first time at least. |
|---|
| 17 | |
|---|
| 18 | For help using the console, type "/help" once inside. F1-F8 will toggle between |
|---|
| 19 | 8 different virtual screens, PgUp/PgDown will scroll the screen, |
|---|
| 20 | and F9 is the standard Licq log (network window). Press F10 to activate the |
|---|
| 21 | contact list. Up/down/right/left will scroll the list, pressing space when |
|---|
| 22 | a contact is selected will bring up another window with options to choose from. |
|---|
| 23 | Pressing Enter when a user is selected will message the user, or, if events |
|---|
| 24 | are pending (e.g. a message), will view the event. |
|---|
| 25 | |
|---|
| 26 | Here 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 | |
|---|
| 52 | Address any questions to Philip Nelson <phatfil@optusnet.com.au>, uin 16385042, msn |
|---|
| 53 | phatagrajag@hotmail.com or Jon Keating <jon@licq.org>, uin 16325723 or on irc in #licq |
|---|
| 54 | on irc.freenode.net. |
|---|
| 55 | |
|---|