Simulate Double click of a mouse on a characters string

User-to-User discussion about the PhraseExpress macro programming.
Post Reply
christofer_44
Posts: 1
Joined: 02 Oct 22, 10:27

Simulate Double click of a mouse on a characters string

Post by christofer_44 » 02 Oct 22, 10:50

Hello
I would like to simulate the double click of a mouse on a characters string with PhraseExpress then select and copy the character string and paste without space.
I don't find a special function for the double click so I try this operation in 2 phrases contents
Phrase 1 :
{#CTRL {#LEFT} -variablename Ctrl+Left}{#CTRL {#SHIFT {#RIGHT}} -variablename Ctrl-Shift+Right}{#clipboard -copy -variablename Clipboard paste/copy}
phrase 2 :
{#trim {#insertclipboard -variablename Insert text from clipboard} -variablename Trim}
But it does not work for example if the cursor position is on the left of the characters string
Thank you in advance for you help
Christofer

Post Reply