-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun-run-lintalistAHK-config.py
29 lines (18 loc) · 1.05 KB
/
run-run-lintalistAHK-config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# this file will be (hopefully merged to) ...-all.py
from pathlib import Path
home = str(Path.home())
path = home + "/.config/autokey/data/Sample Scripts/"
doBeepsWelcomeAtEachRun = False
doPopupNotify_welcomeAtEachRun = False # subprocess.Popen(['notify-send', "will be showed right top"]) # will be showed right top
doPopupNotify_howItWorks = True # subprocess.Popen(['notify-send', "will be showed right top"]) # will be showed right top
# subprocess.Popen(['notify-send', "will be showed right top"]) # will be showed right top
doReplaceIfPrefixIsThis = ":"
do_ifNoPrefix_useFocusedWord_pasteResultRight = True
do_ifNoPrefix_useFocusedWord_pasteResultNewLine = True
do_DisableUpdatingThe_all_file = False # not recommended if you developing at this py files !
#__________________ end of config
####### dont change to following:
cNew = clipboardKey = ""
# TODO s : delete or read a time in future:
# https://exceptionshub.com/python-sound-alarm-when-code-finishes.html
# On Debian/Ubuntu/LinuxMint you need to run in your terminal: # sudo apt install sox