Skip to content

Instantly share code, notes, and snippets.

@maijou2501
Last active January 7, 2016 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maijou2501/2095c1668de5410ca5a0 to your computer and use it in GitHub Desktop.
Save maijou2501/2095c1668de5410ca5a0 to your computer and use it in GitHub Desktop.
AutoKey script, Shift + Enter -> space*2 + Enter
[
{
"usageCount": 190,
"omitTrigger": false,
"code": "keyboard.send_keys(\"<up><end>\")\ntime.sleep(0.05)\nkeyboard.send_keys(\"J <down><home>J\")\n",
"prompt": false,
"description": "Shift+Enter",
"abbreviation": {
"ignoreCase": false,
"wordChars": "[\\w]",
"immediate": false,
"abbreviation": null,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "<enter>",
"modifiers": [
"<shift>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": null,
"type": "script",
"store": {}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment