added keyboard shortcut to the configs

This commit is contained in:
XilefTech
2021-06-26 16:31:08 +02:00
parent df66c6fd5a
commit e5e2ba7396

View File

@ -7,7 +7,7 @@ from sys import getsizeof
RATE=48000 # Sample rate
RECORD_SECONDS = 20 # Seconds to record (aka. last X seconds)
SourcesToRecord = ["VoiceMeeter VAIO3 Output", "Aux"] # Record all sources which contains these strings
shortcut = 'alt+1'
##### CONFIG END (aka. DO NOT FRICKING TOUCHY) #####