Map Alt + - or + for ? or ¿ symbols for SK71 keyboard (ISO) (for Linux)
This commit is contained in:
parent
3ee7effb80
commit
d44fe4c1ab
26
linux/ansi-60-keyboard/.alt-less.json
Normal file
26
linux/ansi-60-keyboard/.alt-less.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"usageCount": 0,
|
||||
"omitTrigger": false,
|
||||
"prompt": false,
|
||||
"description": "alt-less",
|
||||
"abbreviation": {
|
||||
"wordChars": "[\\w]",
|
||||
"abbreviations": [],
|
||||
"immediate": false,
|
||||
"ignoreCase": false,
|
||||
"backspace": true,
|
||||
"triggerInside": false
|
||||
},
|
||||
"hotkey": {
|
||||
"hotKey": null,
|
||||
"modifiers": []
|
||||
},
|
||||
"modes": [],
|
||||
"showInTrayMenu": false,
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
},
|
||||
"type": "script",
|
||||
"store": {}
|
||||
}
|
30
linux/ansi-60-keyboard/.alt-plus.json
Normal file
30
linux/ansi-60-keyboard/.alt-plus.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"usageCount": 0,
|
||||
"omitTrigger": false,
|
||||
"prompt": false,
|
||||
"description": "alt-plus",
|
||||
"abbreviation": {
|
||||
"wordChars": "[\\w]",
|
||||
"abbreviations": [],
|
||||
"immediate": false,
|
||||
"ignoreCase": false,
|
||||
"backspace": true,
|
||||
"triggerInside": false
|
||||
},
|
||||
"hotkey": {
|
||||
"hotKey": "+",
|
||||
"modifiers": [
|
||||
"<alt>"
|
||||
]
|
||||
},
|
||||
"modes": [
|
||||
3
|
||||
],
|
||||
"showInTrayMenu": false,
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
},
|
||||
"type": "script",
|
||||
"store": {}
|
||||
}
|
2
linux/ansi-60-keyboard/alt-less.py
Normal file
2
linux/ansi-60-keyboard/alt-less.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Enter script code
|
||||
keyboard.send_keys("?")
|
2
linux/ansi-60-keyboard/alt-plus.py
Normal file
2
linux/ansi-60-keyboard/alt-plus.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Enter script code
|
||||
keyboard.send_keys("¿")
|
Loading…
Reference in New Issue
Block a user