Search found 903 matches

by Tom
Feb 25th, ’25, 22:59
Forum: General Discussion
Topic: Is this a bug or its normal?
Replies: 11
Views: 6546

Re: Is this a bug or its normal?

FastKeys sends the keys exactly as you would type including the Enter between the lines. In some apps you need to use Alt+Enter for a new line instead - to simulate this do the following:

Black{Alt Down}{Enter}{Alt Up}White{Alt Down}{Enter}{Alt Up}Yellow
by Tom
Feb 25th, ’25, 07:04
Forum: Suggestions
Topic: Error when running program from Start Menu
Replies: 4
Views: 3108

Re: Error when running program from Start Menu

Can you please contact our email support?
by Tom
Feb 24th, ’25, 20:46
Forum: Suggestions
Topic: Error when running program from Start Menu
Replies: 4
Views: 3108

Re: Error when running program from Start Menu

Does this happen only with specific menu item or with all of them? Can you reproduce it every time? Before further testing, please restart Windows.
by Tom
Feb 19th, ’25, 17:24
Forum: General Discussion
Topic: Weekly open web page
Replies: 8
Views: 4932

Re: Weekly open web page

The code is set to run the software each Sunday between 8.00 and 9.00. You can change this in the script. If you want more precise setting, shorten the timer frequency (ms).
by Tom
Feb 19th, ’25, 07:10
Forum: General Discussion
Topic: Weekly open web page
Replies: 8
Views: 4932

Re: Weekly open web page

You need to remove “Select all” line.
by Tom
Feb 18th, ’25, 19:06
Forum: General Discussion
Topic: Weekly open web page
Replies: 8
Views: 4932

Re: Weekly open web page

For example, Type: Command

Code: Select all

settimer, Action, 36000000   ;1 hour
return

Action:
if (A_DDD="Sun") and (A_Hour=8)
{

	Run, www.fastkeysautomation.com  ;replace with your code
	
}
return
Similar:
viewtopic.php?t=2661
by Tom
Feb 13th, ’25, 13:33
Forum: General Discussion
Topic: SHORTCUT WORKING ONLY IS SPECIFIC WINDOW
Replies: 4
Views: 2612

Re: SHORTCUT WORKING ONLY IS SPECIFIC WINDOW

If this doesn't work try entering a Window class instead.
by Tom
Feb 11th, ’25, 11:40
Forum: General Discussion
Topic: Schedule daily run of shortcut?
Replies: 1
Views: 2234

Re: Schedule daily run of shortcut?

You need a script, Type: Command
For example:

Code: Select all

settimer, Action, 60000 ;1 minute
return

Action:
if (A_Hour=16) and (A_Min=0)
{

	SoundBeep ;replace with your code
	
}
return
by Tom
Feb 7th, ’25, 21:20
Forum: General Discussion
Topic: Display Suggestions Settings
Replies: 2
Views: 2540

Re: Display Suggestions Settings

There is currently no such setting. But you could reduce the maximum popup width in Preferences/General/Popups.
by Tom
Feb 7th, ’25, 06:42
Forum: Suggestions
Topic: voice command how work in typle
Replies: 1
Views: 2127

Re: voice command how work in typle

Currenty FastKeys has no voice activation module. But we are testing possible features like this for the future.