Closed henkman closed 9 years ago
I'm not sure what I can do there, because godit uses the termbox-go library. What it does is just parses terminal input with a trivial function. If your terminal doesn't send what it usually does to godit, then it doesn't do what you expected it to.
Similar issue here: https://github.com/nsf/termbox-go/issues/28
I just need more data to know what actually terminal sends to an application to solve this.
If you want me to resolve it, I need more info. Feel free to reopen.
I use the german keyboard layout and for example left brace is typed in with AltGr+7. But if I press this it runs the undo action. Right brace would be AltGr+9 but when I do this it doesn't do anything.