Cleanup autokey configurations
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
0632ecb52e
commit
3c6f658bc6
3 changed files with 4 additions and 7 deletions
|
@ -25,6 +25,7 @@
|
||||||
"notificationIcon": "autokey-status",
|
"notificationIcon": "autokey-status",
|
||||||
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
|
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
|
||||||
"triggerItemByInitial": false,
|
"triggerItemByInitial": false,
|
||||||
|
"disabledModifiers": [],
|
||||||
"scriptGlobals": {}
|
"scriptGlobals": {}
|
||||||
},
|
},
|
||||||
"folders": [],
|
"folders": [],
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.95.7",
|
"version": "0.95.9",
|
||||||
"userCodeDir": null,
|
"userCodeDir": null,
|
||||||
"settings": {
|
"settings": {
|
||||||
"isFirstRun": true,
|
"isFirstRun": true,
|
||||||
|
@ -25,6 +25,7 @@
|
||||||
"notificationIcon": "autokey-status",
|
"notificationIcon": "autokey-status",
|
||||||
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
|
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
|
||||||
"triggerItemByInitial": false,
|
"triggerItemByInitial": false,
|
||||||
|
"disabledModifiers": [],
|
||||||
"scriptGlobals": {}
|
"scriptGlobals": {}
|
||||||
},
|
},
|
||||||
"folders": [],
|
"folders": [],
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
import socket
|
|
||||||
private_email = "severin@kaderli.dev"
|
private_email = "severin@kaderli.dev"
|
||||||
work_email = "severin@whatwedo.ch"
|
|
||||||
|
|
||||||
if socket.gethostname() == "loki":
|
keyboard.send_keys(private_email)
|
||||||
keyboard.send_keys(work_email)
|
|
||||||
else:
|
|
||||||
keyboard.send_keys(private_email)
|
|
Loading…
Add table
Add a link
Reference in a new issue