lazygit
lazygit copied to clipboard
Can't type certain characters in modal text box
Describe the bug
When I try to type a commit message, I can't type in [ ], or when adding a new remote I can't copy in @.
To Reproduce Steps to reproduce the behavior:
- Go to remoters
- Click on add new
- give it any name
- Try to copy in a SSH URL for the remote
Expected behavior I would expect to be able to use any character in these input fields.
Desktop (please complete the following information):
- OS: Windows
- Lazygit Version: 0.34
Are you using a US layout?
Could you try building current master to see if that helps?
My keyboard is Hungarian layout. I will check out the master after work.
My guess is that the combination of altGr + <something> is the underlying issue here.
This cropped up once before, actually.
@jesseduffield would you happen to have any insight whether this is an issue of a dependency such as gocui or?
yeah it sounds like a gocui issue: quite possibly the same issue that https://github.com/jesseduffield/lazygit/issues/1516 talks about (there's a PR up to address that but it's stale)
This is an issue for me to on a Nordic layout, issues like this means I have to swap between layouts when using lazygit which isn't very user friendly :) (but lazygit is so good it's worth it)
Should be fixed by #3194.