added scripts folder to gitea
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "script",
|
||||
"description": "New Script",
|
||||
"store": {},
|
||||
"modes": [],
|
||||
"usageCount": 0,
|
||||
"prompt": false,
|
||||
"omitTrigger": false,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
"abbreviations": [],
|
||||
"backspace": true,
|
||||
"ignoreCase": false,
|
||||
"immediate": false,
|
||||
"triggerInside": false,
|
||||
"wordChars": "[\\w]"
|
||||
},
|
||||
"hotkey": {
|
||||
"modifiers": [],
|
||||
"hotKey": null
|
||||
},
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "folder",
|
||||
"title": "autokey",
|
||||
"modes": [],
|
||||
"usageCount": 0,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
"abbreviations": [],
|
||||
"backspace": true,
|
||||
"ignoreCase": false,
|
||||
"immediate": false,
|
||||
"triggerInside": false,
|
||||
"wordChars": "[\\w]"
|
||||
},
|
||||
"hotkey": {
|
||||
"modifiers": [],
|
||||
"hotKey": null
|
||||
},
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
# Enter script code
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "folder",
|
||||
"title": "copy-paste",
|
||||
"modes": [],
|
||||
"usageCount": 0,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
"abbreviations": [],
|
||||
"backspace": true,
|
||||
"ignoreCase": false,
|
||||
"immediate": false,
|
||||
"triggerInside": false,
|
||||
"wordChars": "[\\w]"
|
||||
},
|
||||
"hotkey": {
|
||||
"modifiers": [],
|
||||
"hotKey": null
|
||||
},
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "script",
|
||||
"description": "type clipboard",
|
||||
"store": {},
|
||||
"modes": [
|
||||
3
|
||||
],
|
||||
"usageCount": 54,
|
||||
"prompt": false,
|
||||
"omitTrigger": false,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
"abbreviations": [],
|
||||
"backspace": true,
|
||||
"ignoreCase": false,
|
||||
"immediate": false,
|
||||
"triggerInside": false,
|
||||
"wordChars": "[\\w]"
|
||||
},
|
||||
"hotkey": {
|
||||
"modifiers": [],
|
||||
"hotKey": "<f1>"
|
||||
},
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
# Enter script code
|
||||
content = clipboard.get_clipboard()
|
||||
keyboard.send_keys(content)
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "folder",
|
||||
"title": "hotstrings",
|
||||
"modes": [],
|
||||
"usageCount": 0,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
"abbreviations": [],
|
||||
"backspace": true,
|
||||
"ignoreCase": false,
|
||||
"immediate": false,
|
||||
"triggerInside": false,
|
||||
"wordChars": "[\\w]"
|
||||
},
|
||||
"hotkey": {
|
||||
"modifiers": [],
|
||||
"hotKey": null
|
||||
},
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "phrase",
|
||||
"description": "iirc",
|
||||
"modes": [
|
||||
1
|
||||
],
|
||||
"usageCount": 6,
|
||||
"prompt": false,
|
||||
"omitTrigger": false,
|
||||
"matchCase": false,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
"abbreviations": [
|
||||
"iirc"
|
||||
],
|
||||
"backspace": true,
|
||||
"ignoreCase": false,
|
||||
"immediate": false,
|
||||
"triggerInside": false,
|
||||
"wordChars": "[^ \\n]"
|
||||
},
|
||||
"hotkey": {
|
||||
"modifiers": [],
|
||||
"hotKey": null
|
||||
},
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
},
|
||||
"sendMode": "kb"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "phrase",
|
||||
"description": "luccapirovano@gmx.com",
|
||||
"modes": [
|
||||
1
|
||||
],
|
||||
"usageCount": 1,
|
||||
"prompt": false,
|
||||
"omitTrigger": false,
|
||||
"matchCase": false,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
"abbreviations": [
|
||||
"myemail"
|
||||
],
|
||||
"backspace": true,
|
||||
"ignoreCase": false,
|
||||
"immediate": false,
|
||||
"triggerInside": false,
|
||||
"wordChars": "[^ \\n]"
|
||||
},
|
||||
"hotkey": {
|
||||
"modifiers": [],
|
||||
"hotKey": null
|
||||
},
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
},
|
||||
"sendMode": "kb"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
if I recall correctly
|
||||
@@ -0,0 +1 @@
|
||||
luccapirovano@gmx.com
|
||||
Reference in New Issue
Block a user