daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
717 stars 56 forks source link

Compose key does not work #25

Closed felmab closed 6 years ago

felmab commented 6 years ago

Thanks for writing neovim-gtk! I was really pleased to see that it both supports ligatures and accepts Pragmata Pro as a font, which is not declared as monospaced and thus rejected by other programs (like neovim-qt).

I noticed the compose key does not work, do you think this could be fixed? For the record, a compose key is a dead key used to type characters not present on the keyboard. For instance compose + e + ' will insert an accentuated 'e' ('é'), more on this here. I have no issues with other GTK applications.

daa84 commented 6 years ago

Looks like same as #6

felmab commented 6 years ago

Right, I had not realized #6 was a dead key issue too.

daa84 commented 6 years ago

Duplication of #6