Added Linux config for autokey
This commit is contained in:
parent
0f03d7171e
commit
ce34d02a35
30
linux/ansi-60-keyboard/.alt-x.json
Normal file
30
linux/ansi-60-keyboard/.alt-x.json
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"usageCount": 0,
|
||||||
|
"omitTrigger": false,
|
||||||
|
"prompt": false,
|
||||||
|
"description": "alt-x",
|
||||||
|
"abbreviation": {
|
||||||
|
"wordChars": "[\\w]",
|
||||||
|
"abbreviations": [],
|
||||||
|
"immediate": false,
|
||||||
|
"ignoreCase": false,
|
||||||
|
"backspace": true,
|
||||||
|
"triggerInside": false
|
||||||
|
},
|
||||||
|
"hotkey": {
|
||||||
|
"hotKey": "x",
|
||||||
|
"modifiers": [
|
||||||
|
"<alt>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"modes": [
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"showInTrayMenu": false,
|
||||||
|
"filter": {
|
||||||
|
"regex": null,
|
||||||
|
"isRecursive": false
|
||||||
|
},
|
||||||
|
"type": "script",
|
||||||
|
"store": {}
|
||||||
|
}
|
30
linux/ansi-60-keyboard/.alt-z.json
Normal file
30
linux/ansi-60-keyboard/.alt-z.json
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"usageCount": 0,
|
||||||
|
"omitTrigger": false,
|
||||||
|
"prompt": false,
|
||||||
|
"description": "alt-z",
|
||||||
|
"abbreviation": {
|
||||||
|
"wordChars": "[\\w]",
|
||||||
|
"abbreviations": [],
|
||||||
|
"immediate": false,
|
||||||
|
"ignoreCase": false,
|
||||||
|
"backspace": true,
|
||||||
|
"triggerInside": false
|
||||||
|
},
|
||||||
|
"hotkey": {
|
||||||
|
"hotKey": "z",
|
||||||
|
"modifiers": [
|
||||||
|
"<alt>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"modes": [
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"showInTrayMenu": false,
|
||||||
|
"filter": {
|
||||||
|
"regex": null,
|
||||||
|
"isRecursive": false
|
||||||
|
},
|
||||||
|
"type": "script",
|
||||||
|
"store": {}
|
||||||
|
}
|
30
linux/ansi-60-keyboard/.backslash.json
Executable file
30
linux/ansi-60-keyboard/.backslash.json
Executable file
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"usageCount": 43,
|
||||||
|
"omitTrigger": false,
|
||||||
|
"prompt": false,
|
||||||
|
"description": "backslash",
|
||||||
|
"abbreviation": {
|
||||||
|
"wordChars": "[\\w]",
|
||||||
|
"abbreviations": [],
|
||||||
|
"immediate": false,
|
||||||
|
"ignoreCase": false,
|
||||||
|
"backspace": true,
|
||||||
|
"triggerInside": false
|
||||||
|
},
|
||||||
|
"hotkey": {
|
||||||
|
"hotKey": "<escape>",
|
||||||
|
"modifiers": [
|
||||||
|
"<alt>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"modes": [
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"showInTrayMenu": false,
|
||||||
|
"filter": {
|
||||||
|
"regex": null,
|
||||||
|
"isRecursive": false
|
||||||
|
},
|
||||||
|
"type": "script",
|
||||||
|
"store": {}
|
||||||
|
}
|
23
linux/ansi-60-keyboard/.folder.json
Executable file
23
linux/ansi-60-keyboard/.folder.json
Executable file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"usageCount": 0,
|
||||||
|
"abbreviation": {
|
||||||
|
"wordChars": "[\\w]",
|
||||||
|
"abbreviations": [],
|
||||||
|
"immediate": false,
|
||||||
|
"ignoreCase": false,
|
||||||
|
"backspace": true,
|
||||||
|
"triggerInside": false
|
||||||
|
},
|
||||||
|
"modes": [],
|
||||||
|
"title": "ansi-60-keyboard",
|
||||||
|
"hotkey": {
|
||||||
|
"hotKey": null,
|
||||||
|
"modifiers": []
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"regex": null,
|
||||||
|
"isRecursive": false
|
||||||
|
},
|
||||||
|
"type": "folder",
|
||||||
|
"showInTrayMenu": false
|
||||||
|
}
|
2
linux/ansi-60-keyboard/alt-x.py
Normal file
2
linux/ansi-60-keyboard/alt-x.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#Enter script code
|
||||||
|
keyboard.send_keys(">")
|
2
linux/ansi-60-keyboard/alt-z.py
Normal file
2
linux/ansi-60-keyboard/alt-z.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#Enter script code
|
||||||
|
keyboard.send_keys("<")
|
2
linux/ansi-60-keyboard/backslash.py
Executable file
2
linux/ansi-60-keyboard/backslash.py
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#Enter script code
|
||||||
|
keyboard.send_keys("\\")
|
Loading…
Reference in New Issue
Block a user