Last active
January 10, 2024 16:07
-
-
Save trix0/4ca5a4d05a5b37009d57efa2a4e1fea4 to your computer and use it in GitHub Desktop.
Programming symbols Windows slovak(QWERTZ) keyboard layout to mac for karabiner(import each json objects as a seperate rule)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "write @", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "v", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "2", | |
"modifiers": [ | |
"right_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write AND", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "grave_accent_and_tilde", | |
"modifiers": { | |
"mandatory": [] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "7", | |
"modifiers": [ | |
"left_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write backslash", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "q", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "grave_accent_and_tilde", | |
"modifiers": [] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write pipe", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "w", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "grave_accent_and_tilde", | |
"modifiers": [ | |
"right_shift" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write tilde", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "1", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "5", | |
"modifiers": [ | |
"right_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write backslash", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "q", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "non_us_pound", | |
"modifiers": [ | |
"right_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write backtick", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "7", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "1", | |
"modifiers": [ | |
"right_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write single quote", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "p", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "equal_sign", | |
"modifiers": [] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write closing square brackets", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "g", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "close_bracket", | |
"modifiers": [ | |
"right_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write opening square brackets", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "f", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "open_bracket", | |
"modifiers": [ | |
"right_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write curly braces close", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "n", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "0", | |
"modifiers": [ | |
"right_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
{ | |
"description": "write curly braces", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "b", | |
"modifiers": { | |
"mandatory": [ | |
"right_option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "9", | |
"modifiers": [ | |
"right_option" | |
] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment