Map Alt + c or v for ? or ¿ symbols for SK71 keyboard (ISO) (for Linux)
This commit is contained in:
parent
a657ca62a3
commit
c9cdf226df
30
linux/ansi-60-keyboard/.alt-c.json
Normal file
30
linux/ansi-60-keyboard/.alt-c.json
Normal 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": {}
|
||||||
|
}
|
30
linux/ansi-60-keyboard/.alt-v.json
Normal file
30
linux/ansi-60-keyboard/.alt-v.json
Normal 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": {}
|
||||||
|
}
|
2
linux/ansi-60-keyboard/alt-c.py
Normal file
2
linux/ansi-60-keyboard/alt-c.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Enter script code
|
||||||
|
keyboard.send_keys("?")
|
2
linux/ansi-60-keyboard/alt-v.py
Normal file
2
linux/ansi-60-keyboard/alt-v.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Enter script code
|
||||||
|
keyboard.send_keys("¿")
|
Loading…
Reference in New Issue
Block a user