Search found 796 matches

by Tom
Oct 17th, ’23, 21:06
Forum: General Discussion
Topic: Como insertar Shift+Tab
Replies: 1
Views: 1142

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: 1018

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: 1124

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: 818

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: 1627

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%
by Tom
Oct 3rd, ’23, 19:54
Forum: General Discussion
Topic: Install FK in driver other than C:
Replies: 1
Views: 812

Re: Install FK in driver other than C:

When installing you can choose any other folder. There is a Portable version available too, check it out.
by Tom
Oct 2nd, ’23, 17:06
Forum: General Discussion
Topic: Shortcut to rotate between open windows
Replies: 2
Views: 1917

Re: Shortcut to rotate between open windows

Try this (Type: Command): Menu, Windows, Add Menu, Windows, deleteAll WinGet windows, List Loop %windows% { id := windows%A_Index% WinGetTitle title, ahk_id %id% If (title = "") continue WinGetClass class, ahk_id %id% If (class = "ApplicationFrameWindow") { WinGetText, text, ahk_...
by Tom
Sep 24th, ’23, 20:33
Forum: General Discussion
Topic: How to make an if statement, work inside of FastKeys...
Replies: 4
Views: 980

Re: How to make an if statement, work inside of FastKeys...

What is the first part of the script doing? What are you trying to accomplish?
As said, if WinActive works for me.
by Tom
Sep 24th, ’23, 13:14
Forum: General Discussion
Topic: How to make an if statement, work inside of FastKeys...
Replies: 4
Views: 980

Re: How to make an if statement, work inside of FastKeys...

Ctrl+D creates a duplicate in FastKeys and does not delete anything.

Your code works for me, do you have a speaker turned on?
by Tom
Sep 23rd, ’23, 21:55
Forum: General Discussion
Topic: Search in New Command Window
Replies: 1
Views: 668

Re: Search in New Command Window

Search is currently only available in the main window with a list of items.