Project Description

Keyboard Shortcut is a JavaScript object that can invoke functions when multiple keys are pressed. It can register event handler functions to be called when a sequence of one or more keys is pressed. The key sequence is defined by a string containing the names of the keys, which can be letters, digits, symbols, or qualifier keys like Ctrl, Alt, and Shift. The registered callback handler function may also be called periodically while the defined key sequence is still being pressed.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Resenha
Your rating
Review this project