Handy/src-tauri/resources/default_settings.json
2025-07-28 19:52:37 +02:00

12 lines
325 B
JSON

{
"bindings": {
"transcribe": {
"id": "transcribe",
"name": "Transcribe Keyboard Shortcut",
"description": "Converts your speech into text.",
"default_binding": "Platform-specific: ctrl+space (Windows/Linux), alt+space (macOS)"
}
},
"push_to_talk": true,
"selected_language": "auto"
}