From 7ceca202b423c77b9444758e9c2bba0dc49216f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 9 Apr 2018 12:48:44 +0200 Subject: [PATCH] Reposition the ISO key in the scancode list. --- .../src/config-serializer/config-items/scancodes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/uhk-common/src/config-serializer/config-items/scancodes.json b/packages/uhk-common/src/config-serializer/config-items/scancodes.json index 84148b79..228a8f8b 100644 --- a/packages/uhk-common/src/config-serializer/config-items/scancodes.json +++ b/packages/uhk-common/src/config-serializer/config-items/scancodes.json @@ -105,6 +105,10 @@ { "id": "29", "text": "Z" + }, + { + "id": "100", + "text": "| ISO" } ] }, @@ -314,10 +318,6 @@ "id": "69", "text": "F12" }, - { - "id": "100", - "text": "| ISO" - }, { "id": "104", "text": "F13"