diff --git a/packages/uhk-web/src/app/components/popover/tab/keypress/secondaryRole.json b/packages/uhk-web/src/app/components/popover/tab/keypress/secondaryRole.json index 992ce84f..1d408c46 100644 --- a/packages/uhk-web/src/app/components/popover/tab/keypress/secondaryRole.json +++ b/packages/uhk-web/src/app/components/popover/tab/keypress/secondaryRole.json @@ -3,6 +3,23 @@ "id": "-1", "text": "None" }, + { + "text": "Layer switcher", + "children": [ + { + "id": "8", + "text": "Mod" + }, + { + "id": "9", + "text": "Mouse" + }, + { + "id": "10", + "text": "Fn" + } + ] + }, { "text": "Modifier", "children": [ @@ -39,22 +56,5 @@ "text": "RAlt" } ] - }, - { - "text": "Layer switcher", - "children": [ - { - "id": "8", - "text": "Mod" - }, - { - "id": "9", - "text": "Mouse" - }, - { - "id": "10", - "text": "Fn" - } - ] } ]