nsf / godit

A very religious text editor
MIT License
578 stars 76 forks source link

Can't press any keys using AltGr #10

Closed henkman closed 9 years ago

henkman commented 10 years ago

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.

nsf commented 10 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.

nsf commented 9 years ago

If you want me to resolve it, I need more info. Feel free to reopen.