Kod şu ;
window.addEventListener("keyup", function onEvent(event) {
if (event.key == 'Alt') {
CloseEye()
}
});Bunu leftAlt tuşuna uyarlamak istiyorum Alt tuşunu işlemiyor
0
●45
window.addEventListener("keyup", function onEvent(event) {
if (event.key == 'Alt') {
CloseEye()
}
});Bunu leftAlt tuşuna uyarlamak istiyorum Alt tuşunu işlemiyor