Skip to content

Releases: valignatev/socd

Esc bind and some fixes

01 Sep 17:51
807f829
Compare
Choose a tag to compare

NOTE
If this doesn't work for you, try the previous version and tell me about it in the issue with you PC specs (windows revision and your keyboard, and if you have any antimalware)

You can now add a binding to ESC key and have a disable binding - a key that you can hold to suppress SOCD behavior, woo! Also fixed some compiler warnings and some other jank that I've found. Another rather big change - I'm sending scancodes to SendInput now because some games use DirectInput event loop and completely ignore virtual key codes. This should fix #14 and hopefully #19

fix #16

12 Feb 22:52
d2c4ff7
Compare
Choose a tag to compare

This release only fixes annoyting explorer.exe shenanigans, nothing else, really. See #16

Custom keybindings

14 Mar 13:29
f3bf4ed
Compare
Choose a tag to compare

No graphical interface yet, but config editing should suffice for now. You can find key codes here, just make sure to put number without 0x in the file. I swear I'm not that lazy usually 😔

Small fix for "Access Denied" error when opening a process

07 Mar 11:33
7be8bbb
Compare
Choose a tag to compare

Well, not really a fix, but rather we just ignore it cuz nothing really we can do about it.

(Experimental) Process Filter

07 Mar 00:34
e5fd575
Compare
Choose a tag to compare

Only activate SOCD cleaner in programs you want, and it'll only enable itself when the program you specify is focused!

See how to do it in the updated readme. I'll work on proper interface so it's easier to do in the future, but didn't want to delay release until it's done.

Save selected options

23 Oct 17:17
3ebdd3b
Compare
Choose a tag to compare

Now the program will save your settings and restore them upon relaunch.

Exe compiled with clang so windows defender doesn't complain

20 Oct 10:07
730857b
Compare
Choose a tag to compare

For some reason, windows defender complains if you compile exe with cl, but clang does something that makes it go away.
Check #1 for more details.

Scuffed alpha version

20 Oct 00:21
32ffd1b
Compare
Choose a tag to compare
Scuffed alpha version Pre-release
Pre-release

First version with GUI and mode selection. Only WASD or Arrows are supported so far, and only "last wins" mode. I.e. last pressed direction overrides the previous one.