You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read clipboard text natively in standalone to skip the WKWebView paste prompt
navigator.clipboard.readText() pops a "Paste from <App>" confirmation menu
at the cursor on macOS WKWebView every time it's invoked from JS, which
defeats the point of a paste shortcut. Route text reads through the sidecar
(pbpaste / Get-Clipboard / xclip / wl-paste) the same way files and images
already work, and accept either Ctrl+V or Cmd+V so the shortcut matches
user muscle memory on every platform.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments