Search found 11 matches

by gemisigo
20 Oct 2021, 09:05
Forum: Ask for Help (v1)
Topic: Running and "demoting" from an elevated script Topic is solved
Replies: 2
Views: 288

Re: Running and "demoting" from an elevated script Topic is solved

Works like a charm, thank you very much @mikeyww!
by gemisigo
20 Oct 2021, 03:06
Forum: Ask for Help (v1)
Topic: Running and "demoting" from an elevated script Topic is solved
Replies: 2
Views: 288

Running and "demoting" from an elevated script Topic is solved

Is it possible to start an application (using Run) from a script that is run as admin but to make the started app run as non-admin?
by gemisigo
22 May 2020, 19:34
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171154

Re: Radial menu scripts

is there a version without obfuscation inside the auto-update mechanism? No. you also threw a wrench somewhere into the startup process by needlessly obfuscating some important parts... some people prefer not to run stuff like that on their machines... I'm OK with that. Thanks a lot, Learning One, ...
by gemisigo
05 Apr 2020, 16:58
Forum: Ask for Help (v1)
Topic: Issues with OnClipboardChange
Replies: 7
Views: 760

Re: Issues with OnClipboardChange

These simple examples work here too.
Is there anything that could prevent OnClipboardChange to disable the requested functions? Or at least a way to check which ones are still active?
by gemisigo
05 Apr 2020, 05:37
Forum: Ask for Help (v1)
Topic: Issues with OnClipboardChange
Replies: 7
Views: 760

Re: Issues with OnClipboardChange

If you're referring to something like this #Persistent OnClipboardChange("ClipChanged") Return ^+F11:: OnClipboardChange("ClipChanged", 0) Return ^+F12:: OnClipboardChange("ClipChanged", 1) return return ClipChanged(Type) { ToolTip Clipboard data type: %Type% Sleep 1000 ToolTip ; Turn off the tip. }...
by gemisigo
05 Apr 2020, 05:12
Forum: Ask for Help (v1)
Topic: Issues with OnClipboardChange
Replies: 7
Views: 760

Issues with OnClipboardChange

I have some issues with OnClipboardChange. Registering a function with OnClipboardChange("MyFunction", 1) works. But when I try to "disable" the registered function with OnClipboardChange("MyFunction", 0) that call of OnClipboardChange runs without any reported errors, yet MyFunction is still execut...
by gemisigo
02 Jan 2018, 06:10
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171154

Re: Radial menu scripts - updates 2017-07-25

Thanks for the info, that helped. I wasn't even aware that I wasn't using the latest version. There was also a post that explained the auto update feature was unable to refresh to 4.45 so that's not a big surprise. I was already getting desperate :D
by gemisigo
01 Jan 2018, 16:03
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171154

Re: Radial menu scripts - updates 2017-07-25

It ran out of gas. I mean it won't start anymore. I have a vague (and possibly incorrect) recollection of memories about it including some kind of time checking safety switch, which would make it require upgrading to new versions every once in a while. Is there a new version available, @Learning one...
by gemisigo
22 Dec 2016, 19:11
Forum: Ask for Help (v1)
Topic: Read hotstring buffer
Replies: 5
Views: 1262

Re: Read hotstring buffer

Hmm, interesting approach. Not exactly what I need, but pretty close. Thank you very much, HotKeyIt.
by gemisigo
22 Dec 2016, 09:59
Forum: Ask for Help (v1)
Topic: Read hotstring buffer
Replies: 5
Views: 1262

Re: Read hotstring buffer

And any intention to create one?
by gemisigo
21 Dec 2016, 13:45
Forum: Ask for Help (v1)
Topic: Read hotstring buffer
Replies: 5
Views: 1262

Read hotstring buffer

Is there a way to fetch the contents of the hotstring buffer?

Go to advanced search