Skip to content

Instantly share code, notes, and snippets.

@Archenoth
Created February 4, 2020 20:27
Embed
What would you like to do?
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