Search found 1682 matches

by Marko
Dec 1st, ’23, 18:15
Forum: User Commands and Scripts
Topic: Trigger Menu to OPEN, when a certain application is active.
Replies: 2
Views: 70

Re: Trigger Menu to OPEN, when a certain application is active.

Currently not. But good idea, we'll see if something like this could be implemented in one of the next releases.
by Marko
Nov 27th, ’23, 19:01
Forum: User Commands and Scripts
Topic: Shared function.
Replies: 5
Views: 2895

Re: Shared function.

Thanks for reporting. You are right, currently it is only possible to set a procedure and not a function in the Startup Script.
We will resolve this in the next release. ;)
by Marko
Nov 27th, ’23, 18:33
Forum: General Discussion
Topic: Feature Request as Can be Comment In Multiple Substitute Text Expander
Replies: 1
Views: 97

Re: Feature Request as Can be Comment In Multiple Substitute Text Expander

Comments in Send mode were introduced in v5.12. Select the phrase, right click and select Comment. Please note that comments must be in a separate line. I'm not sure I follow the multiple substitute suggestions. Maybe try the following alternatives: - Enable "Display suggestions as you type" option ...
by Marko
Nov 27th, ’23, 18:22
Forum: General Discussion
Topic: Why Column No 10 In Any Excel Filee Always Unavailable in Excel File Lookup?
Replies: 1
Views: 52

Re: Why Column No 10 In Any Excel Filee Always Unavailable in Excel File Lookup?

Thanks for reporting this issue, it will be resolved in the next update release. ;)
by Marko
Nov 8th, ’23, 17:31
Forum: General Discussion
Topic: Run corresponding File through ID number(manual input)
Replies: 1
Views: 203

Re: Run corresponding File through ID number(manual input)

Sure, use Type: run with multiple commands. Use a delimiter as a first character in a new line to divide multiple command actions. Default delimiter is "/" which can be changed in Preferences > Text Expander. For example: calc /C:\Program Files\FastKeys\FastKeys.exe /D:\MyFolder To improve visibilit...
by Marko
Oct 29th, ’23, 13:40
Forum: User Commands and Scripts
Topic: Could not close the previous instance of this script. Keep waiting?
Replies: 1
Views: 325

Re: Could not close the previous instance of this script. Keep waiting?

In case of such issue open Task Manager (Ctrl+Shift+Escape) and manually close the application.
by Marko
Oct 18th, ’23, 08:19
Forum: User Commands and Scripts
Topic: Condition - with clipboard
Replies: 1
Views: 481

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

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

Re: operation with integer

FastKeys currently supports AutoHotkey v1.
https://www.autohotkey.com/docs/v1/