diff --git a/src-tauri/resources/default_settings.json b/src-tauri/resources/default_settings.json new file mode 100644 index 0000000..2dd52ed --- /dev/null +++ b/src-tauri/resources/default_settings.json @@ -0,0 +1,11 @@ +{ + "bindings": { + "transcribe": { + "id": "transcribe", + "name": "Transcribe", + "description": "Converts your speech into text.", + "default_binding": "alt+space" + } + }, + "push_to_talk": true +}