Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Last active May 16, 2022 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thewh1teagle/1e1c403d919415fb54a6b7b514d76c0a to your computer and use it in GitHub Desktop.
Save thewh1teagle/1e1c403d919415fb54a6b7b514d76c0a to your computer and use it in GitHub Desktop.
Termux additional buttons for keyboard
#!/bin/sh
mkdir $HOME/.termux/
echo "extra-keys = [ \ ['ESC','|','/','HOME','UP','END','PGUP','DEL'], \ ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','BKSP'] \ ]" >> $HOME/.termux/termux.properties
termux-reload-settings
@thewh1teagle
Copy link
Author

thewh1teagle commented Nov 17, 2020

curl -s https://gist.githubusercontent.com/thewh1teagle/1e1c403d919415fb54a6b7b514d76c0a/raw/keyboard.sh | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment