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

Add new keycodes #512

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Add new keycodes #512

merged 2 commits into from
Sep 30, 2024

Conversation

pazos
Copy link
Member

@pazos pazos commented Sep 23, 2024

Dump from https://www.temblast.com/ref/akeyscode.htm

Related to koreader/koreader#12541, partially related to koreader/koreader#6544


This change is Reviewable

@pazos
Copy link
Member Author

pazos commented Sep 23, 2024

Candidates for controllers are:

up/down

    AKEYCODE_DPAD_UP_LEFT = 268,
    AKEYCODE_DPAD_DOWN_LEFT = 269,
    AKEYCODE_DPAD_UP_RIGHT = 270,
    AKEYCODE_DPAD_DOWN_RIGHT = 271

candidates left/right?

    AKEYCODE_SYSTEM_NAVIGATION_UP = 280,
    AKEYCODE_SYSTEM_NAVIGATION_DOWN = 281,
    AKEYCODE_SYSTEM_NAVIGATION_LEFT = 282,
    AKEYCODE_SYSTEM_NAVIGATION_RIGHT = 283,
```

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.

2 participants