From f3a8a97de771848424b5f33cf34cb0301f9d2714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 10 Dec 2017 02:23:00 +0100 Subject: [PATCH] Fix the order and id of the mouse and fn secondary roles. --- .../app/components/popover/tab/keypress/secondaryRole.json | 4 ++-- 1 file changed, 2 insertions(+), 2 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 1d408c46..b32b0170 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 @@ -12,11 +12,11 @@ }, { "id": "9", - "text": "Mouse" + "text": "Fn" }, { "id": "10", - "text": "Fn" + "text": "Mouse" } ] },