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
46
system/.config/autokey/autokey.json
Normal file
46
system/.config/autokey/autokey.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"version": "0.95.4",
|
||||
"userCodeDir": null,
|
||||
"settings": {
|
||||
"isFirstRun": true,
|
||||
"serviceRunning": true,
|
||||
"menuTakesFocus": false,
|
||||
"showTrayIcon": true,
|
||||
"sortByUsageCount": true,
|
||||
"promptToSave": false,
|
||||
"enableQT4Workaround": false,
|
||||
"interfaceType": "XRecord",
|
||||
"undoUsingBackspace": true,
|
||||
"windowDefaultSize": [
|
||||
955,
|
||||
1010
|
||||
],
|
||||
"hPanePosition": 240,
|
||||
"columnWidths": [
|
||||
150,
|
||||
50,
|
||||
100
|
||||
],
|
||||
"showToolbar": true,
|
||||
"notificationIcon": "autokey-status",
|
||||
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
|
||||
"triggerItemByInitial": false,
|
||||
"scriptGlobals": {}
|
||||
},
|
||||
"folders": [],
|
||||
"toggleServiceHotkey": {
|
||||
"enabled": true,
|
||||
"modifiers": [
|
||||
"<shift>",
|
||||
"<super>"
|
||||
],
|
||||
"hotKey": "k"
|
||||
},
|
||||
"configHotkey": {
|
||||
"enabled": true,
|
||||
"modifiers": [
|
||||
"<super>"
|
||||
],
|
||||
"hotKey": "k"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue