How To Enable Or Disable Extra Keys In Termux. Arrow Keys In Termux.

Commands For Enable Or Disable Extra Keys In Termux.

With the help of this tool you can add extra keys in botton site of termux. Just copy this command then open termux app then paste command in termux.

Command for Add Extra Arrow Keys In Termux

mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','UP','END'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout

Command for Add Extra Arrow Keys, Page up, Page Down Keys In Termux

mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 &&logout

Command for Add all Extra Keys In Termux

mkdir $HOME/.termux/ ;echo "extra-keys = [['F1','F2','F3','F4','F5','F6','F7'],['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout

Command for Remove Extra Keys And Back To Normal Termux.

mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','TAB','-','CTRL','ALT','-','DOWN','UP']" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout

If you are facing error while installing any tool tell us on our Telegram Group

Post a Comment

0 Comments