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

Auto detect menu mode and turn it into hyperlinks #16

Open
dfabulich opened this issue Dec 2, 2021 · 1 comment
Open

Auto detect menu mode and turn it into hyperlinks #16

dfabulich opened this issue Dec 2, 2021 · 1 comment

Comments

@dfabulich
Copy link
Contributor

Lots of games have help menus that are intended to be operated with N, P, Return, and Q. (That’s especially where folks like to put their “how to play” content.)

These menus are painfully difficult to operate on mobile, and they’re inherently confusing for newbies.

Parchment/glkote should automatically detect these menus and turn them into hyperlinks. The menu instructions in the headers (“N = next” “Q = resume game”) should be hyperlinks, and on menu pages with N and P, each menu item should be a hyperlink; tapping on them should automate typing N N Return.

@curiousdannii
Copy link
Owner

curiousdannii commented Dec 2, 2021

Incredibly involved, but in theory possible. Though which layer to do it in is a question.

@curiousdannii curiousdannii transferred this issue from curiousdannii/parchment Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants