Search found 1814 matches
- Dec 9th, ’24, 22:31
- Forum: General Discussion
- Topic: Nested text expander
- Replies: 1
- Views: 23
Re: Nested text expander
Please check “Insert another item” macro.
- 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: 129
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.
- Nov 18th, ’24, 21:31
- Forum: General Discussion
- Topic: Desktop shortcuts from FastKeys macros
- Replies: 6
- Views: 132
Re: Desktop shortcuts from FastKeys macros
Yes, in the Text Expander module. Select items, right click and select “Copy to Start Menu”.
- Nov 18th, ’24, 19:13
- Forum: General Discussion
- Topic: Desktop shortcuts from FastKeys macros
- Replies: 6
- Views: 132
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
https://www.youtube.com/watch?v=4nBe22x91_I
- Nov 17th, ’24, 16:01
- Forum: Suggestions
- Topic: Support for automatic FastKeys reload/restart
- Replies: 10
- Views: 557
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.
- Nov 6th, ’24, 15:11
- Forum: General Discussion
- Topic: How to integrate AHK code?
- Replies: 1
- Views: 178
Re: How to integrate AHK code?
Double click the shortcut field and manually enter the key
~LButton Up
~LButton Up
- Oct 27th, ’24, 19:57
- Forum: General Discussion
- Topic: Start-Menu toolbar with a key
- Replies: 5
- Views: 218
Re: Start-Menu toolbar with a key
You can set the shortcut in Preferences/Start menu #1, #2 …
- Oct 19th, ’24, 06:46
- Forum: General Discussion
- Topic: Pop-Up Window in Text Expander permanently
- Replies: 4
- Views: 341
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?
- Oct 16th, ’24, 21:45
- Forum: General Discussion
- Topic: Pop-Up Window in Text Expander permanently
- Replies: 4
- Views: 341
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.
- Oct 13th, ’24, 19:44
- Forum: General Discussion
- Topic: Create a Shortcut - Hotkey like ALT + A
- Replies: 4
- Views: 230
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
{Ctrl Down}{Shift Down}V{Shift Up}{Ctrl Up}
Or try Type: Command
Send, ^!v