Skip to content

how to make a key pressed and won't interrupt by other keys before it keyup ? #132

@HiZhaoxiaoyang

Description

@HiZhaoxiaoyang

for instance , I pressed key 'a' and hold it, then tap other keys kown and up, the key 'a' will pressed continuously until key upped.

code like this:

`listener.single_repate("a", function() {

console.log("a will repeat continuously before key up");

});`

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