Skip to content
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

Open
kaellek opened this issue Aug 6, 2015 · 4 comments
Open

ALT Self-cast works for items but not spells #69

kaellek opened this issue Aug 6, 2015 · 4 comments

Comments

@kaellek
Copy link

kaellek commented Aug 6, 2015

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"

@lupuleasa-core
Copy link
Owner

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.

@mfarrugi
Copy link
Contributor

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.

@lupuleasa-core
Copy link
Owner

Please provide more details on what exactly isn't working and I'll look into it.

Legacy only right?

@mfarrugi
Copy link
Contributor

I've only used legacy binds. I can't self-cast any hero abilities, but
items work fine.

On Sat, Aug 15, 2015 at 12:04 PM, Lup [email protected] wrote:

Please provide more details on what exactly isn't working and I'll look
into it.

Legacy only right?


Reply to this email directly or view it on GitHub
#69 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants