#No menu bar?
23 messages · Page 1 of 1 (latest)
There's only a '/' button where the menu bar was (three vertical bars) on my last device
there are 2 opptions
- the hamburger button by default being there is only in the beta version
that is this version so you could just update to this one
if you installed termux from f-droid click the first apk but if you installed it from github click the second apk
if you don't know then try both and whichever one doesn't have an error when you try to install it is the right one
the other option is
you don't technically have to install the beta version to get the hamburger button
it's also in the old version you have still
but it's disabled by default
to enable it you can do this
- edit
~/.termux/termux.propertieswith a text editor
- put this in and save the file
extra-keys = [['ESC','DRAWER','-','HOME','UP','END','PGUP'], \
['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
- use the command
termux-reload-settings
then you will have hamburger button in version 0.118.3
this worked, thank you so much
putting into one message for the bot
there are 2 options
the hamburger button by default being there is only in the beta version
that is this version so you could just update to this one
https://f-droid.org/repo/com.termux_1022.apk
https://github.com/termux/termux-app/releases/download/v0.119.0-beta.3/termux-app_v0.119.0-beta.3+apt-android-7-github-debug_universal.apk
if you installed termux from f-droid click the first apk but if you installed it from github click the second apk
if you don't know then try both and whichever one doesn't have an error when you try to install it is the right one
the other option is
you don't technically have to install the beta version to get the hamburger button
it's also in the old version you have still
but it's disabled by default
to enable it you can do this
edit ~/.termux/termux.properties with a text editor
put this in and save the file
extra-keys = [['ESC','DRAWER','-','HOME','UP','END','PGUP'], \
['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
use the command termux-reload-settings
then you will have hamburger button in version 0.118.3
all credit to owokitty