version 1.01
See documentation: https://wiki.termux.com/wiki/Touch_Keyboard
Installation
-
make sure your quest is in developer mode
-
download latest termux apk file (https://f-droid.org/en/packages/com.termux/)
-
open adb connection to headset and push files to /sdcard
adb shell mkdir /sdcard/termux && adb push *.properties /sdcard/termux/
-
sideload apk using adb (or sidequest for the lazy ppl)
adb install -g com.termux_$ver.apk
-
open termux app in headset under 'unknown sources'
-
create directory
.termuxin termux home -
run
termux-setup-storageto set permissions for /sdcard access -
copy files from
/sdcard/termux/to/data/data/com.termux/files/home/.termux/ -
colors.propertiesis optional, adjust to your preference(uses manjaro green '#1aab9b' as terminal foreground color)
Session handling see (https://wiki.termux.com/wiki/Terminal_Settings)
CTRL + tcreate new sessionCTRL + nrename current sessionCTRL + 1switch to previous sessionCTRL + 2switch to next session
Popup keys
- long press
ESCforCTRL + d(end session) - long press
TABforALT - long press
CTRLforSHIFT - long press
SPACEforDRAWER(open termux sessions) - long press
UPforPGUP - long press
DOWNforPGDN - long press
LEFTforHOME - long press
RIGHTforEND - long press
M◂for#CMD(see below)
Helpful bash shortcuts using macros
| modifier | action |
|---|---|
UPPER |
transform word in front of cursor to UPPER case (ALT + u) |
LOWER |
transform word in front of cursor to lower case (ALT + l) |
#CMD |
comment current line(command) and start new line (ALT + #) |
ARG |
yank last argument (CTRL + SHIFT + y) |
C◂ |
backward move one word (CTRL + Left) |
C▸ |
forward move one word (CTRL + Right) |
M◂ |
backward delete one word (ALT + BACKSPACE) |