Skip to content

Instantly share code, notes, and snippets.

@kissge
Created October 27, 2014 11:52
Show Gist options
  • Save kissge/9e76d156660d17cf9706 to your computer and use it in GitHub Desktop.
Save kissge/9e76d156660d17cf9706 to your computer and use it in GitHub Desktop.
AutoKey
[
{
"folders": [],
"usageCount": 9,
"modes": [],
"abbreviation": {
"ignoreCase": false,
"wordChars": "[\\w]",
"immediate": false,
"abbreviation": null,
"backspace": true,
"triggerInside": false
},
"title": "My Scripts",
"hotkey": {
"hotKey": null,
"modifiers": []
},
"items": [
{
"usageCount": 4,
"omitTrigger": false,
"code": "#Enter script code\n\nkeyboard.send_keys(\"<alt>+<left>\")\n",
"prompt": false,
"description": "Back",
"abbreviation": {
"ignoreCase": false,
"wordChars": "[\\w]",
"immediate": false,
"abbreviation": null,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "\uff22",
"modifiers": []
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": null,
"type": "script",
"store": {}
},
{
"usageCount": 1,
"omitTrigger": false,
"code": "#Enter script code\n\nkeyboard.send_keys(\"<ctrl>+w\")\n",
"prompt": false,
"description": "Close Tab",
"abbreviation": {
"ignoreCase": false,
"wordChars": "[\\w]",
"immediate": false,
"abbreviation": null,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "\uff27",
"modifiers": [
"<alt>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": null,
"type": "script",
"store": {}
},
{
"usageCount": 0,
"omitTrigger": false,
"code": "#Enter script code\n\nkeyboard.send_keys(\"<alt>+<right>\")\n",
"prompt": false,
"description": "Forward",
"abbreviation": {
"ignoreCase": false,
"wordChars": "[\\w]",
"immediate": false,
"abbreviation": null,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "\uff22",
"modifiers": [
"<shift>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": null,
"type": "script",
"store": {}
},
{
"usageCount": 13,
"omitTrigger": false,
"code": "#Enter script code\n\nkeyboard.send_keys(\"<ctrl>+<tab>\")\n",
"prompt": false,
"description": "Next Tab",
"abbreviation": {
"ignoreCase": false,
"wordChars": "[\\w]",
"immediate": false,
"abbreviation": null,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "\uff23",
"modifiers": []
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": null,
"type": "script",
"store": {}
},
{
"usageCount": 11,
"omitTrigger": false,
"code": "#Enter script code\n\nkeyboard.send_keys(\"<ctrl>+<shift>+<tab>\")\n",
"prompt": false,
"description": "Previous Tab",
"abbreviation": {
"ignoreCase": false,
"wordChars": "[\\w]",
"immediate": false,
"abbreviation": null,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "\uff23",
"modifiers": [
"<alt>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": null,
"type": "script",
"store": {}
},
{
"usageCount": 2,
"omitTrigger": false,
"code": "#Enter script code\n\nkeyboard.send_keys(\"<ctrl>+<shift>+t\")\n",
"prompt": false,
"description": "Reopen Tab",
"abbreviation": {
"ignoreCase": false,
"wordChars": "[\\w]",
"immediate": false,
"abbreviation": null,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "\uff27",
"modifiers": [
"<alt>",
"<shift>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": null,
"type": "script",
"store": {}
}
],
"filter": null,
"type": "folder",
"showInTrayMenu": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment