Search found 5 matches

by Jon
Mar 20th, ’17, 20:51
Forum: General Discussion
Topic: Send Shift+Insert when Ctrl+V pressed
Replies: 3
Views: 2240

Re: Send Shift+Insert when Ctrl+V pressed

This can be accomplished by creating a new "shortcut"
You will select Ctrl + V as the shortcut on the first box
Description - Whatever you want
Type- Send
Command- {Shift}{Insert}
Window- Whatever program you want this to work on
by Jon
Mar 17th, ’17, 19:29
Forum: User Commands and Scripts
Topic: Help with scripting and user inputs
Replies: 1
Views: 4484

Help with scripting and user inputs

Hello all, I am trying to learn how to put some more strings together that will allow me to make some processes for new employees super easy. I have created this template that is set up as a "send" <b>INSPECTION SCHEDULED WITH CIS CONTRACTOR <b/>%A_Time% Spoke with: %INPUT_SPOKE_WITH_insur...
by Jon
Mar 14th, ’17, 15:17
Forum: General Discussion
Topic: How to create an HTML signature line with links and images
Replies: 12
Views: 6528

Re: How to create an HTML signature line with links and images

Tom wrote: Maybe the link contains some special characters like #,+ ? Are you copying the link to the field? Then you could replace %INPUT_IMAGE_LINK% with %Clipboard%. To answer your question, I did try that, and it did not work. I also tried to move the paste into a second command after the othe...
by Jon
Mar 10th, ’17, 20:06
Forum: General Discussion
Topic: How to create an HTML signature line with links and images
Replies: 12
Views: 6528

Re: How to create an HTML signature line with links and images

Hello All, I am working on a similar problem with HTML tags in my substitute field. <img src="%INPUT_IMG_LINK%"alt="LINKED_IMAGE" style= "%SELECT_MAX_CHOICE_EDGE%: %SELECT_SIZE%"> Above is what I have in the box currently, the user input fields are as follows. % INPUT_I...