Search found 1813 matches

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

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

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

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
by Marko
Nov 17th, ’24, 16:01
Forum: Suggestions
Topic: Support for automatic FastKeys reload/restart
Replies: 10
Views: 518

Re: Support for automatic FastKeys reload/restart

We are working on automatic reload feature - please contact me at our email if you wish to test the proposed solution.
by Marko
Nov 6th, ’24, 15:11
Forum: General Discussion
Topic: How to integrate AHK code?
Replies: 1
Views: 173

Re: How to integrate AHK code?

Double click the shortcut field and manually enter the key
~LButton Up
by Marko
Oct 27th, ’24, 19:57
Forum: General Discussion
Topic: Start-Menu toolbar with a key
Replies: 5
Views: 215

Re: Start-Menu toolbar with a key

You can set the shortcut in Preferences/Start menu #1, #2 …
by Marko
Oct 19th, ’24, 06:46
Forum: General Discussion
Topic: Pop-Up Window in Text Expander permanently
Replies: 4
Views: 309

Re: Pop-Up Window in Text Expander permanently

Could you please give a few usage case examples so we can understand the requirement better? What’s the benefit vs a toolbar?
by Marko
Oct 16th, ’24, 21:45
Forum: General Discussion
Topic: Pop-Up Window in Text Expander permanently
Replies: 4
Views: 309

Re: Pop-Up Window in Text Expander permanently

So you propose to add an option to allow the popup window with input and selection macros to stay active after triggering? We can check if this would be possible to implement in the future.
by Marko
Oct 13th, ’24, 19:44
Forum: General Discussion
Topic: Create a Shortcut - Hotkey like ALT + A
Replies: 4
Views: 227

Re: Create a Shortcut - Hotkey like ALT + A

Type: Send
{Ctrl Down}{Shift Down}V{Shift Up}{Ctrl Up}

Or try Type: Command
Send, ^!v
by Marko
Oct 11th, ’24, 21:24
Forum: General Discussion
Topic: Create a Shortcut - Hotkey like ALT + A
Replies: 4
Views: 227

Re: Create a Shortcut - Hotkey like ALT + A

For example, to simulate Alt+A:

Type: Send
{Alt Down}A{Alt Up}

Or Type: Command
Send, !A