Keyboard event tester




Input Field

If the input field is active, events will show up here...


onKeyDown
target:
keyIdentifier:
keyCode:
charCode:
ctrl:
shift:
meta:
alt:

onKeyPress
target:
keyIdentifier:
keyCode:
charCode:
ctrl:
shift:
meta:
alt:

onKeyUp
target:
keyIdentifier:
keyCode:
charCode:
ctrl:
shift:
meta:
alt:

Body

Events will always show up here, even if you click somewhere outside the input...


onKeyDown
target:
keyIdentifier:
keyCode:
charCode:
ctrl:
shift:
meta:
alt:

onKeyPress
target:
keyIdentifier:
keyCode:
charCode:
ctrl:
shift:
meta:
alt:

onKeyUp
target:
keyIdentifier:
keyCode:
charCode:
ctrl:
shift:
meta:
alt:


No comments:

Post a Comment