I'm using a Swedish 105 keys WASD keyboard. Everything works well beside that my Section and Less-Than keys are swapped. I found that my Section key is called "non_us_backslash" but I can't find what my Less-Than key is. Does anyone know how I could swap these two?
Thanks for a great tool!
Oh I found it! Then name for my Less-Than was grave_accent_and_tilde
If anyone else runs into this problem in newer versions the fix is to add the following in the karabiner.json file
```
"simple_modifications": [
{
"from": {
"key_code": "non_us_backslash"
},
"to": {
"key_code": "grave_accent_and_tilde"
}
},
{
"from": {
"key_code": "grave_accent_and_tilde"
},
"to": {
"key_code": "non_us_backslash"
}
}
]
Works for me!
Works great, but unguessable without this issue.
Most helpful comment
Oh I found it! Then name for my Less-Than was grave_accent_and_tilde