From 780d1219f227c616dc837d4f14c1df33cd62f24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20J=C3=B3zsef?= Date: Sat, 26 Nov 2016 23:15:27 +0100 Subject: [PATCH] Add empty keymap to presets Closes #180 --- src/config-serializer/preset-keymaps.json | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/src/config-serializer/preset-keymaps.json b/src/config-serializer/preset-keymaps.json index c9e0891d..48c2a17f 100644 --- a/src/config-serializer/preset-keymaps.json +++ b/src/config-serializer/preset-keymaps.json @@ -1154,5 +1154,69 @@ ] } ] + }, + { + "isDefault": false, + "abbreviation": "EMY", + "name": "Empty keymap", + "description": "None of the keys are bind to any key action. It is ideal if you want to start creating your keymap from the ground up.", + "layers": [ + { + "modules": [ + { + "id": 0, + "pointerRole": "move", + "keyActions": [] + }, + { + "id": 1, + "pointerRole": "move", + "keyActions": [] + } + ] + }, + { + "modules": [ + { + "id": 0, + "pointerRole": "move", + "keyActions": [] + }, + { + "id": 1, + "pointerRole": "move", + "keyActions": [] + } + ] + }, + { + "modules": [ + { + "id": 0, + "pointerRole": "move", + "keyActions": [] + }, + { + "id": 1, + "pointerRole": "move", + "keyActions": [] + } + ] + }, + { + "modules": [ + { + "id": 0, + "pointerRole": "move", + "keyActions": [] + }, + { + "id": 1, + "pointerRole": "move", + "keyActions": [] + } + ] + } + ] } ] \ No newline at end of file