From 95b92bee5ab769d7e79761e83ed30a514c876590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Thu, 10 Jun 2021 14:38:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=87=D0=B0=D0=BB=D0=BE=20=D0=BA?= =?UTF-8?q?=D0=BB=D0=B0=D0=B2=D0=B8=D1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 00140.клавиши.js | 11 +++++++++++ index.html | 1 + 2 files changed, 12 insertions(+) create mode 100644 00140.клавиши.js diff --git a/00140.клавиши.js b/00140.клавиши.js new file mode 100644 index 0000000..3dc8d6b --- /dev/null +++ b/00140.клавиши.js @@ -0,0 +1,11 @@ +/* +мир.клавиши = { +}; +*/ + +window.addEventListener("keydown", function(o) { +console.debug("keydown", o); +}); +window.addEventListener("keyup", function(o) { +console.debug("keyup", o); +}); diff --git a/index.html b/index.html index 5888720..c65f5af 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ +