Add AutoKey configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-01-30 22:30:24 +01:00
parent 2a6d463ddf
commit f06bb1dff6
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
11 changed files with 215 additions and 3 deletions

View 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"
}
}