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

Don't remember caps lock state #30

Closed
D3SOX opened this issue Oct 30, 2020 · 3 comments
Closed

Don't remember caps lock state #30

D3SOX opened this issue Oct 30, 2020 · 3 comments
Assignees
Labels
proposal A proposal for a new feature or an enhancement proposal-accepted An accepted proposal for a new feature or an enhancement
Milestone

Comments

@D3SOX
Copy link

D3SOX commented Oct 30, 2020

I find it a bit annoying that the keyboard remembers the caps lock state. When I enable caps lock in one text field and then open the keyboard in another it is still enabled.

Would you mind adding an option to disable this behavior and always reset caps lock instead?

@D3SOX D3SOX added the proposal A proposal for a new feature or an enhancement label Oct 30, 2020
@patrickgold
Copy link
Member

Thanks for pointing out this issue. When I implemented caps lock I planned to reset caps lock for each new input field but it seems like I've forgotten to add the necessary code for it. I'll work on it soon and add a toggle for this behavior in the prefs.

@patrickgold patrickgold added the proposal-accepted An accepted proposal for a new feature or an enhancement label Oct 30, 2020
@patrickgold patrickgold self-assigned this Oct 30, 2020
@patrickgold patrickgold added this to the 0.3.0 milestone Oct 30, 2020
@D3SOX
Copy link
Author

D3SOX commented Oct 30, 2020

Thank you very much for your efforts.

patrickgold added a commit that referenced this issue Oct 30, 2020
- Located in Settings > Typing > Remember caps lock state
- Defaults to false (do not remember state)
@patrickgold
Copy link
Member

Above commit adds a toggle to turn remembering caps lock state on/off. Will be included in the next release (v0.2.3).

Thanks again for your suggestion and have a nice day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal A proposal for a new feature or an enhancement proposal-accepted An accepted proposal for a new feature or an enhancement
Projects
None yet
Development

No branches or pull requests

2 participants