firenvim icon indicating copy to clipboard operation
firenvim copied to clipboard

Typing with Different language seems not work properly (Korean)

Open JinraeKim opened this issue 3 years ago • 3 comments

  • OS Version: macOS 12.3
  • Browser Version: Chrome Version 99.0.4844.83 (Official Build) (arm64)
  • Browser Addon Version: 0.2.12
  • Neovim Plugin Version: 0.2.12

What I tried to do

I tried to type some Korean words to be

"가나다라 ".

What happened

When typing this, firenvim gave me

"가가나가나다 가나다라 "

It seems to be duplicated...

  • Note: more precisely, image

JinraeKim avatar Mar 25 '22 04:03 JinraeKim

I think the order of keyboard events differ between Chrome on Linux and Chrome on Mac and fixing this might just require checking for macs here:

https://github.com/glacambre/firenvim/blob/11ce42045f1fc9aaaaeb9c998999897613bfc456/src/frame.ts#L50-L54

Thanks for the report :).

glacambre avatar Mar 25 '22 07:03 glacambre

My pleasure :)

JinraeKim avatar Mar 25 '22 08:03 JinraeKim

Same issue. Is this fixed?

KimbingNg avatar Oct 10 '22 13:10 KimbingNg