Skip to content

Fix D-pad navigation in article view#795

Merged
tcitworld merged 1 commit into
masterfrom
fix_dpad_navigation
Jul 30, 2019
Merged

Fix D-pad navigation in article view#795
tcitworld merged 1 commit into
masterfrom
fix_dpad_navigation

Conversation

@di72nn

@di72nn di72nn commented Jul 5, 2019

Copy link
Copy Markdown
Member

Having checked some exotic input methods I discovered that D-pad navigation is broken. Made it work like PAGE_UP and PAGE_DOWN.

Commands for testing:

# adb shell input roll <dx> <dy>
adb shell input roll 0 1
adb shell input roll 0 -1
adb shell input roll 1 0

Those are actually trackball commands, but KEYCODE_DPAD_* codes are generated nonetheless.

@tcitworld
tcitworld merged commit 261e83b into master Jul 30, 2019
@tcitworld
tcitworld deleted the fix_dpad_navigation branch July 30, 2019 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants