function setTextInteraction(){ document.addEventListener("keydown" , (event) => { let pressedKey= event.key; // let pressedcode= event.code; // console.log(pressedKey); console.log("key pressed!") // console.log(pressedKey); socket.emit("msg", pressedKey ); }); }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter