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

prevent capslock from breaking shortcut commands #2679

Open
thesuperzapper opened this issue Apr 26, 2024 · 0 comments
Open

prevent capslock from breaking shortcut commands #2679

thesuperzapper opened this issue Apr 26, 2024 · 0 comments

Comments

@thesuperzapper
Copy link




Is your feature request related to a problem? Please describe.

Having capslock on prevents the shortcut keys from working (as they are case-sensitive).

For example, I might press y and wonder why the YAML is not showing up, only to release I had capslock on so k9s was actually seeing Y, which does nothing.

Describe the solution you'd like

We could either put a warning on the screen when capslock is on, or do something like detect the capslock state, and reverse the case of all shortcut keypresses.

Describe alternatives you've considered

N/A

Additional context
N/A

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

1 participant