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");
});`