Search found 796 matches

by Tom
Dec 28th, ’23, 18:21
Forum: General Discussion
Topic: Can you repeat a command until stopped?
Replies: 1
Views: 1528

Re: Can you repeat a command until stopped?

There are many possibilities but you need to make a script, here is one example. Create it as a shortcut which will act as start and stop (Type: Command): SetTimer, Process, % (running := !running) ? "100" : "Off" ;runs each 100ms, change it as needed Return Process: ;commands he...
by Tom
Dec 22nd, ’23, 13:15
Forum: User Commands and Scripts
Topic: Script for random quotes not working anymore
Replies: 4
Views: 2213

Re: Script for random quotes not working anymore

I tested it again on my end and it works as expected. I see you have another code in CODE_kurser macro. Check it out, maybe this is causing the trouble.
by Tom
Dec 21st, ’23, 23:26
Forum: User Commands and Scripts
Topic: Shortcut doesnt repeat over 10 times
Replies: 3
Views: 1339

Re: Shortcut doesnt repeat over 10 times

What you are doing should work, is your phrase very long?
Alternatively you can try a Loop macro:
https://fastkeysautomation.com/documentation5/Loop.html
by Tom
Dec 21st, ’23, 23:22
Forum: User Commands and Scripts
Topic: Script for random quotes not working anymore
Replies: 4
Views: 2213

Re: Script for random quotes not working anymore

Please make sure the text file contains quotes, each in a new line.
Maybe your file is formatted differently, in this can you may need to change the last line to

Send, % SubStr(List, 1, InStr(List, "`n")-1)
by Tom
Dec 21st, ’23, 23:18
Forum: User Commands and Scripts
Topic: Text Expander - Not Insert Labels
Replies: 1
Views: 1138

Re: Text Expander - Not Insert Labels

You can add a description prefix to selections. In this case only description will appear on a popup window. The default description separator is "::" and can be changed in Preferences > Text Expander.

Home Number:: 123456789
Office Number:: 987654321
by Tom
Dec 21st, ’23, 23:15
Forum: General Discussion
Topic: How to disable auto complete in some applications
Replies: 1
Views: 2148

Re: How to disable auto complete in some applications

Currently it is not possible the set the context window or "not active in" setting for Auto Complete module.

Also, the "Not active in" list may only contain full or partial window (application) names or class names.
by Tom
Dec 17th, ’23, 22:20
Forum: General Discussion
Topic: difference between using the position mode
Replies: 2
Views: 1249

Re: difference between using the position mode

(x, y) - window position is relative to the active window instead of the whole screen.

No shortcut is currently available for Windows Information tool.
by Tom
Dec 17th, ’23, 22:16
Forum: General Discussion
Topic: Text expander strange behaviour if multiple lines text contains {
Replies: 3
Views: 1661

Re: Text expander strange behaviour if multiple lines text contains {

Unfortunately this is not available in Auto Complete, we'll see if this could be improved in one of the future updates.
by Tom
Dec 17th, ’23, 22:16
Forum: General Discussion
Topic: String Still appears
Replies: 4
Views: 1428

Re: String Still appears

` is an escape character in FastKeys. Try ``a instead.
by Tom
Dec 12th, ’23, 20:01
Forum: General Discussion
Topic: String Still appears
Replies: 4
Views: 1428

Re: String Still appears

I recommend you first set ALL Preferences to defaults and try again. If you will continue to experience the issues, please contact us at our support mail.