From 9975d75fbe77c0eccf6c7e3bb98071d14d5a0cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denilson=20S=C3=A1=20Maia?= Date: Fri, 26 May 2023 23:12:56 +0200 Subject: [PATCH] Added Insert and Delete to the Location table --- sections/event-types.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sections/event-types.txt b/sections/event-types.txt index 09f4dbd..7f2edb2 100644 --- a/sections/event-types.txt +++ b/sections/event-types.txt @@ -2785,8 +2785,9 @@ myDiv.addEventListener("auxclick", function(e) { +| KEY{ArrowDown}, KEY{ArrowLeft}, | {{KeyboardEvent/DOM_KEY_LOCATION_STANDARD}}, | | KEY{ArrowRight}, KEY{ArrowUp} | {{KeyboardEvent/DOM_KEY_LOCATION_NUMPAD}} | +---------------------------------+----------------------------------------------+ - +| KEY{End}, KEY{Home}, | {{KeyboardEvent/DOM_KEY_LOCATION_STANDARD}}, | - | KEY{PageDown}, KEY{PageUp} | {{KeyboardEvent/DOM_KEY_LOCATION_NUMPAD}} | + +| KEY{Delete}, KEY{End}, | {{KeyboardEvent/DOM_KEY_LOCATION_STANDARD}}, | + | KEY{Home}, KEY{Insert}, | {{KeyboardEvent/DOM_KEY_LOCATION_NUMPAD}} | + | KEY{PageDown}, KEY{PageUp} | | +---------------------------------+----------------------------------------------+ +| KEY_NOLINK{0}, KEY_NOLINK{1}, | {{KeyboardEvent/DOM_KEY_LOCATION_STANDARD}}, | | KEY_NOLINK{2}, KEY_NOLINK{2}, | {{KeyboardEvent/DOM_KEY_LOCATION_NUMPAD}} |