fix: replace all hardcoded Ctrl+R references with Ctrl+B

This commit is contained in:
0xbyt4
2026-03-09 13:00:08 +03:00
parent b859dfab16
commit a8838a7ae5
2 changed files with 8 additions and 8 deletions

View File

@@ -204,7 +204,7 @@ DEFAULT_CONFIG = {
},
"voice": {
"record_key": "ctrl+r",
"record_key": "ctrl+b",
"max_recording_seconds": 120,
"auto_tts": False,
"silence_threshold": 200, # RMS below this = silence (0-32767)