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

Option to have CAPS LOCK off upon startup #1187

Closed
paulhlee1967 opened this issue Feb 21, 2023 · 8 comments
Closed

Option to have CAPS LOCK off upon startup #1187

paulhlee1967 opened this issue Feb 21, 2023 · 8 comments

Comments

@paulhlee1967
Copy link

Would be nice to be able to have CAPS LOCK turned OFF on startup. An optional toggle or at least have that setting saved with the save state file.

@tomcw
Copy link
Contributor

tomcw commented Feb 23, 2023

What is your use case for starting up with CAPS off?

I agree that it should be persisted to the save-state file.

@paulhlee1967
Copy link
Author

paulhlee1967 commented Feb 23, 2023 via email

@tomcw
Copy link
Contributor

tomcw commented Feb 25, 2023

Rather, the caps lock in the emulator should follow the caps lock on the real machine.

The problem with that is that all pre-Apple IIe software will assume uppercase, eg. DOS 3.3.

If I used the state of CAPS LOCK on the real machine (ie. very likely lowercase), then I'd be inundated with bug reports. That's the reason AppleWin defaults to uppercase (which is at odds with CAPS LOCK being off on Windows).

I think a command line switch is the best thing here.

@paulhlee1967
Copy link
Author

paulhlee1967 commented Feb 25, 2023 via email

@xotmatrix
Copy link
Contributor

xotmatrix commented Feb 26, 2023

In my emulators, I have the option to invert the host CapsLock state. When the host computer has it off (as is normal), the emulator has it on. It may sound confusing but I don't even think about it because the emulated system's CapsLock is generally in the state I want it when it starts.

tomcw added a commit that referenced this issue Feb 27, 2023
@tomcw tomcw added this to the 1.30.14.0 milestone Feb 27, 2023
@tomcw
Copy link
Contributor

tomcw commented Feb 27, 2023

Thanks. I'm going with the cmd line:

applewin.exe -capslock=off

@tomcw tomcw closed this as completed Feb 27, 2023
@tomcw
Copy link
Contributor

tomcw commented Mar 5, 2023

FYI, new AppleWin 1.30.14.0 release adds the -capslock=off option.

@paulhlee1967
Copy link
Author

paulhlee1967 commented Mar 5, 2023 via email

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

3 participants