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",
|
||||
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
|
||||
"triggerItemByInitial": false,
|
||||
"disabledModifiers": [],
|
||||
"scriptGlobals": {}
|
||||
},
|
||||
"folders": [],
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.95.7",
|
||||
"version": "0.95.9",
|
||||
"userCodeDir": null,
|
||||
"settings": {
|
||||
"isFirstRun": true,
|
||||
|
@ -25,6 +25,7 @@
|
|||
"notificationIcon": "autokey-status",
|
||||
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
|
||||
"triggerItemByInitial": false,
|
||||
"disabledModifiers": [],
|
||||
"scriptGlobals": {}
|
||||
},
|
||||
"folders": [],
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
import socket
|
||||
private_email = "severin@kaderli.dev"
|
||||
work_email = "severin@whatwedo.ch"
|
||||
|
||||
if socket.gethostname() == "loki":
|
||||
keyboard.send_keys(work_email)
|
||||
else:
|
||||
keyboard.send_keys(private_email)
|
||||
keyboard.send_keys(private_email)
|
Loading…
Add table
Add a link
Reference in a new issue