akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.39k stars 62 forks source link

`<S-Space>`, `<C-i>` etc. are not recognized #419

Closed chrisgrieser closed 1 year ago

chrisgrieser commented 2 years ago

Keys that a terminal has trouble recognizing (e.g. Shift-Space, differentiating between ctrl-i and tab) should work inside a GUI. However, with goneovim, it seems they are not supported, like in the Terminal, which is a bit of a bummer since the ability to use those keys is one of the reasons people choose to use a GUI

akiyosi commented 2 years ago

Issues related to S-space are currently being tracked in the specification, including nvim core. Related issues will be shared. https://github.com/equalsraf/neovim-qt/pull/729 https://github.com/equalsraf/neovim-qt/issues/999 https://github.com/neovim/neovim/issues/20325

On the other hand, I believe that <C-i> and <tab> are recognized by goneovim. In fact, they are recognized on my machine.