Skip to content

Commit

Permalink
Merge pull request #1757 from dilomo/my-settings
Browse files Browse the repository at this point in the history
Add New Bulgarian phonetic keyboard layout
  • Loading branch information
tekezo authored Dec 11, 2024
2 parents 297ccd0 + cc0be15 commit 9d5b492
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,9 @@
},
{
"path": "json/UK_to_US_layout.json"
},
{
"path": "json/bulgarian_new_phonetic.json"
}
]
},
Expand Down
199 changes: 199 additions & 0 deletions public/json/bulgarian_new_phonetic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
{
"title": "New Bulgarian Phonetic",
"rules": [
{
"description": "Override the Mac Bulgarian QWERTY phonetic with the New Phonetic keyboard layout available on Windows. [@dilomo, v1.0]",
"manipulators": [
{
"conditions": [
{
"input_sources": [
{
"language": "bg"
}
],
"type": "input_source_if"
}
],
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"optional": [
"caps_lock",
"shift"
]
}
},
"to": [
{
"key_code": "backslash"
}
],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [
{
"language": "bg"
}
],
"type": "input_source_if"
}
],
"from": {
"key_code": "q",
"modifiers": {
"optional": [
"caps_lock",
"shift"
]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde"
}
],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [
{
"language": "bg"
}
],
"type": "input_source_if"
}
],
"from": {
"key_code": "w",
"modifiers": {
"optional": [
"caps_lock",
"shift"
]
}
},
"to": [
{
"key_code": "open_bracket"
}
],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [
{
"language": "bg"
}
],
"type": "input_source_if"
}
],
"from": {
"key_code": "open_bracket",
"modifiers": {
"optional": [
"caps_lock",
"shift"
]
}
},
"to": [
{
"key_code": "q"
}
],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [
{
"language": "bg"
}
],
"type": "input_source_if"
}
],
"from": {
"key_code": "backslash",
"modifiers": {
"optional": [
"caps_lock",
"shift"
]
}
},
"to": [
{
"key_code": "x"
}
],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [
{
"language": "bg"
}
],
"type": "input_source_if"
}
],
"from": {
"key_code": "x",
"modifiers": {
"optional": [
"caps_lock",
"shift"
]
}
},
"to": [
{
"key_code": "v"
}
],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [
{
"language": "bg"
}
],
"type": "input_source_if"
}
],
"from": {
"key_code": "v",
"modifiers": {
"optional": [
"caps_lock",
"shift"
]
}
},
"to": [
{
"key_code": "w"
}
],
"type": "basic"
}
]
}
]
}

0 comments on commit 9d5b492

Please sign in to comment.