Keyboard icon indicating copy to clipboard operation
Keyboard copied to clipboard

Korean Greywyvern input not working as expected

Open fariskas opened this issue 6 years ago • 3 comments

Implemented the keyboard into a project only to realise it doesn't input correctly. It also doesnt work correctly from the example shown here: https://mottie.github.io/Keyboard/docs/layouts2.html

The lower '받짐' joining letters dont work. For example: 질문 becomes 지ᄅ무ᄂ 간다 become 가ᄂ다

Compare how the Mottie greywyvern behaves compared to the Branah's online keyboard. Look at how the 3rd letter will break on greywyvern https://www.branah.com/korean

I also think this issue opened previously is similar to what i have. https://github.com/Mottie/Keyboard/issues/539

fariskas avatar Nov 16 '17 03:11 fariskas

Hi @fariskas!

Thanks for reporting the problem. Yes, it does appear to be a duplicate. Any chance you know how to fix the problem?

Mottie avatar Nov 19 '17 02:11 Mottie

no. unfortunately i dont. i dont even speak korean actually. just using it for a client. anyway i had to switch to another keyboard. would love to see this fixed.

is korean only available on the Greywyvern keyboard layout? and not the default one?

fariskas avatar Nov 19 '17 09:11 fariskas

@Mottie @fariskas we also had the same problem and needed to implement the following javascript engine to convert English keypresses to Korean taking care of the joining characters.

http://www.cs.rochester.edu/u/ysong/korean.html

Perhaps this is something that could be integrated into the Mottie keyboard library?

JarredSteenvoorden avatar Nov 21 '17 00:11 JarredSteenvoorden