sample default settings for future
This commit is contained in:
parent
1e976d62b1
commit
d3cad4973f
1 changed files with 11 additions and 0 deletions
11
src-tauri/resources/default_settings.json
Normal file
11
src-tauri/resources/default_settings.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"bindings": {
|
||||
"transcribe": {
|
||||
"id": "transcribe",
|
||||
"name": "Transcribe",
|
||||
"description": "Converts your speech into text.",
|
||||
"default_binding": "alt+space"
|
||||
}
|
||||
},
|
||||
"push_to_talk": true
|
||||
}
|
||||
Loading…
Reference in a new issue