chore(karabiner): remove useless mapping

This commit is contained in:
Stefan Imhoff
2022-11-21 19:47:25 +01:00
parent 74c9b868a6
commit 99efeb11ec

View File

@@ -95,59 +95,6 @@
}
]
},
{
"description": "Toggle CAPS_LOCK with LEFT_SHIFT + RIGHT_SHIFT",
"manipulators": [
{
"from": {
"key_code": "left_shift",
"modifiers": {
"mandatory": [
"right_shift"
],
"optional": [
"caps_lock"
]
}
},
"to": [
{
"key_code": "caps_lock"
}
],
"to_if_alone": [
{
"key_code": "left_shift"
}
],
"type": "basic"
},
{
"from": {
"key_code": "right_shift",
"modifiers": {
"mandatory": [
"left_shift"
],
"optional": [
"caps_lock"
]
}
},
"to": [
{
"key_code": "caps_lock"
}
],
"to_if_alone": [
{
"key_code": "right_shift"
}
],
"type": "basic"
}
]
},
{
"description": "CAPS_LOCK + i/j/k/l == Arrow Keys",
"manipulators": [