GP2X terminal emulator - termula2x 0.2.1 "türkiye"


==========================================================================
=  using termula2x
==========================================================================
copy all the files in the archive to your sd card and run "termula2x.gpu".
"termula2x.ini" is the default configuration file and may be modified 
when needed. you may also create other configuration files (profiles).
one extra profile, termula2x-mod.ini, is included in the archive. If you 
want to change the default profile, you should edit termula2x.gpu as shown
below.

replace line
./termula2x-gp2x-dynamic > termula2x.log
with this line
./termula2x-gp2x-dynamic <configuration-file> > termula2x.log

GNU Screen binary is provided in the archive. It allows you to use multiple
terminals at the same time. You must run install-screen.sh once to be able 
to use screen. also the environment variable $TERM must be set to "linux".
If it is not set, use the command below.

export TERM=linux

to use screen, type "./screen" and hit enter or simply press the frequently
used button "SCR". for creating terminals and navigating between them use 
"CPN" button. "CPN" means "Create Previous Next". without Shift and Ctrl it
creates a new terminal. with Shift it navigates to the previous terminal
and with Ctrl similarly it navigates to the next terminal.


==========================================================================
=  customizing termula2x
==========================================================================
All customizing can be done by editing the configuration file.

- GP2X buttons may be remapped via configuration file. there are pre-defined
actions and buttons. any button can be assigned to any action.

- you may assign any key to any virtual keyboard button using your
configuration file. "number" values in #number# notation are ascii codes.

* for INSERT use:
value=#27##91##50##126#
* for DEL use:
value=#27##91##51##126#
* for PAGE UP use:
value=#27##91##53##126#
* for PAGE DOWN use:
value=#27##91##54##126#
* for HOME use:
value=#27##79##72#
* for END use:
value=#27##79##70#

- to choose the terminal font simply edit the term_size option.
term_size=
; 1 Big gives you a 60x21 term
; 2 Small gives you a 80x35 term

- to show the virtual keyboard set vkeyboard=true or set vkeyboard=false to 
hide it.

- other than these all the colors and the background image can be modified.

for latest news please refer to http://fehmicans.net/sterm or
http://sourceforge.net/projects/termula2x/


==========================================================================
= default buttons
==========================================================================
LEFT/RIGHT/UP/DOWN or touchscreen on F200: Select keyboard character
A: Insert the selected keyboard character
B: Enter key
X: Backspace key
Y: Space key
L BUTTON: One section left
R BUTTON: One section right
VOLUME UP: Shift key
VOLUME DOWN: Ctrl key
CLICK: Tab key
SELECT: Move the cursor (used with LEFT/RIGHT/UP/DOWN together)
SELECT + CLICK: Screenshot
SELECT + VOLUME UP: Escape key
SELECT + L BUTTON: Shows available profiles and allows user to select one.
SELECT + R BUTTON: CAPS LOCK
SELECT + START: Quit


==========================================================================
= frequently used buttons
==========================================================================
    --------------------------------------------------------
    |   LABEL   |   VALUE   |  (with)SHIFT  |  (with)CTRL  |
    --------------------------------------------------------
    |    CD     |    cd     |     cd ..     |     cd /     |
    --------------------------------------------------------
    |    PS     |    ps     |     ps aux    |              |
    --------------------------------------------------------
    |    LS     |    ls     |   ls -l|more  |              |
    --------------------------------------------------------
    |    CP     |    cp     |     cp -r     |      mv      |
    -------------------------------------------------------- 
    |    RM     |    rm     |     rm -r     |              |
    --------------------------------------------------------  
    |    VI     |    vi     |     ESC+wq    |    ESC+q!    |
    --------------------------------------------------------
    |    CAT    |    cat    |               |              |
    --------------------------------------------------------
    |    PWD    |    pwd    |               |              |
    --------------------------------------------------------
    |    NET    |  netstat  | netstat -aopn |              |
    --------------------------------------------------------
    |    GRE    |    grep   |     |grep     |              |
    --------------------------------------------------------
    |    ECH    |    echo   |               |              |
    --------------------------------------------------------
    |    MOR    |    more   |     |more     |              |
    --------------------------------------------------------
    |    KIL    |    kill   |     kill -9   |   killall    |
    --------------------------------------------------------
    |    CLR    |    clear  |     uptime    |   history    |
    --------------------------------------------------------
    |    DU     |    du     |     du -h     |              |
    --------------------------------------------------------
    |    SCR    | ./screen  |               |              |
    --------------------------------------------------------
    |    CPN    | CTRL+a c  |   CTRL+a p    |   CTRL+a n   |
    --------------------------------------------------------
    |    EXI    |    exit   |               |              |
    --------------------------------------------------------


==========================================================================
news
==========================================================================
See the CHANGELOG file for changes made between different releases.


==========================================================================
contact
==========================================================================
fehmi "canavar" saglam  <canavar@fehmicans.net>
