mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
29 lines
591 B
JSON
29 lines
591 B
JSON
{
|
|
"title": "Fix backtick on ISO keyboard",
|
|
"rules": [
|
|
{
|
|
"description": "Fix backtick on ISO keyboard",
|
|
"manipulators": [
|
|
{
|
|
"type": "basic",
|
|
"conditions": [
|
|
{
|
|
"type": "input_source_if",
|
|
"input_sources": [
|
|
{
|
|
"language": "en"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"from": {
|
|
"key_code": "non_us_backslash"
|
|
},
|
|
"to": {
|
|
"key_code": "grave_accent_and_tilde"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|