rogual / neovim-dot-app

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

Dead keys issue - Greek #221

Closed nrontsis closed 8 years ago

nrontsis commented 8 years ago

Hi,

When writing Greek, I believe that there is a problem with accents. For example consider the case of writing the character έ. Inputing it in a typical Greek keyboard requires typing the following "buttons": ;e. However this results in ΄ε.

I think this is an issue with the fact that Greek uses ; as a deadkey. I can see that bambu has pushed https://github.com/rogual/neovim-dot-app/commit/11a3d05262314067d7c863765a1ee8e2a877a35d in order to handle deadkeys. However, due to my inexperience with Objective-C, I am having a hard time finding the problem.

Do you have any suggestions?

[I am using NVIM 0.1.3-dev, neovim-dot-app 0.1.2 on El Capitan]

Cheers,

Nikitas

bambu commented 8 years ago

When I made that commit, I think I only tried the US and Spanish layouts. Seems like greek doesn't require pressing a modifier for the deadkey. working to fix this.

nrontsis commented 8 years ago

Thanks @bambu !

bambu commented 8 years ago

@nrontsis please checkout the PR and let me know if it works.

nrontsis commented 8 years ago

Fixed by PR https://github.com/rogual/neovim-dot-app/pull/246.