这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@zevv
Copy link
Contributor

@zevv zevv commented Jul 31, 2018

  • in onKeyDown() ignore keys when the Fn key is pressed
  • 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.

- 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 termux#731.

Original diagnosis and fix by Konehaltia.
@fornwall
Copy link
Member

fornwall commented Aug 1, 2018

Thanks! This is now available in v0.65 of the app, which has been released and is rolling out as an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Home and End on a hardware keyboard do not seem to work, likewise SHIFT+PAGEUP/DOWN

2 participants