Add German/French configuration extra key combinations (Linux)
This commit is contained in:
parent
9f23c99a19
commit
23982b28e7
30
linux/ansi-60-keyboard/.alt-w.json
Normal file
30
linux/ansi-60-keyboard/.alt-w.json
Normal 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": {}
|
||||||
|
}
|
30
linux/ansi-60-keyboard/.alt-y.json
Normal file
30
linux/ansi-60-keyboard/.alt-y.json
Normal 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": {}
|
||||||
|
}
|
2
linux/ansi-60-keyboard/alt-w.py
Normal file
2
linux/ansi-60-keyboard/alt-w.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#Enter script code
|
||||||
|
keyboard.send_keys("<")
|
2
linux/ansi-60-keyboard/alt-y.py
Normal file
2
linux/ansi-60-keyboard/alt-y.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#Enter script code
|
||||||
|
keyboard.send_keys("<")
|
Loading…
Reference in New Issue
Block a user