Search found 301 matches

by Noesis
30 Oct 2022, 20:53
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1392979

Re: « What's on your mind? » Topic is solved

Not quite right for 10 digits Garry, you have one too many digits, (the left 8 shouldn't exist in the answer. Due to the two digits from 10 being introduced, it causes the left 9 to become a second 10 and the left 8 to become a 9) So for 10 digits: 1234567900987654321. It just starts getting messy a...
by Noesis
21 May 2022, 03:52
Forum: Ask for Help (v1)
Topic: Keyboard LED control
Replies: 10
Views: 3703

Re: Keyboard LED control

Yeah, pretty old thread, anyway, not sure when it happened but I noticed somewhere along the line, I've changed the code on my machine to use "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\keyboard\Enum" now instead of "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdclass\Enum". For ...
by Noesis
29 Dec 2018, 01:44
Forum: Off-topic Discussion
Topic: Giveaways, Sales, Discounts (no trading!)
Replies: 140
Views: 73074

Re: Giveaways, Sales, Discounts (no trading!)

SOMA, free on GOG for another 29hrs,
https://www.gog.com/game/soma
by Noesis
25 Dec 2018, 00:59
Forum: Ask for Help (v1)
Topic: Calculator does not launch reliably with my code. Why?
Replies: 20
Views: 5615

Re: Calculator does not launch reliably with my code. Why?

@Gary, that won't work, the only difference between the vast majority of the Win 10 UWP apps is the actual Window Title, they all share a class and exe i.e. "ahk_class ApplicationFrameWindow ahk_exe ApplicationFrameHost.exe", meaning without the title component things like the settings app (and many...
by Noesis
05 Dec 2018, 00:41
Forum: Ask for Help (v1)
Topic: Least used Keys
Replies: 10
Views: 4400

Re: Least used Keys

Ok thanks, Yeah I should of tested it before I said it still doesn't support it. I was basing it on ages ago and assumed (incorrectly, based on my memory and Nextron's comment) it was still like that. Also in case you're interested there is a subtle historical difference between assignments & using ...
by Noesis
04 Dec 2018, 00:46
Forum: Ask for Help (v1)
Topic: Least used Keys
Replies: 10
Views: 4400

Re: Least used Keys

It seems to me the software doesn't support the F13-F24 keys. Like Nextron said LGS didn't always, and still doesn't support F24, and I know the Razer software I have doesn't support it so it's possibly more the exception to recognise these keys rather than the rule. I see the software your mouse us...
by Noesis
02 Dec 2018, 23:55
Forum: Ask for Help (v1)
Topic: Least used Keys
Replies: 10
Views: 4400

Re: Least used Keys

I'm not sure what brand or software the screenshot represents, and it could be somewhat important. Like Scr1pter said you can do this in LGS (Logitech gaming software, albeit not the way you are attempting to, more on this later) however some software won't recognize these keys, like for example Raz...
by Noesis
10 Nov 2018, 01:05
Forum: Ask for Help (v1)
Topic: Failed to activate Sticky Notes on WIN10x64 using AHKx64Unicode
Replies: 1
Views: 1155

Re: Failed to activate Sticky Notes on WIN10x64 using AHKx64Unicode

