From dbbb3e6d0f80a4d8001609684c3d46d1d1cc9b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 11 Nov 2017 16:43:10 +0100 Subject: [PATCH] List layer switchers before modifiers in the secondary role select2 list. --- .../popover/tab/keypress/secondaryRole.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) 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" - } - ] } ]