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 repetition routine #314

Closed
fredrikr opened this issue Mar 22, 2024 · 3 comments
Closed

Key repetition routine #314

fredrikr opened this issue Mar 22, 2024 · 3 comments

Comments

@fredrikr
Copy link

It would be nice to have a ROM routine for turning key repetition on/off, and maybe read current status.

Turning on key repetition should be doable by sending command $f3 to the keyboard.

@djehuti
Copy link

djehuti commented Mar 22, 2024

My comment from that one:

IIUC (from a Discord thread) the key repeat can be controlled by sending commands to the SMC.
It would be nice for the user to be able to adjust key repeat on/off, rate, etc., from the system without writing code.

This could take the form of a BASIC extension command, or a system menu preference to go in nvram like the keyboard mapping (my favorite option), and/or a program that loads from disk but is distributed on the sd card.

If I get time, I'll try to contribute it.

@mooinglemur
Copy link
Collaborator

mooinglemur commented Mar 23, 2024

Closed via #316 and #317
Docs via X16Community/x16-docs#177 and X16Community/x16-docs#178

@mooinglemur
Copy link
Collaborator

Option is in the MENU, can be saved to NVRAM. It isn't included in the AUTOBOOT.X16 export though.

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

No branches or pull requests

3 participants