Add German/French configuration extra key combinations (Linux)

This commit is contained in:
q3aql 2020-10-05 19:15:58 +02:00
parent 9f23c99a19
commit 23982b28e7
4 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,30 @@
{
"usageCount": 0,
"omitTrigger": false,
"prompt": false,
"description": "alt-w",
"abbreviation": {
"wordChars": "[\\w]",
"abbreviations": [],
"immediate": false,
"ignoreCase": false,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "w",
"modifiers": [
"<alt>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": {
"regex": null,
"isRecursive": false
},
"type": "script",
"store": {}
}

View File

@ -0,0 +1,30 @@
{
"usageCount": 0,
"omitTrigger": false,
"prompt": false,
"description": "alt-y",
"abbreviation": {
"wordChars": "[\\w]",
"abbreviations": [],
"immediate": false,
"ignoreCase": false,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "y",
"modifiers": [
"<alt>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": {
"regex": null,
"isRecursive": false
},
"type": "script",
"store": {}
}

View File

@ -0,0 +1,2 @@
#Enter script code
keyboard.send_keys("<")

View File

@ -0,0 +1,2 @@
#Enter script code
keyboard.send_keys("<")