Keypress icon indicating copy to clipboard operation
Keypress copied to clipboard

A keyboard input capturing utility in which any key can be a modifier key.

Results 35 Keypress issues
Sort by recently updated
recently updated
newest added

Hello, I couldn't find the key codes for play/pause, next and previous so I merged _keycode_dictionary with the keys found on https://github.com/wesbos/keycodes/blob/gh-pages/scripts.js I don't know if that's something you would...

When I load the Keypress script in my own site or even on https://dmauro.github.io/Keypress/, it does not work at all. Browser: Firefox Quantum 60.0.1 (64 bit) OS: Ubuntu 17.10 Error...

There is a small typo in README.md. Should read `targeting` rather than `targetting`.

Technically not an issue with Keypress.js, but nonetheless makes it harder to use: EasyPrivacy (https://easylist.to/), which is a very common adblocking/content-blocking list, contains a filter that blocks any script named...

I created a simple example: https://jsfiddle.net/qs4v9mua/ If you try to use the "delete" key to remove characters from the input, it does nothing (unless you hold it down). However, if...

* Replace shell scripts / closure compiler with webpack/uglifyjs (`npm run prepublish`) * Run jasmine tests with karma (`npm test`) * Fix package.json to point "main" to minified library as...

This is just one example. I'm having the issue with a number of keys, like other numbers and "K". I am NOT using the number keypad. I am using prevent_repeat,...

Hi, I just discovered this is available now. Any chance it could be integrated into the API? That would be amazing. I will try and get it directly from the...

With simple_combo('r'), I can't refresh the browser with ctrl + r. Actually, the event fires regardless of any modifier keys and blocks the browser refresh..

**Is it possible to increase the delay time of a combination?** I have longer combinations on my web app like 'a r c g' or 'a r c g k'...