diff --git a/shared/src/components/popover/tab/keypress/scancodes.json b/shared/src/components/popover/tab/keypress/scancodes.json index b3b6ea63..a3f14d48 100644 --- a/shared/src/components/popover/tab/keypress/scancodes.json +++ b/shared/src/components/popover/tab/keypress/scancodes.json @@ -202,6 +202,67 @@ } ] }, + { + "text": "Whitespace", + "children": [ + { + "id": "40", + "additional": { + "explanation": "Return" + }, + "text": "Enter" + }, + { + "id": "43", + "text": "Tab" + }, + { + "id": "44", + "text": "Space" + } + ] + }, + { + "text": "Misc", + "children": [ + { + "id": "42", + "text": "Backspace" + }, + { + "id": "41", + "text": "Escape" + }, + { + "id": "118", + "text": "Menu" + }, + { + "id": "73", + "text": "Insert" + }, + { + "id": "76", + "text": "Delete" + }, + { + "id": "57", + "text": "Caps Lock" + }, + { + "id": "70", + "text": "Print Screen" + }, + { + "id": "71", + "text": "Scroll Lock" + }, + { + "id": "72", + "text": "Pause" + } + ] + }, { "text": "Function", "children": [ @@ -346,67 +407,6 @@ } ] }, - { - "text": "Whitespace", - "children": [ - { - "id": "40", - "additional": { - "explanation": "Return" - }, - "text": "Enter" - }, - { - "id": "43", - "text": "Tab" - }, - { - "id": "44", - "text": "Space" - } - ] - }, - { - "text": "Misc", - "children": [ - { - "id": "42", - "text": "Backspace" - }, - { - "id": "41", - "text": "Escape" - }, - { - "id": "118", - "text": "Menu" - }, - { - "id": "73", - "text": "Insert" - }, - { - "id": "76", - "text": "Delete" - }, - { - "id": "57", - "text": "Caps Lock" - }, - { - "id": "70", - "text": "Print Screen" - }, - { - "id": "71", - "text": "Scroll Lock" - }, - { - "id": "72", - "text": "Pause" - } - ] - }, { "text": "Media", "children": [