mirror of
https://github.com/fankes/termux-app.git
synced 2025-12-14 13:41:13 +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.