Advertisement
redkill

Untitled

Apr 5th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.getElementById("#id").addEventListener('keypress', function (event) {
  2.  
  3.     if (e.code === "le integer de ta touche") {
  4.         // ton callback
  5.     }
  6. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement