Documentation
¶
Overview ¶
Package output is the Windows text-output adapter. Transcribed text + assist results are paste-injected via clipboard + SendInput; the package also exposes a fallback keystroke-typing path for targets that refuse paste. Pure Win32 / winapi consumer.
Audit 2026-05-24 maintainability sweep.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaptureSelectedText ¶
CaptureSelectedText copies the current selection, reads clipboard text, and restores the backup.
func SetClipboardText ¶
SetClipboardText replaces the current clipboard content with the provided text.
Types ¶
type ClipboardHandler ¶
type ClipboardHandler struct{}
ClipboardHandler injects text via clipboard + Ctrl+V simulation.
func NewClipboardHandler ¶
func NewClipboardHandler() *ClipboardHandler
Click to show internal directories.
Click to hide internal directories.