/* If you want to know javascript key codes while using document.addEventListener("keyup"/"keydown", (e) => {}), then, you can go to keycode.info and press any key to gets e.key, e.location, e.keyCode(e.location) and e.code */