From 0ea8fdf5dac3e5bd50503dd7a55174622c3ac7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 1 Apr 2016 18:18:19 +0200 Subject: [PATCH] Add a KeystrokeWithModifiersAction to the to uhk-config.json --- config-serializer/uhk-config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config-serializer/uhk-config.json b/config-serializer/uhk-config.json index 7073bea4..0a496500 100644 --- a/config-serializer/uhk-config.json +++ b/config-serializer/uhk-config.json @@ -32,6 +32,10 @@ }, { "keyActionType": "keystroke", + "scancode": 110 + }, + { + "keyActionType": "keystrokeWithModifiers", "scancode": 120, "modifierMask": 16 },