From da1f9b29b5b0343b2d53781f7559040d0e3aad76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 28 Jun 2017 21:57:55 +0200 Subject: [PATCH] Rearrange navigation keys. --- .../popover/tab/keypress/scancodes.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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" } ] },