rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Allow deadkeys that do not require a modifier key to work #246

Closed bambu closed 8 years ago

bambu commented 8 years ago

Improved deadkey recognition. Now it should work on layouts where a modifier key is not required for deadkeys. This pr is for issue #221. I tested it with a greek layout and it seemed to work fine with the ;e being έ. I also tried other random letters and was able to get άίόύ.

rogual commented 8 years ago

Thank you!

nrontsis commented 8 years ago

@bambu Thank you for the PR! I was about to write about it. It works fine and it fixes https://github.com/rogual/neovim-dot-app/issues/221! The only difference with MacVim is that when typing ; it goes into im insert mode indicating that a potential modifier key was typed (a similar thing happens when running inside a terminal); this does not affect the functionality in any way though.