karabiner-elements-profile-switcher
Version:
Profile switcher for karabiner elements
28 lines • 726 B
JSON
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"caps_lock": "left_control"
}
},
{
"name": "Mechanical Keyboard",
"selected": false,
"simple_modifications": {
"caps_lock": "left_control",
"left_option": "left_command",
"left_command": "left_option"
}
},
{
"name": "profile3",
"selected": false,
"simple_modifications": {
"left_option": "left_command",
"left_command": "left_option"
}
}
]
}