-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat: Caps Lock Off (@Leonbacd123) #6593
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
Conversation
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: frontend/src/ts/controllers/input-controller.ts
📄 File: frontend/src/ts/pages/settings.ts (Click to Expand)
Did you find this useful? React with a 👍 or 👎 |
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Im honestly not sure if this setting is really needed, feels like too much hand holding for the user. Sorry. |
Sorry Miodec, just thought it will be a good idea because I saw some people using external software to disable their Caps Lock. |
I'm also working on a feature that allows the user to create their own layouts and save them locally. Would you be interested in that? |
there was already an attempt to implement something like this: #6375 |
I was thinking of doing something where you have a keymap, and you can edit each key in it, instead of doing something where you import a layout in text. What do you think of that? |
Description
Added a settting that allows the user to disable Caps Lock. Even if the user accidentally presses Caps Lock in the middle of a test, it will be ignored and the input will still be lowercase.