Search found 796 matches

by Tom
Sep 27th, ’20, 21:12
Forum: General Discussion
Topic: Enter text expander into Explorer address bar
Replies: 5
Views: 1979

Re: Enter text expander into Explorer address bar

Address box? Which software are you talking about?
by Tom
Sep 27th, ’20, 15:25
Forum: General Discussion
Topic: Enter text expander into Explorer address bar
Replies: 5
Views: 1979

Re: Enter text expander into Explorer address bar

If you wish to open the folder then the right Type is Open (or Run). Selecting the first option will open "R:\Tidd Rick" folder in Windows Explorer if the path is accessible and correct.
by Tom
Sep 20th, ’20, 18:14
Forum: General Discussion
Topic: popup box?
Replies: 2
Views: 1321

Re: popup box?

You have probably enabled the "Manual confirmation" option when setting the text expander.
by Tom
Sep 18th, ’20, 10:59
Forum: Suggestions
Topic: Mouse and Tab do not work
Replies: 3
Views: 3290

Re: Mouse and Tab do not work

Are you sure this is caused by FastKeys? If yes, could you please describe it step by step?

Does this only happen on a particular webpage page?
by Tom
Sep 10th, ’20, 17:53
Forum: General Discussion
Topic: How to wrap html tags around selected text?
Replies: 3
Views: 1945

Re: How to wrap html tags around selected text?

This example will wrap the selected text with the tag. Create a shortcut, Type: Command.

Code: Select all

Clipboard:=""
Send, ^c
ClipWait
InputBox, MyTag,, Tag:,, 150, 120,,,,, p
if ErrorLevel or not MyTag
    return
SendInput, <%MyTag%>%Clipboard%</%MyTag%>
return
by Tom
Sep 10th, ’20, 17:37
Forum: General Discussion
Topic: Multiple Classes
Replies: 3
Views: 1403

Re: Multiple Classes

Of course. You can create multiple settings files - File/Save As... and load them using File/Open.
by Tom
Aug 15th, ’20, 09:17
Forum: General Discussion
Topic: Any way to store image for text expansion?
Replies: 3
Views: 2208

Re: Any way to store image for text expansion?

You could use "File contents" and "Insert image" macros. Or use Rich Text formatting.
by Tom
Aug 1st, ’20, 07:18
Forum: General Discussion
Topic: Taskbar icons of a program (e.g. Notepad), not grouping upon opening
Replies: 2
Views: 1451

Re: Taskbar icons of a program (e.g. Notepad), not grouping upon opening

FastKeys opens a new instance of the program so this is expected, I believe.