keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
394 stars 110 forks source link

bug(windows): unexpected behavior when typing in Excel #5461

Closed MakaraSok closed 3 years ago

MakaraSok commented 3 years ago

Describe the bug

It seems a consonant-vowel cluster gets replaced by the next cluster being typed when using a Sanskrit keyboard to type kakhaga in MS Excel.

  1. in Notepad, the output is कखग (expected)
  2. in Calc of LibreOffice v7.0.5.2, कखग (expected)
  3. in Excel of MS Office Pro Plus 2016 v2106, the output is ग (unexpected)

Expected behavior

कखग - expected and correct output of the above keystrokes.

The recently typed cluster should not replace the one preceding it.


Keyman for Windows:


Keyboard

Additional context

cf. https://community.software.sil.org/t/sanskrit-veda-devanagiri-keyboard

mcdurdin commented 3 years ago

Duplicate of #944.

MakaraSok commented 3 years ago

Duplicate of #944.

Ah, I found this when searching for the existing issue, but didn't look into the detail. Gotta dive into the details next time. Thank you, Marc!