Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative patch to fix fn-up fn-down pgup/pgdown #794

Merged
merged 1 commit into from
Aug 1, 2018

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