Search found 13 matches

by ztwersky
Oct 1st, ’22, 18:30
Forum: Suggestions
Topic: Text Expander not triggering where I need it
Replies: 1
Views: 563

Text Expander not triggering where I need it

Here's a text expander with options, triggered with ]pa string, that works everywhere: https://bit.ly/3SuheVk However, it doesn't trigger the suggestions where I need it most, which is why I created it: In a user form field. Here: https://bit.ly/3LW50SV I created it, so I don't have to manually copy...
by ztwersky
Sep 30th, ’22, 20:10
Forum: Suggestions
Topic: New lines are being triggered without code to do so
Replies: 2
Views: 1336

Re: New lines are being triggered without code to do so

Also, by the way, {200} just outputs {200}, and doesn't send it as a SLEEP command.
by ztwersky
Sep 30th, ’22, 20:03
Forum: Suggestions
Topic: Feature suggestion: commenting out/uncommenting macro code
Replies: 5
Views: 3625

Re: Feature suggestion: commenting out/uncommenting macro code

Tom wrote: Sep 30th, ’22, 19:35 You can of course comment the lines of code. There is no shortcut however (yet).
I tried, but it still send the output, together with the ;
so this code:

Code: Select all

;%IF_Morning%Good morning.%END%
%IF_Afternoon%Good afternoon.%END%
%IF_Night%Good Night.%END%
Will output:

Code: Select all

;

Good Night.
by ztwersky
Sep 30th, ’22, 19:53
Forum: Suggestions
Topic: New lines are being triggered without code to do so
Replies: 2
Views: 1336

New lines are being triggered without code to do so

I was adding `n after lines where an ENTER was needed. Whenever I ran my code, I noticed additional lines were being added. So, during my testing, I removed all `n from my script and was left with this: Here is my test code: c: cd %INPUT_EnvironmentPath% conda activate %SELECT_Environment% {200} %IF...
by ztwersky
Sep 30th, ’22, 19:32
Forum: Suggestions
Topic: Feature suggestion: commenting out/uncommenting macro code
Replies: 5
Views: 3625

Re: Feature suggestion: commenting out/uncommenting macro code

Tom wrote: Oct 16th, ’19, 20:35 Thanks, will be considered. ;)
Was this implemented? I really need to comment out lines of code in the Text Expander, as I try to work on the code.
It's becoming very tedious work cutting and pasting back code while I work on the script.
by ztwersky
Sep 30th, ’22, 17:23
Forum: Suggestions
Topic: [SOLVED] Save clipboard on PC restart
Replies: 2
Views: 669

Re: Save clipboard on PC restart

Tom wrote: Sep 30th, ’22, 16:55 This can be set in Preferences/Clipboard Manager/Save history.
Wunderbar!
by ztwersky
Sep 30th, ’22, 16:46
Forum: Suggestions
Topic: [SOLVED] PATH variable not pasting path correctly
Replies: 4
Views: 845

Re: PATH variable not pasting path correctly

Tom wrote: Sep 30th, ’22, 16:35 With the clipboard method you need to use `n instead of {Enter}.

We'll check the forum software to see if we can allow animated gifs. ;)
Yes, `n works. Please put `n in the "Keys" menu :)
by ztwersky
Sep 30th, ’22, 16:44
Forum: Suggestions
Topic: [SOLVED] FastKeys randomly hooks the CTRL and SHFT keys
Replies: 4
Views: 848

Re: FastKeys randomly hooks the CTRL and SHFT keys

Oh my, after a reboot, it''s fixed. Geeze. Sorry about that.

And the `n works, as you suggested in the other post. Thanks!

p.s. Do you mind putting the `n into the "Keys" menu, so we don't have to type it? (If I'm going to be lazy, I'll be lazy all the way! :lol: )
by ztwersky
Sep 30th, ’22, 13:15
Forum: Suggestions
Topic: [SOLVED] Save clipboard on PC restart
Replies: 2
Views: 669

[SOLVED] Save clipboard on PC restart

If we could still access the clipboard data after a computer restart, it would be very helpful.
by ztwersky
Sep 30th, ’22, 11:52
Forum: Suggestions
Topic: [SOLVED] PATH variable not pasting path correctly
Replies: 4
Views: 845

Re: PATH variable not pasting path correctly

My quick, custom test worked fine with sending text from an inbox to a console. See the gif video: https://imgur.com/a/NJHxsjX (I used this script to test: - My custom script is NOT WITH FASTKEYS) ::]ai:: InputBox, OutputVar, , "path" Send, %OutputVar% ExitApp I'm not trying to run anythin...