Only allow a single pointer role per module. Extend the data model later if needed.
This commit is contained in:
@@ -23,9 +23,7 @@
|
||||
"modules": [
|
||||
{
|
||||
"id": 0,
|
||||
"pointerRoles": [
|
||||
"move"
|
||||
],
|
||||
"pointerRole": "move",
|
||||
"keyActions": [
|
||||
{
|
||||
"keyActionType": "none"
|
||||
@@ -69,16 +67,12 @@
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"pointerRoles": [
|
||||
"scroll"
|
||||
],
|
||||
"pointerRole": "scroll",
|
||||
"keyActions": []
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"pointerRoles": [
|
||||
"move"
|
||||
],
|
||||
"pointerRole": "move",
|
||||
"keyActions": []
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user