Search found 1860 matches

by Marko
Dec 25th, ’24, 07:55
Forum: General Discussion
Topic: Can I have a dictionary for script command
Replies: 4
Views: 895

Re: Can I have a dictionary for script command

Sorry, I’m nor sure I understand the question, could you rephrase?
by Marko
Dec 20th, ’24, 23:16
Forum: General Discussion
Topic: Folder Search in the Explorer
Replies: 4
Views: 1487

Re: Folder Search in the Explorer

Sounds like Auto Complete module would be perfect for the job. :D
by Marko
Dec 19th, ’24, 22:59
Forum: General Discussion
Topic: Folder Search in the Explorer
Replies: 4
Views: 1487

Re: Folder Search in the Explorer

Create a new Text expander item, Type: Run, and set the path to the folder into the command field.
https://fastkeysautomation.com/documentation5/Run.html
by Marko
Dec 13th, ’24, 14:16
Forum: User Commands and Scripts
Topic: Trying to make this script is driving me crazy
Replies: 3
Views: 1875

Re: Trying to make this script is driving me crazy

Type:Command

Code: Select all

Send, ^c
Sleep, 100
Send, ^r
Send, 100
Send, ^v
Send, {Tab}
Or

Code: Select all

Send, ^c{100}^r{100}^v{Tab}
Add short pauses in miliseconds to allow the software some time. You can experiment with the timings.
by Marko
Dec 9th, ’24, 22:31
Forum: General Discussion
Topic: Nested text expander
Replies: 1
Views: 883

Re: Nested text expander

Please check “Insert another item” macro.
by Marko
Nov 22nd, ’24, 16:18
Forum: General Discussion
Topic: How to use a variable from inserted command code as selection form selections
Replies: 1
Views: 844

Re: How to use a variable from inserted command code as selection form selections

Unfortunately this is currently not possible. We will think if something like this could be implemented in one of the future editions.
by Marko
Nov 18th, ’24, 21:31
Forum: General Discussion
Topic: Desktop shortcuts from FastKeys macros
Replies: 6
Views: 1253

Re: Desktop shortcuts from FastKeys macros

Yes, in the Text Expander module. Select items, right click and select “Copy to Start Menu”.
by Marko
Nov 18th, ’24, 19:13
Forum: General Discussion
Topic: Desktop shortcuts from FastKeys macros
Replies: 6
Views: 1253

Re: Desktop shortcuts from FastKeys macros

Hi Kevin, you could create a start menu or a toolbar.
https://www.youtube.com/watch?v=4nBe22x91_I