Search found 1730 matches

by Marko
Mar 21st, ’18, 11:03
Forum: General Discussion
Topic: Date replace and reformat
Replies: 1
Views: 1189

Re: Date replace and reformat

Such feature is not available. How could FastKeys recognize that the string being entered is a date and not something else?
I could only think of making a script which would change the date format of the selected string...
by Marko
Mar 21st, ’18, 09:32
Forum: Suggestions
Topic: AutoComplete wordlist bug or feature?
Replies: 6
Views: 3730

Re: AutoComplete wordlist bug or feature?

I tried the file and it works as expected. What exactly is the issue and how can I reproduce it?
by Marko
Mar 21st, ’18, 09:31
Forum: Suggestions
Topic: Expand Automation Editor - Easier Script Building - like a Flowchart
Replies: 1
Views: 2046

Re: Expand Automation Editor - Easier Script Building - like a Flowchart

Hi Maxim, thanks for the suggestion, probably idea for a separate software, we'll think about it. Relatively easy to start but would quicky become complicated because of the conditions, loops etc. And the command blocks available would always be limited comparing to manual scripting. Some macros are...
by Marko
Mar 10th, ’18, 10:45
Forum: General Discussion
Topic: Checking caps in INPUT macro
Replies: 3
Views: 2348

Re: Checking caps in INPUT macro

You are welcome! :D
by Marko
Mar 9th, ’18, 20:21
Forum: General Discussion
Topic: Checking caps in INPUT macro
Replies: 3
Views: 2348

Re: Checking caps in INPUT macro

You can use Insert Command Code macro. Example: Substitute (note that the name of Input field is "_test". "_" is added to prevent sending this value): %INPUT__test% %CODE_TestUpper% The content of TestUpper Command Code macro: first:=SubStr(INPUT__test,1,1) if first is upper Send...
by Marko
Mar 7th, ’18, 18:36
Forum: General Discussion
Topic: Autocomplete for words starting with a dollar sign
Replies: 2
Views: 1612

Re: Autocomplete not working for words starting with a dollar sign

Hi Mike, thanks for reporting this. This tiny bug was resolved - please download and install again.
by Marko
Mar 2nd, ’18, 21:04
Forum: General Discussion
Topic: Special Character With Additional Character
Replies: 4
Views: 2612

Re: [bug] Special Character With Additional Character

As I said, check the setting - you have a substitute set as ®e.
by Marko
Mar 2nd, ’18, 21:03
Forum: General Discussion
Topic: [question] . character triggers pop up
Replies: 4
Views: 2489

Re: [question] . character triggers pop up

Ok, now I see, this is a result of a combination of two options: - Preferences/Text Expander/Display suggestions as you type - turned on - Preferences/Auto Complete/Minimum word length to show suggestions - set to 1 As a result, you get suggestions immediately when you type the first character (~). ...
by Marko
Mar 2nd, ’18, 18:09
Forum: General Discussion
Topic: [question] . character triggers pop up
Replies: 4
Views: 2489

Re: [question] . character triggers pop up

I don't understand what you mean. According to your settings there are no popup appearing. Could you be more specific?
by Marko
Mar 2nd, ’18, 17:59
Forum: General Discussion
Topic: Special Character With Additional Character
Replies: 4
Views: 2612

Re: [bug] Special Character With Additional Character

You have a substitute set as ®e.
Are you mixing FastKeys with some other software?