Skip to content

Javascript Events

Trigger any Javascript Events in the element of the page.

Keyboard Event

To trigger any key on the keyboard in the element of the page.

Key Name

Shift, Ctrl, Alt, Enter, Space, ArrowUp, ArrowDown, ArrowLeft, ArrowRight, Meta (Window/Mac Key)

OptionsDescriptionValueRequired
Selector QuerySelector Query of ElementGet element queryYes
Field ValueIn this, we give the name of any keyboard key.Enter
Space
Ctrl+2
Alt+4
Shift+Alt+U
Yes

Released under the MIT License.