Add AutoKey configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
2a6d463ddf
commit
f06bb1dff6
11 changed files with 215 additions and 3 deletions
27
system/.config/autokey/data/Phrases/.folder.json
Normal file
27
system/.config/autokey/data/Phrases/.folder.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"type": "folder",
|
||||
"title": "Phrases",
|
||||
"modes": [
|
||||
3
|
||||
],
|
||||
"usageCount": 4,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
"abbreviations": [],
|
||||
"backspace": true,
|
||||
"ignoreCase": false,
|
||||
"immediate": false,
|
||||
"triggerInside": false,
|
||||
"wordChars": "[\\w]"
|
||||
},
|
||||
"hotkey": {
|
||||
"modifiers": [
|
||||
"<ctrl>"
|
||||
],
|
||||
"hotKey": "<f7>"
|
||||
},
|
||||
"filter": {
|
||||
"regex": null,
|
||||
"isRecursive": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue