Text Expander to Clipboard

Discussion, questions and support.
Post Reply
JGM22
Posts: 84
Joined: May 1st, ’15, 15:23

Post by JGM22 » Dec 12th, ’17, 15:11

I am trying to create a text expander that sends the predefined test string to the clipboard without success, any assistance would be most appreciated, thank you in advance...JGM

I have tried the following scenarios:

Scenario 1
Text Expander
String Test
Description Test to Clipboard
Type Send
Substitute ^{vk56}test

Scenario 2
Text Expander
String Test
Description Test to Clipboard
Type Send
Substitute test^{vk56}

Scenario 3
Text Expander
String Test
Description Test to Clipboard
Type Command
Substitute ^{vk56}test

Scenario 4
Text Expander
String Test
Description Test to Clipboard
Type Command
Substitute test^{vk56}
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Dec 12th, ’17, 16:04

Is this what you are looking for?
Type: Command

Code: Select all

Clipboard:="text"
JGM22
Posts: 84
Joined: May 1st, ’15, 15:23

Post by JGM22 » Dec 12th, ’17, 16:43

Tom,

Perfect, thank you for the prompt reply, it is greatly appreciated...JGM
Post Reply