Skip to content

Non-paste sending method? #203

Answered by lintalist
jrlavi asked this question in Q&A
Jul 18, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Indeed lintalist pastes the clipboard and there is no direct method to do it - but you could try to make lintalist send the clipboard text.

You should be able to do this in http://lintalist.github.io/#Configuration-AfterPaste - lintalist will try to paste anyway, but as it doesn't work it will then try to send it directly thereafter.

Create a new file using notepad for example.
File name must be afterpaste.ahk
Path must be lintalist\include\afterpaste.ahk
With this content (just one line):

Send {text}%clipboard%

Restart lintalist.

If you want to be sure it only sends text in that program (because otherwise in other programs the text is sent twice (clipboard + send) you can add a line that…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jrlavi
Comment options

Answer selected by lintalist
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