0
How to access keyboard key with javascript
its challenge to automatically pressed keyboard key with javscript help
3 Réponses
+ 1
Every key has it's code and value. When a key is pressed, it just sends the keyCode. So, I think, in order to automate the keypress you just need to make keyCode manually.
+ 1
This shows you how to detect keyboard keys
https://code.sololearn.com/WmDpvq022rZX/?ref=app
0
but i want to dont touch keyboard key its automatically pressed keyboard key value on the web page