diff --git a/shared/src/components/popover/tab/keypress/scancodes.json b/shared/src/components/popover/tab/keypress/scancodes.json index 1bca2b50..0e54b796 100644 --- a/shared/src/components/popover/tab/keypress/scancodes.json +++ b/shared/src/components/popover/tab/keypress/scancodes.json @@ -326,10 +326,6 @@ { "text": "Navigation", "children": [ - { - "id": "74", - "text": "Home" - }, { "id": "75", "additional": { @@ -337,10 +333,6 @@ }, "text": "Page Up" }, - { - "id": "77", - "text": "End" - }, { "id": "78", "additional": { @@ -349,20 +341,28 @@ "text": "Page Down" }, { - "id": "79", - "text": "Right Arrow" + "id": "74", + "text": "Home" + }, + { + "id": "77", + "text": "End" }, { "id": "80", "text": "Left Arrow" }, { - "id": "81", - "text": "Down Arrow" + "id": "79", + "text": "Right Arrow" }, { "id": "82", "text": "Up Arrow" + }, + { + "id": "81", + "text": "Down Arrow" } ] },