Search found 791 matches

by Tom
Nov 13th, ’23, 22:46
Forum: General Discussion
Topic: Text expander window restriction
Replies: 4
Views: 1092

Re: Text expander window restriction

You can use a class name or window name - find them by using Window Information tool. Ahk_exe is currently not supported.

You can also set global rules in Preferences/Text Expander.
by Tom
Nov 13th, ’23, 22:44
Forum: General Discussion
Topic: Can't open Fastkeys after making backup
Replies: 6
Views: 3808

Re: Can't open Fastkeys after making backup

You can press F8 to open FastKeys main window. Alternatively right click FastKeys Tray icon (small icon on the right bottom) and select Exit.

More information:
https://fastkeysautomation.com/document ... arted.html
by Tom
Oct 24th, ’23, 22:13
Forum: Suggestions
Topic: Translate Function Request
Replies: 2
Views: 1115

Re: Translate Function Request

Thanks for the suggestion, we’ll see if this could be implemented in the future.
by Tom
Oct 22nd, ’23, 07:05
Forum: General Discussion
Topic: How to use one pop up box?
Replies: 4
Views: 1626

Re: How to use one pop up box?

This is because you use Insert Another Command macro, use Selection Form instead.

Insert Another Command macro embeds another separate phrase which is triggered separately.
by Tom
Oct 20th, ’23, 21:14
Forum: General Discussion
Topic: How to use one pop up box?
Replies: 4
Views: 1626

Re: How to use one pop up box?

Not sure what you mean. All macro fields in the phrase (text entries and selections) will show up on a single popup form.
Could you give me an example where you get multiple prompts?
by Tom
Oct 17th, ’23, 21:06
Forum: General Discussion
Topic: Como insertar Shift+Tab
Replies: 1
Views: 1140

Re: Como insertar Shift+Tab

Type: Command

Code: Select all

Send, +{Tab}
by Tom
Oct 14th, ’23, 13:14
Forum: General Discussion
Topic: Optional Selection Function
Replies: 1
Views: 1014

Re: Optional Selection Function

This is correct an it works.
by Tom
Oct 10th, ’23, 11:07
Forum: User Commands and Scripts
Topic: Service Fee Quote
Replies: 2
Views: 1115

Re: Service Fee Quote

FastKeys Table macros can lookup exact values. I suggest using the "Insert Command Code" macro where the possibilities are unlimited. Hi %INPUT_Name% , The price for the %INPUT_Sq% sq ft home is %CODE_Price% . Where the CODE_Price is if (INPUT_Sq > 3800) Send, $775 else if (INPUT_Sq > 3200...
by Tom
Oct 10th, ’23, 10:43
Forum: General Discussion
Topic: How to find where shortcuts are used
Replies: 1
Views: 817

Re: How to find where shortcuts are used

Check the shortcuts in Shortcuts module. Also, open Preferences and check various pages with shortcuts there.
by Tom
Oct 3rd, ’23, 20:05
Forum: User Commands and Scripts
Topic: Google BARD - Script to open bard - highlighted text
Replies: 4
Views: 1191

Re: Google BARD - Script to open bard - highlighted text

This works for me most of the time

Code: Select all

Send, ^c 
Sleep 100
run, https://bard.google.com/chat
sleep 3000
send, %clipboard%