From bdc6c06a7ee93b946770a33469d49fd6e097f450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 28 Jun 2017 22:54:44 +0200 Subject: [PATCH] Move the Whitespace category right before the Misc category. --- .../popover/tab/keypress/scancodes.json | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/shared/src/components/popover/tab/keypress/scancodes.json b/shared/src/components/popover/tab/keypress/scancodes.json index 06959bf2..b3b6ea63 100644 --- a/shared/src/components/popover/tab/keypress/scancodes.json +++ b/shared/src/components/popover/tab/keypress/scancodes.json @@ -153,26 +153,6 @@ } ] }, - { - "text": "Whitespace", - "children": [ - { - "id": "40", - "additional": { - "explanation": "Return" - }, - "text": "Enter" - }, - { - "id": "43", - "text": "Tab" - }, - { - "id": "44", - "text": "Space" - } - ] - }, { "text": "Punctuation", "children": [ @@ -366,6 +346,26 @@ } ] }, + { + "text": "Whitespace", + "children": [ + { + "id": "40", + "additional": { + "explanation": "Return" + }, + "text": "Enter" + }, + { + "id": "43", + "text": "Tab" + }, + { + "id": "44", + "text": "Space" + } + ] + }, { "text": "Misc", "children": [