Skip to content

Korean Hangul/Hanja keycodes 15/19 aren't working #4

@voussoir

Description

@voussoir

Hi, thank you for this excellent piece of software.

I'm having some trouble getting my English/Hangul and Hanja buttons working. According to Microsoft, the keycodes are 0x15 and 0x19.

Constant/Value Description
VK_HANGUL0x15 IME Hangul mode
VK_HANJA0x19 IME Hanja mode

When I press the buttons on https://keycode.info/ I can see decimal 21 and 25 which is also correct.

2020-11-18_21-24-12

But these keycodes in my layout.js aren't working

{
    image: { x: 1050, y: 50 },
    text: { key_code: '15', text: 'A/한', size: 9, bold: false }
},
{
    image: { x: 1100, y: 50 },
    text: { key_code: '19', text: '한자', size: 9, bold: false }
},

Every other key on my keyboard is working perfectly. I would appreciate some help getting these last two working.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions