Skip to content

How do paste on first input from normal mode? #8176

Discussion options

You must be logged in to vote

You can separate commands with ;;, and you can use either insert-text -- {clipboard} or fake-key <ctrl-v> to paste. It looks like a short delay is needed to actually focus the field (as qutebrowser doesn't have a notation of a command being "done", they are basically fired in parallel).

Thus, something like hint inputs --first ;; cmd-later 10 insert-text -- {clipboard} seems to work nicely.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by The-Compiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants