<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title>ууу</title> <script type="text/javascript"> function xxx(e) { alert(e.keyCode); } window.addEventListener("keydown", xxx, false); </script> </head> <body> </body> </html>