4 projects tagged "keyboard"
Keyboard is an object that can show an on-screen keyboard to emulate letter key typing. It can display a keyboard on the page with buttons for letters. The user can click on the letter buttons, and the object pastes the letters on the currently active form input. It supports switching between many types of keyboard maps.
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.