[[[ TwinTail LDE ]]]
-------------------------------------

[Description]
-------------------------------------
TTLDE is a text editor for LUA script.

...with following features:
 LUA code execution(TTLDE catches syntax/runtime errors)
 Windows style selection & cut, copy, paste
 Multi document editing
 Auto indent
 Word select(from dictionary)
 Quick search
 Original input method


[Controls]
-------------------------------------
AnalogPad : Move cursor(fast)
Arrow     : Move cursor
Cross+Move: Fast move
Start     : "File" menu
Select    : "Edit" menu
L(hold)   : Shift
R(hold)   : Virtual keyboard

Select + Arrow(Left, Right) : Switch Buffer

L        + Arrow : Selection
Triangle + Arrow : Word select
Circle   + Arrow : Search selected words(F3, Shift+F3)
Square   + Arrow : Function jump

L + RRR... : Enter
R + LLL... : Backspace

L + Square   : Cut   (Ctrl+X)
L + Triangle : Copy  (Ctrl+C)
L + Circle   : Paste (Ctrl+V)
L + Cross    : Undo  (Ctrl+Z) ... only 1 step

MultiLine Selection + Space : Indent
MultiLine Selection + Tab   : Unindent


['TwinTail' virtual keyboard map]
-------------------------------------
-101 like keymap

 12345 67890
 qwert yuiop
 -asdf ghjkl
 (zxc) vbnm~
 B, .\ /; ='
(Bottom left corner is Backspace)

with Shift(L button),

 !@#$% ^&*[]
 QWERT YUIOP
 _ASDF GHJKL
 {ZXC} VBNM`
 E<t>| ?:T+"
(Bottom left corner is Enter. Tab instead of Space)


-JIS like keymap

 12345 67890
 qwert yuiop
 -asdf ghjkl
 (zxc) vbnm@
 B, .\ /; :^
(Bottom left corner is Backspace)

with Shift(L button),

 !"#$% &'[]~
 QWERT YUIOP
 -ASDF GHJKL
 {ZXC} VBNM`
 E<t>| ?+t*_
(Bottom left corner is Enter. Tab instead of Space)


[How to input characters]
-------------------------------------
This method has some ways to input same character.

-How to input 'a':
    push Left Arrow and release.

-How to input 'n':
    push Cross and release.

-How to input 'j':
    push Circle, Left and release.
  or
    push Square, Right and release.

-How to input 't':
    hold Up Right, push Circle and release all.
  or
    hold Up, push Circle, Circle and release all.

-How to input '_': (JIS)
    hold L, Circle and Cross, push Right, Down and release all.
  or
    hold L and Circle, push Right, Down, Down and release all.

-How to input 'which':
    hold UpLeft, release
    hold Square, release
    hold Triangle, release
    hold DownRight, release
    hold Square, release


[Customize]
-------------------------------------
'twintail.cfg':
	Defines keyboard color and mapping type.

'colorset/*.scheme':
	Color schemes (you can add new schemes by adding file)

'ttlde.dic':
	Dictionary used by word select.


[Excuse]
-------------------------------------
For default, keyboard is "JIS" mapped. (since I am Japanese)
If you want to use 101 mapping, please edit 'twintail.cfg'.

