Search found 5 matches

by noticz
Jun 17th, ’25, 12:58
Forum: Suggestions
Topic: %INPUT_ macros etc
Replies: 3
Views: 36118

Re: %INPUT_ macros etc

I'm bumping this since it is a very well needed feature.
by noticz
Jun 17th, ’25, 12:02
Forum: General Discussion
Topic: Slow FastKeys text expander and solution?
Replies: 3
Views: 18099

Re: Slow FastKeys text expander and solution?

My question is why? Seems like it would be an easy option to add to the program. Couple lines of code for checking if values inside the pasted text has cursor in it. Just seems silly to me that this isn't an option and it's really the only thing keeping me from using FastKeys. I just can't seem to h...
by noticz
Jun 9th, ’25, 20:32
Forum: General Discussion
Topic: Slow FastKeys text expander and solution?
Replies: 3
Views: 18099

Slow FastKeys text expander and solution?

I am wondering if there is any way to use the text expander 'Use Clipboard' option and still keeping cursor position on the expanded text? My text expander takes a good 10 seconds to run using the normal method, when I switch it to the use clipboard option it fixes the problem but it doesn't obey cu...
by noticz
Jun 5th, ’25, 11:40
Forum: User Commands and Scripts
Topic: Better brightness control with on screen display (win 10 tested)
Replies: 1
Views: 25354

Better brightness control with on screen display (win 10 tested)

I found that I like the on screen display to appear to tell me where I'm at on my brightness level AdjustScreenBrightness(-10) BrightnessOSD() AdjustScreenBrightness(step) { service := "winmgmts:{impersonationLevel=impersonate}!\\.\root\WMI" monitors := ComObjGet(service).ExecQuery("S...
by noticz
Jun 4th, ’25, 18:30
Forum: User Commands and Scripts
Topic: Stacking multiple copy operations example with replacing character
Replies: 1
Views: 24019

Stacking multiple copy operations example with replacing character

I just wanted to share this code snippet, maybe it will help someone else out there that might need to do the same thing. I have this setup as a shortcut for ctrl + c as a command. It takes and checks if the second copy operation contains a certain text and then combines the first copy with the seco...