Map Alt + c or v for ? or ¿ symbols for SK71 keyboard (ISO) (for Linux)

This commit is contained in:
q3aql 2020-11-12 18:36:45 +01:00
parent a657ca62a3
commit c9cdf226df
4 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,30 @@
{
"usageCount": 0,
"omitTrigger": false,
"prompt": false,
"description": "alt-c",
"abbreviation": {
"wordChars": "[\\w]",
"abbreviations": [],
"immediate": false,
"ignoreCase": false,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "c",
"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-v",
"abbreviation": {
"wordChars": "[\\w]",
"abbreviations": [],
"immediate": false,
"ignoreCase": false,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "v",
"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("¿")