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
Simulate Double click of a mouse on a characters string
-
- Posts: 1
- Joined: 02 Oct 22, 10:27