Skip to content
This repository was archived by the owner on Aug 3, 2018. It is now read-only.
This repository was archived by the owner on Aug 3, 2018. It is now read-only.

Does not support another keyboard layout #23

@cchoochot

Description

@cchoochot

My working application is in Thai language. The following line of code will count character 'ม' as typing ','.
if ( event.keyCode == 188 || event.keyCode == 13 || event.keyCode == 9 ) {

Would it be possible to make it check the typing key by using another event property?

I have tested on Google Chrome that event.key returned different result for 'ม' and ',' characters but not quite sure about the other impact.

event.key of ',' returns ','
event.key of 'ม' returns 'ม'

Or could it be possible for the developer to be able to configure these tag separators?

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