Skip to content

Commit

Permalink
karabiner: Map print_screen to system screenshot tool
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Oct 7, 2020
1 parent 7bd1f7c commit c298d93
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions karabiner/.config/karabiner/karabiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,31 @@
"type": "basic"
}
]
},
{
"manipulators": [
{
"description": "Map print_screen to left_command+left_shift+5",
"from": {
"key_code": "print_screen",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "5",
"modifiers": [
"left_command",
"left_shift"
]
}
],
"type": "basic"
}
]
}
]
},
Expand Down

0 comments on commit c298d93

Please sign in to comment.