22 lines
734 B
TOML
22 lines
734 B
TOML
# Merge these detached command bindings into ~/.config/herdr/config.toml.
|
|
# Herdr leaves the current pane focused while VoiceStudio captures its native
|
|
# insertion target, so the transcript returns to the pane that started it.
|
|
|
|
[[keys.command]]
|
|
key = "prefix+alt+d"
|
|
type = "shell"
|
|
command = "curl -fsS -X POST http://127.0.0.1:3902/v1/dictation/toggle"
|
|
description = "toggle VoiceStudio dictation"
|
|
|
|
[[keys.command]]
|
|
key = "prefix+alt+s"
|
|
type = "shell"
|
|
command = "curl -fsS -X POST http://127.0.0.1:3902/v1/dictation/start"
|
|
description = "start VoiceStudio dictation"
|
|
|
|
[[keys.command]]
|
|
key = "prefix+alt+x"
|
|
type = "shell"
|
|
command = "curl -fsS -X POST http://127.0.0.1:3902/v1/dictation/stop"
|
|
description = "stop VoiceStudio dictation"
|