The results aren't the same because you're using "Sticky Notes" as the WinTitle in the first example, it should be the WinText (you left out a comma in the call "sticky notes should be the third argument). Your second function shouldn't work (as it's been defined) since the same issue should occur a...
by Noesis
28 Oct 2018, 07:10
Forum: Ask for Help (v1)
Topic: Win 10 Sticky Notes Always On Top
Replies: 4
Views: 2020

Re: Win 10 Sticky Notes Always On Top

Yeah that should work. The next part is to make all your displayed notes have this set, you need to identify each one separately. Something like: WinGet, IdList, List, AHK_class ApplicationFrameWindow AHK_exe Explorer.exe, Sticky Notes Loop, %IdList% { curID := IdList%A_Index% WinSet, AlwaysOnTop, O...
by Noesis
27 Oct 2018, 03:40
Forum: Ask for Help (v1)
Topic: Win 10 Sticky Notes Always On Top
Replies: 4
Views: 2020

Re: Win 10 Sticky Notes Always On Top

Use ahk's windowspy (right click ahk icon in tray area and select the entry from the menu or run windowspy.ahk in ahk's folder) and then select a note to get info. It may have an invisible title (which windowspy will show) and will also have a class & exe associated with it (preceded by ahk_class / ...
by Noesis
25 Oct 2018, 01:53
Forum: Off-topic Discussion
Topic: advice for speeding up a very slow PC
Replies: 23
Views: 11595

Re: advice for speeding up a very slow PC

When CPU usage isn't causing a slow down, the next thing I'd be inclined to check is if slows downs occur during periods of high Disk activity. As I'm sure you know, what causes the activity could be any of a number of things, as mentioned by nnnik, Also the re-configuring /changing of the virtual r...
by Noesis
12 Oct 2018, 01:07
Forum: Ask for Help (v1)
Topic: toggle 3 audio devices
Replies: 2
Views: 1914

Re: toggle 3 audio devices

You need to allow for a third state, with the toggle variable and check for it. Something like: #a:: toggle += 1 ; This increments toggle state (so values after execution of this line will be one of 0,1,2) if (toggle = 1) { Run nircmd setdefaultsounddevice "Speakers" soundToggleBox("Speakers") } els...
by Noesis
11 Oct 2018, 00:24
Forum: Ask for Help (v1)
Topic: MouseMove Issue Topic is solved
Replies: 2
Views: 1159

Re: MouseMove Issue Topic is solved

the MouseMove command should definitely be relative to the screen because I have "CoordMode, Mouse, Screen" as my first line. This is what you are missing, you have the CoordMode as the first line within a hotkey (not within the autoexecute section) so it only applies to the hotkey which contains i...
by Noesis
07 Oct 2018, 07:26
Forum: Ask for Help (v1)
Topic: how to use WM_USER messages
Replies: 8
Views: 2337

Re: how to use WM_USER messages

Hi jemdi, Generally WM_USER messages don't work any differently to WM_Command messages. The problem is the the page you linked, isn't really explaining things very well (at least that's my view). You'll notice the WM_Command message section has the numbers AFTER the description (I guess, implying th...
by Noesis
05 Oct 2018, 06:13
Forum: Off-topic Discussion
Topic: Giveaways, Sales, Discounts (no trading!)
Replies: 140
Views: 73074

Re: Giveaways, Sales, Discounts (no trading!)

Shadow Warrior 2
free for next 27 hours on gog,
https://www.gog.com/
by Noesis
28 Sep 2018, 09:09
Forum: Ask for Help (v1)
Topic: Date string not updating.
Replies: 6
Views: 1305

Re: Date string not updating.

Hi pteronaut, the issue you were experiencing is due to location of the "FormatTime" statement in your original code. That statement sets the variable "date", however since the FormatTime statment is located in what the docs refer to as the autexecute section (prior to the first hotkey), this sectio...
by Noesis
22 Jun 2018, 00:59
Forum: Off-topic Discussion
Topic: Giveaways, Sales, Discounts (no trading!)
Replies: 140
Views: 73074

Re: Giveaways, Sales, Discounts (no trading!)

Shadowrun Returns Deluxe
Free for a little over another 1 day 11 hrs.
https://www.humblebundle.com/store/shad ... rns-deluxe
by Noesis
20 Jun 2018, 01:10
Forum: Ask for Help (v1)
Topic: Can someone explain the timer commands in a more comprehensive way than the guide or just enough to make a specific prog
Replies: 6
Views: 3655

Re: Can someone explain the timer commands in a more comprehensive way than the guide or just enough to make a specific

Thank you, thank you.....so I assume a timer can't be used to influence another subroutine...all it does it count down? Not really. The timer basically repeats whatever code is in the label/function called every x milliseconds, starting x milliseconds (10000 in the example) from when the timer was ...
by Noesis
16 Jun 2018, 21:10
Forum: Ask for Help (v1)
Topic: "While" loop sometimes stuck
Replies: 14
Views: 4073

Re: "While" loop sometimes stuck

Fair enough, I'm just taking a few stabs in the dark, as I don't know why it's happening for you, it doesn't for me and my guess is it doesn't for most other people either. Something that may help is increasing the script process priority to either above normal or high, using something like "Process...

Go to advanced search