List layer switchers before modifiers in the secondary role select2 list.

This commit is contained in:
László Monda
2017-11-11 16:43:10 +01:00
parent 1effc3c1dc
commit dbbb3e6d0f

View File

@@ -3,6 +3,23 @@
"id": "-1",
"text": "None"
},
{
"text": "Layer switcher",
"children": [
{
"id": "8",
"text": "Mod"
},
{
"id": "9",
"text": "Mouse"
},
{
"id": "10",
"text": "Fn"
}
]
},
{
"text": "Modifier",
"children": [
@@ -39,22 +56,5 @@
"text": "RAlt"
}
]
},
{
"text": "Layer switcher",
"children": [
{
"id": "8",
"text": "Mod"
},
{
"id": "9",
"text": "Mouse"
},
{
"id": "10",
"text": "Fn"
}
]
}
]