Input is case sensitive
Describe the bug
Input should be case insensitive, but it isn't. I'd expect the c key to open the commit prompt, but it only opens when the caps lock key is not active.
To Reproduce Steps to reproduce the behavior:
- Open a repo with some staged changes
- Press the caps lock key to write upper case
- Press the
ckey
Expected behavior The commit prompt should open. It doesn't.
Screenshots If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
- OS/Distro + Version: Fedora 34
- GitUI Version 0.20.1
Additional context
The same problem exists with other menus. For example "b" opens the branches prompt, while "B" opens the blame screen. The blame screen should only open on the Shift+B key combination.
The same problem exists with other menus. For example "b" opens the branches prompt, while "B" opens the blame screen. The blame screen should only open on the Shift+B key combination.
~~I consider this the bug then. cause we explicitly use the casing in some 'cases'~~
Ok this is working as intended actually. commands are case sensitive
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.