Feature request: make Voxtype dictation use Omarchy universal paste #9779
nojaf
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature request
Make the built-in Voxtype dictation integration use Omarchy universal paste behavior, so transcribed text can be inserted instantly in both regular applications and terminals.
Current behavior
Voxtype defaults to simulated typing, which inserts the transcription character by character. Voxtype also supports paste mode, but it accepts one injected paste key chord. Configuring it to send
Super+Vdoes not trigger Omarchy\x27s Hyprland universal-paste binding, so the text is not inserted. Configuring directCtrl+Vworks for regular applications but not terminals, where the usual paste shortcut isCtrl+Shift+VorShift+Insert.The current Omarchy universal paste binding already handles this distinction: it sends
Ctrl+Vin normal applications andShift+Insertin terminals.Desired behavior
When dictation finishes, provide an Omarchy-supported path that invokes the same universal-paste behavior as the
Super+Vbinding, without relying on a syntheticSuper+Vkey event. This could be an Omarchy helper command or a Voxtype integration mode that delegates the paste action to Omarchy/Hyprland.That would provide instant insertion while preserving the correct paste shortcut for the focused application.
Environment
4.0.2-1All reactions