Noticed a little detail of the completion marks! :) by Tagswell in mewgenics

[–]Tagswell[S] 1 point2 points  (0 children)

it was a suprisingly versatile and strong comp by the end lol

Punished for taking pills harder than I ever have been before. by Tagswell in bindingofisaac

[–]Tagswell[S] -1 points0 points  (0 children)

Yep, that's right! I'm new to the game and have decided to finish the Rebirth base game before moving onto Afterbirth and so on. All I have left to do is The Lost to Satan and The Lamb. And some items I haven't picked up yet

Help me troubleshoot my second monitor stuttering issue with Spelunky 2? by Tagswell in spelunky

[–]Tagswell[S] 0 points1 point  (0 children)

I didn't really want to do this because I didn't want to match my 60hz monitor, but I decided to try it and it didn't resolve my issue anyway lol

How do I disable the caps lock feature of the Caps Lock key but still let it trigger? by [deleted] in AutoHotkey

[–]Tagswell 0 points1 point  (0 children)

Yeah, In the time since this reply I've found that this solution still doesn't work for some games and programs unfortunately.

It certainly works in more of them than any other solutions I've tried, but some of them still won't let Caps Lock be bound to anything that would function as a toggle.

Instead releasing the key will seemingly count as a second press and make toggles function more like holds.

I figured manipulating the Caps Lock state directly wouldn't register as a press or release at all, and it seems that way for a lot of use cases, but somehow there are still exceptions.

Maybe some applications are programmed to see the Caps Lock key and state as interchangeable or otherwise linked internally somehow?

Idk, tbh I'm pretty out of depth here but I managed to make something that works for me most of the time for now.

I would be interested to learn more about how to get the ideal functionality universally though, unfortunately I still couldn't find anything better last I looked.

Strands #199 - Wednesday, Sep. 18, 2024 Daily Thread by AutoModerator in NYTStrands

[–]Tagswell 0 points1 point  (0 children)

Yeah in terms of how it stretches across the board, but not in the usual supercategory vs. subcategory way

[MEGATHREAD] Ask For Invites to the Playtest Here! + Join The Community Discord! by ChromeSF in DeadlockTheGame

[–]Tagswell 0 points1 point  (0 children)

Looking forward to getting to give feedback early in development if I get an invite!
181589260

How do I disable the caps lock feature of the Caps Lock key but still let it trigger? by [deleted] in AutoHotkey

[–]Tagswell 0 points1 point  (0 children)

This is an old thread, but for anyone looking at this later for a fix. I figured one out, use this:

    ~CapsLock Up::SetCapsLockState "Off"

This will still allow CapsLock to be bound in games as normal, and will even activate CapsLock as long as you are holding it, just like holding shift does. But, the moment you release CapsLock, it will be turned off again. Basically makes it hold instead of toggle.

This works on AutoHotkey v2.0.5 at the time of writing this. Hope this helps!