mac-yadm/.config/karabiner/assets/complex_modifications/mine.json
2025-01-06 13:44:37 -05:00

21 lines
462 B
JSON

{
"title": "My Custom Shortcuts!",
"rules": [{
"description": "Fn + = for PrntScrn",
"manipulators": [{
"type": "basic",
"from": {
"key_code": "equal_sign",
"modifiers": {
"mandatory": [
"fn"
]
}
},
"to": {
"key_code": "print_screen"
}
}]
}
]
}