21 lines
462 B
JSON
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"
|
|
}
|
|
}]
|
|
}
|
|
]
|
|
} |