From 83074e9d88ca5e2cb95ed9392dc4a45dc4fd44f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Mon, 2 May 2016 22:20:22 +0200 Subject: [PATCH] Add more keyActions to uhk-config.json --- config-serializer/uhk-config.json | 130 ++++++++++++++++++++++++------ 1 file changed, 105 insertions(+), 25 deletions(-) diff --git a/config-serializer/uhk-config.json b/config-serializer/uhk-config.json index 105c5136..d9850590 100644 --- a/config-serializer/uhk-config.json +++ b/config-serializer/uhk-config.json @@ -311,47 +311,127 @@ "id": 0, "pointerRole": "none", "keyActions": [ + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, { "keyActionType": "keystroke", - "scancode": 32 + "scancode": 75 + }, + { + "keyActionType": "keystroke", + "scancode": 74 + }, + { + "keyActionType": "keystroke", + "scancode": 82 + }, + { + "keyActionType": "keystroke", + "scancode": 77 + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "keystroke", + "scancode": 78 + }, + { + "keyActionType": "keystroke", + "scancode": 80 + }, + { + "keyActionType": "keystroke", + "scancode": 81 + }, + { + "keyActionType": "keystroke", + "scancode": 79 + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "none" }, { "keyActionType": "none" }, { "keyActionType": "keystrokeModifiers", - "modifierMask": 33 + "modifierMask": 32 + }, + { + "keyActionType": "none" + }, + { + "keyActionType": "switchLayer", + "layer": "fn", + "toggle": false + }, + { + "keyActionType": "keystrokeModifiers", + "modifierMask": 64 + }, + { + "keyActionType": "keystrokeModifiers", + "modifierMask": 128 + }, + { + "keyActionType": "keystrokeModifiers", + "modifierMask": 16 }, { "keyActionType": "switchLayer", "layer": "mod", "toggle": false - }, - { - "keyActionType": "keystrokeWithModifiers", - "scancode": 121, - "modifierMask": 13 - }, - { - "keyActionType": "switchLayer", - "layer": "mouse", - "toggle": true - }, - { - "keyActionType": "mouse", - "mouseAction": "leftClick" - }, - { - "keyActionType": "playMacro", - "macroId": 0 - }, - { - "keyActionType": "switchKeymap", - "keymapId": 1 } ] }, - { + { "id": 1, "pointerRole": "none", "keyActions": []