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

Key descriptions: HELP listed twice, F9 is not #90

Open
Rhialto opened this issue Jul 5, 2024 · 3 comments
Open

Key descriptions: HELP listed twice, F9 is not #90

Rhialto opened this issue Jul 5, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Rhialto
Copy link

Rhialto commented Jul 5, 2024

In the freezer menu, there are two mentions of the HELP key (fortunately the same).

The F9 key does something (seemingly the same as F3) but it not explained. Perhaps it is meant to do nothing.

@lydon42
Copy link
Member

lydon42 commented Jul 5, 2024

Fix for HELP in 724c57f

@lydon42 lydon42 added the bug Something isn't working label Jul 5, 2024
@lydon42 lydon42 self-assigned this Jul 5, 2024
@lydon42
Copy link
Member

lydon42 commented Jul 5, 2024

The problem with F9 stems from the joystick support as it seems. That will trigger an unwanted char. So either we make this more solid, or we need to disable it for the standard machines (I think it's a megaphone feature...)

@lydon42
Copy link
Member

lydon42 commented Jul 5, 2024

It's coming through $DC01. If we only look at $DC00 the problem will go away. I am open for other solutions to read joystick without confusing it with keyboard...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants