mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 11:09:49 +08:00
The KEYCODE_HOME event is handled by the system and never delivered to applications, it's KEYCODE_MOVE_HOME (FN+LeftArrow) we want to handle ourselves and send as an escape sequence. Fixes #138.