Search found 791 matches

by Tom
Jul 17th, ’19, 22:08
Forum: User Commands and Scripts
Topic: How to trim extra space when selecting text?
Replies: 17
Views: 14623

Re: How to trim extra space when selecting text?

What do you want to do with the selected text?
by Tom
Jul 17th, ’19, 22:07
Forum: General Discussion
Topic: Question: replace illegal characters in a file name
Replies: 7
Views: 2541

Re: Question: replace illegal characters in a file name

Why can't you define the selections to not contain illegal characters?
by Tom
Jun 19th, ’19, 08:10
Forum: General Discussion
Topic: Macro > Input Selection Form > CheckBox > Is there a character limit to the "Selections" section?
Replies: 3
Views: 1135

Re: Macro > Input Selection Form > CheckBox > Is there a character limit to the "Selections" section?

Currently CheckBox is the only control which does not support description labels.
The limit should be around 1000 characters per selection - how long are your selections?

You can also send your example file to our support mail and we will check.
by Tom
Jun 18th, ’19, 10:35
Forum: General Discussion
Topic: New Line in "Checkbox" Macro
Replies: 2
Views: 974

Re: New Line in "Checkbox" Macro

Hi Melanie, use `n for a new line.
by Tom
Jun 15th, ’19, 19:48
Forum: Suggestions
Topic: Text Expander menu position in browser.
Replies: 1
Views: 2621

Re: Text Expander menu position in browser.

Set alternative position for apps where the caret position cannot be determined.
Preferences/General/Appearance.
by Tom
Jun 15th, ’19, 19:46
Forum: General Discussion
Topic: a+b hotkey run script. Is it possible?
Replies: 5
Views: 2252

Re: a+b hotkey run script. Is it possible?

Double-click on a key field to define any shortcut combination according to Autohotkey syntax - in your case enter
a & b
by Tom
Jun 12th, ’19, 19:58
Forum: General Discussion
Topic: Get domain from email address
Replies: 3
Views: 2138

Re: Get domain from email address

Code: Select all

StringTrimLeft, domain, input, % InStr(input, "@")
run % "www." domain
;)
by Tom
Jun 5th, ’19, 07:35
Forum: General Discussion
Topic: Text Expander: Only output English characters, can not output Chinese characters
Replies: 2
Views: 1124

Re: Text Expander: Only output English characters, can not output Chinese characters

Sorry, I'm not sure I understand what is the issue. I tried using Unicode Languages Demo and when I type ",ch" it expands to
Hello World in Chinese: 你好,世界!

Do you get different results?
by Tom
May 22nd, ’19, 15:55
Forum: General Discussion
Topic: French translation
Replies: 1
Views: 831

Re: French translation

Hi, thanks for reporting this. We will correct this in the next release. French translation is about 90% completed and you are more than welcome to add the missing translations. Simply open French.Lang file from FastKeys/Resources/Languages folder and add the translations at the end of the file. Ple...