Dota2-TheCore-Config-Engine icon indicating copy to clipboard operation
Dota2-TheCore-Config-Engine copied to clipboard

S key not "Stopping"

Open inertia1992 opened this issue 8 years ago • 4 comments

Hey guys,

When I hit the S key without any modifiers my character doesnt stop or hold movement. I have to use space+s to stop, is this normal? If not, how do i fix it. Thanks in advance,

inertia1992 avatar Oct 28 '16 00:10 inertia1992

@inertia1992 Sorry to tell you, but this project is basically dead. You shouldn't use it anymore IMHO as it's most likely broken beyond repair.

FlorianWendelborn avatar Oct 28 '16 00:10 FlorianWendelborn

I doubt this is fixable, which is a terrible shame. Valve killed it.

There are some Autohotkey based alternatives, but there's no guarantee that Valve will play nice with it.

There's also this: http://steamcommunity.com/sharedfiles/filedetails/?id=408986743

I have absolutely no idea since I stopped playing dota for a couple months due to Uni, but it definitely looks interesting.

Aevyz avatar Oct 31 '16 14:10 Aevyz

#171 should fix the confusion. 😿

FlorianWendelborn avatar Oct 31 '16 15:10 FlorianWendelborn

The AutoHotKey solution has been simplified down to a single hotkey rather than a script:

~*Space::ControlSend, , {LWin Down}, Dota 2 
*Space Up::Send {LWin Up}

https://github.com/Karrandalf/D2SpaceModifier

Karrandalf avatar Sep 13 '17 15:09 Karrandalf