CypherpunkArmory / UserLAnd

Main UserLAnd Repository
Other
3.59k stars 397 forks source link

BUG - Extra Key Configuration not working #1655

Open OurCodeBase opened 1 year ago

OurCodeBase commented 1 year ago

BUG

According to #617 I setup my own keyboard config. It's successfully working IMG_20230108_114116 but according to termux documentation https://wiki.termux.com/wiki/Touch_Keyboard IMG_20230108_113707 these configurations are not working on userland. For example - I make termux.properties in userland as told in #617. I used same code and my codes are

extra-keys = [ \
    ['ESC','/','-','HOME','UP','END',{key: DEL, popup: BKSP}], \
    ['TAB','CTRL','ALT','LEFT','DOWN',RIGHT] \
   ]

OUTPUT

Steps to reproduce the behavior -

cd /host-rootfs/data/data/tech.ula/files/home
mkdir .termux
cd .termux
<code editor> termux.properties
# use code as shown below
# save it
# restart userland

Code -

extra-keys = [ \
<tab>['ESC','/','-','HOME','UP','END',{key: DEL, popup: BKSP}], \
<tab>['TAB','CTRL','ALT','LEFT','DOWN',RIGHT] \
 ]

Screenshots

IMG_20230108_115853

Device Information

Device: POCO M2 Pro Android Version: 10 UserLAnd Version: 2.8.3 Whether the device is rooted: No Whether the device is running LineageOS: No

enforce-issue-templates[bot] commented 1 year ago

Hello @ytstrange!

This message has been autogenerated.

It looks like you've posted an issue, but in order for us to best assist you, we need some additional information. We have created some issue templates to make this process easier. You can find them here.

These templates contain lines that begin with the '#' character. These lines are headers. In your issue, please leave these headers as is, and fill out information relevant to the header in the space below it.

If you don't think that you have any information relevant to the header, fill the space below it with something like 'N/A', or consider using a different template.

These headers are essential in allowing us to recreate and resolve your issue. The more detailed your issue, the more quickly we can begin working on it.

This bot could not detect which template you were trying to use. Please follow the link above to find a template to use.

If your issue is not updated to follow a template, it may be removed. If you edit your issue to follow a template, the bot will remove its comment.

Thanks for your help in improving UserLAnd!