dotfiles/system/.config/autokey/autokey.json
Severin Kaderli 3c6f658bc6
Cleanup autokey configurations
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2020-04-01 19:53:14 +02:00

47 lines
No EOL
1.1 KiB
JSON

{
"version": "0.95.9",
"userCodeDir": null,
"settings": {
"isFirstRun": true,
"serviceRunning": true,
"menuTakesFocus": false,
"showTrayIcon": true,
"sortByUsageCount": true,
"promptToSave": false,
"enableQT4Workaround": false,
"interfaceType": "XRecord",
"undoUsingBackspace": true,
"windowDefaultSize": [
924,
962
],
"hPanePosition": 233,
"columnWidths": [
150,
50,
100
],
"showToolbar": true,
"notificationIcon": "autokey-status",
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
"triggerItemByInitial": false,
"disabledModifiers": [],
"scriptGlobals": {}
},
"folders": [],
"toggleServiceHotkey": {
"enabled": false,
"modifiers": [
"<shift>",
"<super>"
],
"hotKey": "k"
},
"configHotkey": {
"enabled": false,
"modifiers": [
"<super>"
],
"hotKey": "k"
}
}