daa84 / neovim-gtk

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

Only lowercase letters can be typed with Cyrillic X11 keyboard layout (only Shift key related) #29

Closed unclechu closed 6 years ago

unclechu commented 6 years ago

I can't type any capital Cyrillic letter, only lowercase letters can be typed. But interesting detail is that it happens only when I press Shift key, if I turn Caps Lock mode on I can do it as expected.

daa84 commented 6 years ago

Looks like changes from #6 kill something

unclechu commented 6 years ago

@daa84 Oh, I just realized that latest master fixes it, now it's working with 778884e.

unclechu commented 6 years ago

Probably opposite is happened, changes from #6 fixed this.

unclechu commented 6 years ago

I should mention commit where this could be reproduced to reduce misunderstandings.