mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
- in onKeyDown() return false when the key is not handled. The above two changes fix the handling of Fn-key combo's on devices with a physical keyboard, allowing the android system defined fallbacks from `/system/usr/keychars/Generic.kcm` to be properly handled. Fixes #731. Original diagnosis and fix by Konehaltia.