Search found 847 matches

by Tom
Nov 10th, ’24, 22:00
Forum: General Discussion
Topic: Feature request
Replies: 1
Views: 35

Re: Feature request

Thanks, we consider this. But why not saving the recording to a dummy shortcut and edit it there?
by Tom
Nov 10th, ’24, 21:58
Forum: General Discussion
Topic: Text Expander - Signs in the submenu
Replies: 2
Views: 43

Re: Text Expander - Signs in the submenu

Sorry, this is currently not available. Only the first nine items can be directly selected.
by Tom
Nov 1st, ’24, 19:19
Forum: General Discussion
Topic: unlimited number of clipboard
Replies: 1
Views: 80

Re: unlimited number of clipboard

FastKeys contains a full Clipboard Manager - check Preferences/Functions/Clipboard Manager. You can also set your own shortcuts to retrieve any clipboard content - sent the Type to Send and insert Data/Clipboard macro (Clip_1, Clip_2...). In this case you may want to limit the clipboard history size...
by Tom
Nov 1st, ’24, 19:15
Forum: General Discussion
Topic: Where is the table macro?
Replies: 1
Views: 52

Re: Where is the table macro?

This macro is only available in Professional Edition of the software.
by Tom
Oct 31st, ’24, 21:59
Forum: Suggestions
Topic: Support for automatic FastKeys reload/restart
Replies: 5
Views: 201

Re: Support for automatic FastKeys reload/restart

ESET is known for blocking all text expander programs - try disabling “Keyboard protection” and “Secure browser” settings.

Please confirm that saving does the job instead of reloading.
by Tom
Oct 30th, ’24, 19:08
Forum: Suggestions
Topic: Support for automatic FastKeys reload/restart
Replies: 5
Views: 201

Re: Support for automatic FastKeys reload/restart

Thanks. We will try to implement this. Does saving the settings (Ctrl+S or closing the settings window) resolves the issues too? Or a full software reload is required? Could you please test? In general it is recommended to find the real cause of the issue - typically another application which disabl...
by Tom
Oct 30th, ’24, 19:02
Forum: General Discussion
Topic: CSS/HTML Email Font and Font Size
Replies: 1
Views: 70

Re: CSS/HTML Email Font and Font Size

This works for me (HTML formatting):

Code: Select all

<span style="font-size: 22px; font-family: Arial, sans-serif; color: #222222;">Dear %INPUT_Contact%,</span>
by Tom
Oct 28th, ’24, 22:02
Forum: General Discussion
Topic: Start-Menu toolbar with a key
Replies: 5
Views: 126

Re: Start-Menu toolbar with a key

As toolbar is always on the desktop, you would anyway first need to click on it to get it into focus before using up/down keys to select. I believe that’s not convenient.
by Tom
Oct 28th, ’24, 18:51
Forum: General Discussion
Topic: Start-Menu toolbar with a key
Replies: 5
Views: 126

Re: Start-Menu toolbar with a key

Currently this is not available but we'll think if it would be possible to implement it in the future.
But why can't you use a normal menu instead?
by Tom
Oct 21st, ’24, 10:38
Forum: General Discussion
Topic: Shortcut keys cannot run the second AHK code
Replies: 2
Views: 148

Re: Shortcut keys cannot run the second AHK code

gosub resetsub allowedMinutes := 1 endTime := A_Now endTime += %allowedMinutes%, Minutes Gui Font, s48 w800 c8000FF, Bookman Old Style Gui Add, Text, w320 h72 x10 y10 center vtime Gui Show, w340 h100, Time is running out! SetTimer TicTac, 1000 ; Fallthrough TicTac: remainingTime := endTime EnvSub r...