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 "CapsLock" isn't recognized #19

Closed
osuppeppy12 opened this issue Feb 9, 2023 · 1 comment
Closed

Key "CapsLock" isn't recognized #19

osuppeppy12 opened this issue Feb 9, 2023 · 1 comment

Comments

@osuppeppy12
Copy link

When i try to set a key in jKPS to Caps it says "Unknown"
Any fix?

@Tonetfal
Copy link
Owner

Tonetfal commented Feb 9, 2023

Caps Lock cannot be used as an input key, it's a planned behavior.
The reason why is due the fact that the library used to handle inputs does not support the caps lock.

If you really want to use Caps Lock as an input key, you can re-bind the key logical value as some other key that is supported by the program, and use it instead. However, you have to figure out how to re-bind it yourself.

@Tonetfal Tonetfal closed this as completed Feb 9, 2023
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

2 participants