@corti/dictation-web 0.5.0-rc.6 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -163,7 +163,7 @@ For more control, use individual components to build a custom UI:
|
|
|
163
163
|
|
|
164
164
|
The component supports both push-to-talk and toggle-to-talk keybindings simultaneously. You can configure separate keybindings for each behavior:
|
|
165
165
|
|
|
166
|
-
**Toggle-to-Talk Keybinding (default:
|
|
166
|
+
**Toggle-to-Talk Keybinding (default: `Enter`):**
|
|
167
167
|
- Pressing the key toggles recording on/off
|
|
168
168
|
- Works like clicking the button
|
|
169
169
|
|
|
@@ -175,7 +175,7 @@ The component supports both push-to-talk and toggle-to-talk keybindings simultan
|
|
|
175
175
|
You can use either key names (from `event.key`) or key codes (from `event.code`):
|
|
176
176
|
|
|
177
177
|
```html
|
|
178
|
-
<!-- Configure toggle-to-talk keybinding (default:
|
|
178
|
+
<!-- Configure toggle-to-talk keybinding (default: Enter) -->
|
|
179
179
|
<corti-dictation toggleToTalkKeybinding="`"></corti-dictation>
|
|
180
180
|
|
|
181
181
|
<!-- Configure push-to-talk keybinding (default: Space) -->
|