I can reduce the extra keys on Termux to one row like this:
extra-keys = [[ESC, TAB, CTRL, ALT, {
key: '-', popup: '|'
}
, DOWN, UP]]
but this doesn't get rid of them:
extra-keys-style = none
How do I get rid of Termux's extra keys?
I can reduce the extra keys on Termux to one row like this:
extra-keys = [[ESC, TAB, CTRL, ALT, {
key: '-', popup: '|'
}
, DOWN, UP]]
but this doesn't get rid of them:
extra-keys-style = none
How do I get rid of Termux's extra keys?
in ~/.termux/termux.properties
:
extra-keys = []
Q & A