Search found 13 matches

by RMDoubleYou
Apr 17th, ’20, 08:37
Forum: Suggestions
Topic: Unable to add new Text Expander Shortcuts
Replies: 2
Views: 2997

Re: Unable to add new Text Expander Shortcuts

Hello. Managed to find a temporary work-around that seems to work all the time. If you notice when using tab to select the Substitute text-field the edge is blue noticing that it is. However clicking in this field with the mouse before typing anything will allow you to type and save. Clicking with t...
by RMDoubleYou
Apr 17th, ’20, 08:07
Forum: Suggestions
Topic: Unable to add new Text Expander Shortcuts
Replies: 2
Views: 2997

Unable to add new Text Expander Shortcuts

Hello, I believe i have some buggy version of Fastkeys installed (downloaded and installed version 4.26 on 17-04-2020 ). When trying to add another Text Expander string of Type "Send", i type in all of the fields but as soon as i go out of the Substitute field (tab out of it, or click some...
by RMDoubleYou
Apr 12th, ’19, 09:26
Forum: General Discussion
Topic: suggestion on using %INPUT_name% once but getting 2 different-formatted outputs?
Replies: 3
Views: 3058

Re: suggestion on using %INPUT_name% once but getting 2 different-formatted outputs?

Hello again,

I managed to get it to work as how i want it by changing the Command Macro to the following:

Code: Select all

StringUpper, INPUT__nameUpper, INPUT__name, T
Send, public %INPUT__type% get%INPUT__nameUpper%{(}{)} {{}
Send, {Enter}return this.%INPUT__name%{;}
Thanks again for the help! :D
RMDoubleYou
by RMDoubleYou
Apr 12th, ’19, 09:15
Forum: General Discussion
Topic: suggestion on using %INPUT_name% once but getting 2 different-formatted outputs?
Replies: 3
Views: 3058

Re: suggestion on using %INPUT_name% once but getting 2 different-formatted outputs?

Hello Tom, Thanks for the answer, It seems to be doing what i want. except for where the capital letter is printed is precisely reversed. When i now 'call' this text expansion as you have described it i get the following: A popup with: "_type" ---> boolean (what i enter) "_name" ...
by RMDoubleYou
Apr 11th, ’19, 10:53
Forum: General Discussion
Topic: suggestion on using %INPUT_name% once but getting 2 different-formatted outputs?
Replies: 3
Views: 3058

suggestion on using %INPUT_name% once but getting 2 different-formatted outputs?

Hello. I'm currently in a java software development traineeship and now quite often i need to write a 'getter' and a 'setter'. The IDE (IntelliJ) can do this automatically but if its not necessary i'd rather not get the mouse and do some clicks (yeah i am very lazy -_-). My idea was to have a text e...
by RMDoubleYou
Jan 9th, ’19, 12:19
Forum: General Discussion
Topic: Autocorrect phrase files correcting when not needed.
Replies: 4
Views: 2470

Re: Autocorrect phrase files correcting when not needed.

Ah i found the setting!

i had "Space" disabled in the ending characters settings. This has solved the problem and now autocorrect with the phrase files acts as i expected.
Thank you very much. And thank you for such a quick response!

With kind regards,
RMDoubleYou
by RMDoubleYou
Jan 9th, ’19, 10:48
Forum: General Discussion
Topic: Autocorrect phrase files correcting when not needed.
Replies: 4
Views: 2470

Re: Autocorrect phrase files correcting when not needed.

Hello. I had this setting indeed and turned it off. But now i noticed another problem. With the word "column" for example. When "trigger immediately" is enable, when i type "colum" (without N, without space) it gets corrected to "columN". So autocorrect works ...
by RMDoubleYou
Jan 8th, ’19, 13:22
Forum: General Discussion
Topic: Autocorrect phrase files correcting when not needed.
Replies: 4
Views: 2470

Autocorrect phrase files correcting when not needed.

Hello Fastkeys I have a problem with the autocorrect phrase files. Usually it works really well and really quickly which is great. However there are a few examples when it works against me. For example when i want to type "for" it corrects "fo" to "of" leading me to typ...
by RMDoubleYou
Sep 29th, ’17, 13:02
Forum: General Discussion
Topic: String doesn't delete completely
Replies: 4
Views: 2588

Re: String doesn't delete completely

This doesn't work, even when the key press delay is set to 1000 ms (1 sec). i have noticed however the characters that are not deleted are those i have typed before i autofill. As if when i type 'lsubf', the suggestion lsubfigure pops up, then when i press tab it types this out but immediately delet...
by RMDoubleYou
Sep 29th, ’17, 09:09
Forum: General Discussion
Topic: String doesn't delete completely
Replies: 4
Views: 2588

String doesn't delete completely

Hello, I have automated quite a lot of things in LaTeX, like my complete pre-amble, or the code for multiple figure. For example, when i type 'lsu' an autocomplete popup comes for 'lsubfigure' (which should type down the latex sub-figure environment). This works. However the first few characters do ...