3

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?

Andrew T.
  • 15,988
  • 10
  • 74
  • 123
gregrwm
  • 111
  • 7

1 Answers1

4

add the following line to the ~/.termux/termux.properties file:

extra-keys = []

apply the changes by running (or restart Termux):

termux-reload-settings
user598527
  • 662
  • 1
  • 8
  • 27
gregrwm
  • 111
  • 7