Skip to content

Instantly share code, notes, and snippets.

@vsalex
Created December 13, 2017 12:59
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save vsalex/eac8c27bc7cf428ba8e19671cdb34142 to your computer and use it in GitHub Desktop.
Save vsalex/eac8c27bc7cf428ba8e19671cdb34142 to your computer and use it in GitHub Desktop.
{
"title": "Languages",
"rules": [
{
"description": "Command + Shift to Command + e",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "left_shift",
"modifiers": {
"mandatory": [
"left_command"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"left_command"
]
}
]
}
]
}
]
}
@onemorepash
Copy link

Ah, and also Shift+Command+4 or +5 for screnshots/screencasts. But here I just redefined them to Control+Command+4/5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment