Search found 1726 matches

by Marko
Oct 18th, ’23, 08:19
Forum: User Commands and Scripts
Topic: Condition - with clipboard
Replies: 1
Views: 1203

Re: Condition - with clipboard

Use Condition macro with the condition
clipboard="male"
by Marko
Sep 20th, ’23, 18:24
Forum: User Commands and Scripts
Topic: How-to: toggle app foreground/minimize
Replies: 2
Views: 1347

Re: How-to: toggle app foreground/minimize

A simple script (Type: Command) using Chrome window as an example:

Code: Select all

Run, Chrome
Sleep 3000
WinActivate, ahk_class Chrome_WidgetWin_1
Sleep 3000  
WinMinimize, ahk_class Chrome_WidgetWin_1
by Marko
Sep 20th, ’23, 18:14
Forum: General Discussion
Topic: operation with integer
Replies: 3
Views: 1041

Re: operation with integer

FastKeys currently supports AutoHotkey v1.
https://www.autohotkey.com/docs/v1/
by Marko
Sep 20th, ’23, 18:10
Forum: General Discussion
Topic: Lost Licence Keys
Replies: 1
Views: 830

Re: Lost Licence Keys

In such case you need to contact our support mail using the email address used when purchasing.
by Marko
Sep 19th, ’23, 20:58
Forum: Suggestions
Topic: HTML Editor
Replies: 7
Views: 1688

Re: HTML Editor

Have you tried to reset ALL Preferences to defaults and then create a new item?
by Marko
Sep 19th, ’23, 20:56
Forum: General Discussion
Topic: recent applications shortcut
Replies: 2
Views: 854

Re: recent applications shortcut

I'm not sure I understand. Do you wish to rotate between open windows or running recent applications?
by Marko
Sep 19th, ’23, 20:54
Forum: General Discussion
Topic: operation with integer
Replies: 3
Views: 1041

Re: operation with integer

There is no Integer function in AutoHotkey, use Round function instead. Also, there should be no space between function name and parentheses.
https://www.autohotkey.com/docs/v1/lib/Math.htm#Round

Code: Select all

var4  :=  round(var1 / var2)
by Marko
Sep 17th, ’23, 19:48
Forum: Suggestions
Topic: HTML Editor
Replies: 7
Views: 1688

Re: HTML Editor

This is strange. Do you use any other software (clipboard managers etc.) which may be in conflict?
I suggest you contact us at support mail for further support.