-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALT Self-cast works for items but not spells #69
Comments
In the engine we've made something more complex for the modifiers to work, and if you haven't taken the files as they are and modified them accordingly, it's tricky to understand what might be the issue for you, if you only took parts of it. Out of the box, alt modifier is working well. Are you sure you remapped the alt/ping key? If you don't do that and you use ALT to ping, then you cannot use it in the config engine. It's an old problem that I solved by remapping alt to TILDE. |
I've got the same issue, almost entirely out of the box. My copy of the legacy keybinds has one hotkey changed iirc, the rest is formatting. |
Please provide more details on what exactly isn't working and I'll look into it. Legacy only right? |
I've only used legacy binds. I can't self-cast any hero abilities, but On Sat, Aug 15, 2015 at 12:04 PM, Lup [email protected] wrote:
|
The alt modifier is not working for my spells. I have quick cast enabled, and alt is bound to +keyshift2.
For example, entering the following commands into console works:
+keyshift2
dota_ability_execute 1;dota_ability_execute 1
But the following keypresses do not work:
alt+w
I see in the console that alt is enabling the correct cfg file.
in fact even simply binding w to the command doesn't work:
bind w "dota_ability_execute 1;dota_ability_execute 1"
The text was updated successfully, but these errors were encountered: