Skip to content

Instantly share code, notes, and snippets.

@Archenoth
Created February 4, 2020 20:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Archenoth/0ef3a2eddb1ddebbcadc46aafc500984 to your computer and use it in GitHub Desktop.
Save Archenoth/0ef3a2eddb1ddebbcadc46aafc500984 to your computer and use it in GitHub Desktop.
Extra keys setup for playing Roguelikes in Termux
extra-keys = [ \
['ESC', '7', 'UP', '9', '\\\''], \
['TAB', 'LEFT', '5', 'RIGHT', '*'], \
['=', '1', 'DOWN', '3', 'ENTER'] \
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment