начало клавиш

This commit is contained in:
2021-06-10 14:38:30 +03:00
parent e9f752709b
commit 95b92bee5a
2 changed files with 12 additions and 0 deletions

11
00140.клавиши.js Normal file
View File

@@ -0,0 +1,11 @@
/*
мир.клавиши = {
};
*/
window.addEventListener("keydown", function(o) {
console.debug("keydown", o);
});
window.addEventListener("keyup", function(o) {
console.debug("keyup", o);
});