diff --git a/.install/symlinks.sh b/.install/symlinks.sh index 9e91e34..78d0ed2 100644 --- a/.install/symlinks.sh +++ b/.install/symlinks.sh @@ -11,7 +11,6 @@ CONFIG_LINKED_FILES_HOME=( ".config/alacritty" - ".config/autokey" ".config/bat" ".config/ccache" ".config/cmus" diff --git a/system/.config/autokey/autokey.json b/system/.config/autokey/autokey.json deleted file mode 100644 index fc63b2a..0000000 --- a/system/.config/autokey/autokey.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "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": [ - "", - "" - ], - "hotKey": "k" - }, - "configHotkey": { - "enabled": false, - "modifiers": [ - "" - ], - "hotKey": "k" - } -} \ No newline at end of file diff --git a/system/.config/autokey/autokey.json~ b/system/.config/autokey/autokey.json~ deleted file mode 100644 index fc63b2a..0000000 --- a/system/.config/autokey/autokey.json~ +++ /dev/null @@ -1,47 +0,0 @@ -{ - "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": [ - "", - "" - ], - "hotKey": "k" - }, - "configHotkey": { - "enabled": false, - "modifiers": [ - "" - ], - "hotKey": "k" - } -} \ No newline at end of file diff --git a/system/.config/autokey/data/Phrases/.folder.json b/system/.config/autokey/data/Phrases/.folder.json deleted file mode 100644 index ad9e312..0000000 --- a/system/.config/autokey/data/Phrases/.folder.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "folder", - "title": "Phrases", - "modes": [], - "usageCount": 4, - "showInTrayMenu": false, - "abbreviation": { - "abbreviations": [], - "backspace": true, - "ignoreCase": false, - "immediate": false, - "triggerInside": false, - "wordChars": "[\\w]" - }, - "hotkey": { - "modifiers": [ - "" - ], - "hotKey": "" - }, - "filter": { - "regex": null, - "isRecursive": false - } -} \ No newline at end of file diff --git a/system/.config/autokey/data/Scripts/.current_date.json b/system/.config/autokey/data/Scripts/.current_date.json deleted file mode 100644 index 8442c90..0000000 --- a/system/.config/autokey/data/Scripts/.current_date.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "script", - "description": "current_date", - "store": {}, - "modes": [ - 1 - ], - "usageCount": 23, - "prompt": false, - "omitTrigger": false, - "showInTrayMenu": false, - "abbreviation": { - "abbreviations": [ - "#d" - ], - "backspace": true, - "ignoreCase": false, - "immediate": false, - "triggerInside": true, - "wordChars": "[\\w]" - }, - "hotkey": { - "modifiers": [], - "hotKey": null - }, - "filter": { - "regex": null, - "isRecursive": false - } -} \ No newline at end of file diff --git a/system/.config/autokey/data/Scripts/.email.json b/system/.config/autokey/data/Scripts/.email.json deleted file mode 100644 index b9c5f52..0000000 --- a/system/.config/autokey/data/Scripts/.email.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "script", - "description": "email", - "store": {}, - "modes": [ - 1 - ], - "usageCount": 6, - "prompt": false, - "omitTrigger": false, - "showInTrayMenu": false, - "abbreviation": { - "abbreviations": [ - "#@" - ], - "backspace": true, - "ignoreCase": false, - "immediate": false, - "triggerInside": true, - "wordChars": "[\\w]" - }, - "hotkey": { - "modifiers": [], - "hotKey": null - }, - "filter": { - "regex": null, - "isRecursive": false - } -} \ No newline at end of file diff --git a/system/.config/autokey/data/Scripts/.folder.json b/system/.config/autokey/data/Scripts/.folder.json deleted file mode 100644 index dba05fe..0000000 --- a/system/.config/autokey/data/Scripts/.folder.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "folder", - "title": "Scripts", - "modes": [], - "usageCount": 16, - "showInTrayMenu": false, - "abbreviation": { - "abbreviations": [], - "backspace": true, - "ignoreCase": false, - "immediate": false, - "triggerInside": false, - "wordChars": "[\\w]" - }, - "hotkey": { - "modifiers": [], - "hotKey": null - }, - "filter": { - "regex": null, - "isRecursive": false - } -} \ No newline at end of file diff --git a/system/.config/autokey/data/Scripts/current_date.py b/system/.config/autokey/data/Scripts/current_date.py deleted file mode 100644 index 176a64e..0000000 --- a/system/.config/autokey/data/Scripts/current_date.py +++ /dev/null @@ -1,3 +0,0 @@ -import datetime -current_date = datetime.datetime.now() -keyboard.send_keys(current_date.strftime("%Y-%m-%d")) \ No newline at end of file diff --git a/system/.config/autokey/data/Scripts/email.py b/system/.config/autokey/data/Scripts/email.py deleted file mode 100644 index dd362fb..0000000 --- a/system/.config/autokey/data/Scripts/email.py +++ /dev/null @@ -1,3 +0,0 @@ -private_email = "severin@kaderli.dev" - -keyboard.send_keys(private_email) \ No newline at end of file