More strict number row mirroring at the expense of left hand usability

This commit is contained in:
empathicqubit 2022-09-24 14:08:08 +02:00 committed by GitHub
parent d700c6336a
commit 71f9a8d05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@
},
"to": [
{
"key_code": "equal_sign"
"key_code": "0"
}
],
"conditions": [
@ -107,7 +107,7 @@
},
"to": [
{
"key_code": "hyphen"
"key_code": "9"
}
],
"conditions": [
@ -128,7 +128,7 @@
},
"to": [
{
"key_code": "0"
"key_code": "8"
}
],
"conditions": [
@ -149,7 +149,7 @@
},
"to": [
{
"key_code": "9"
"key_code": "7"
}
],
"conditions": [
@ -170,7 +170,7 @@
},
"to": [
{
"key_code": "8"
"key_code": "6"
}
],
"conditions": [
@ -191,7 +191,7 @@
},
"to": [
{
"key_code": "7"
"key_code": "5"
}
],
"conditions": [
@ -212,7 +212,7 @@
},
"to": [
{
"key_code": "6"
"key_code": "4"
}
],
"conditions": [
@ -233,7 +233,7 @@
},
"to": [
{
"key_code": "5"
"key_code": "3"
}
],
"conditions": [
@ -254,7 +254,7 @@
},
"to": [
{
"key_code": "4"
"key_code": "2"
}
],
"conditions": [
@ -273,27 +273,6 @@
"optional": ["any"]
}
},
"to": [
{
"key_code": "3"
}
],
"conditions": [
{
"type": "variable_if",
"name": "mirror",
"value": 1
}
],
"type": "basic"
},
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "1"
@ -308,27 +287,6 @@
],
"type": "basic"
},
{
"from": {
"key_code": "hyphen",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "2"
}
],
"conditions": [
{
"type": "variable_if",
"name": "mirror",
"value": 1
}
],
"type": "basic"
},
{
"from": {
"key_code": "tab",