Search found 1674 matches

by Marko
Sep 20th, ’23, 18:24
Forum: User Commands and Scripts
Topic: How-to: toggle app foreground/minimize
Replies: 2
Views: 84

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

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

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

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

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

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

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.
by Marko
Sep 17th, ’23, 19:44
Forum: General Discussion
Topic: Trying the trial, but unsure if it can work
Replies: 1
Views: 88

Re: Trying the trial, but unsure if it can work

Hi Johnbee and welcome to FastKeys. 1. Phrase files are used to group several simple (text only) text expander phrases together. This is typically used for auto correct phrases and specific phrase groups. Regular items can be categorized into separate tabs. 2. Sorry but I don't understand the questi...
by Marko
Sep 12th, ’23, 19:17
Forum: Announcements
Topic: FastKeys 5.13 Released
Replies: 2
Views: 277

Re: FastKeys 5.13 Released

perfectrecall wrote:
Sep 12th, ’23, 08:03
What is alternative backspace method in Auto Complete?
It uses Shift+Backspace instead of Backpace to delete the word. This may be useful in very specific cases.