Add empty keymap to presets

Closes #180
This commit is contained in:
Farkas József
2016-11-26 23:15:27 +01:00
parent 4cb46f3339
commit 780d1219f2

View File

@@ -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": []
}
]
}
]
}
]