Dota 2
Keybinds
Hi,
i want to keybind the following:
F1 "missing"
ALT+F1 "returned"
but when i tried it in autoexec, my ALT bindings dont work.
can someone please help
< >
Showing 1-11 of 11 comments
JohnWick Sep 23, 2019 @ 1:05pm 
You can map them to ALT+F4
On a serious note actually, you can bind them in the hotkeys menu in the options in dota itself
Nanomashines SOn Sep 23, 2019 @ 1:13pm 
Originally posted by John Wick:
You can map them to ALT+F4
On a serious note actually, you can bind them in the hotkeys menu in the options in dota itself
lol.
you can not bind the "returned" command in the options, so i wonder how to bind something to ALT+F? in the autoexec.
whats the line?
bind "Alt+F1" "command" or how?
cuz when i do it with something without ALT it works just fine. WITH Alt, it*s not working.
JohnWick Sep 23, 2019 @ 1:25pm 
In autoexec.cfg:
bind "ALT" "+keyShift" alias +keyShift "exec shifted_key_binds" alias -keyShift "exec shifted_key_bindsundo"

now in a new file shifted_key_binds.cfg
bind "F1" "returned"

now in a new file shifted_key_bindsundo.cfg
bind "F1" "missing"

I haven't tested this but I think it should work
Zagryzaec Sep 24, 2019 @ 12:23am 
Originally posted by Chi.co:
Hi,
i want to keybind the following:
F1 "missing"
ALT+F1 "returned"
but when i tried it in autoexec, my ALT bindings dont work.
can someone please help
Why would you do something like this?
Just press alt+ mouse on portrait in the top to call missing, and alt+cntr+mouse on portrait for "on place".
76561197994898434 Sep 24, 2019 @ 12:51am 
alias commands not works anymore
but you can try this ( bind F1 chatwheel_say 8 )
Last edited by 76561197994898434; Sep 24, 2019 @ 12:51am
76561197994898434 Sep 24, 2019 @ 12:52am 
Chat Wheel console command you can find here https://dota2.gamepedia.com/Chat_Wheel
Nanomashines SOn Sep 24, 2019 @ 8:04am 
Yes, i can Keybind all the Chat commands on normal Keys,
But when i try to bind with ALT+Hotkey "bind ALT+F1 chatwheel_say 8"
it does not work, and that's what i want to do.
I can bind ALT+Hotkey in the Options "Phrases" but there are not all the Chat commands, that i want to ALT-Keybind.
Nanomashines SOn Sep 24, 2019 @ 8:04am 
Originally posted by Zagryzaec:
Originally posted by Chi.co:
Hi,
i want to keybind the following:
F1 "missing"
ALT+F1 "returned"
but when i tried it in autoexec, my ALT bindings dont work.
can someone please help
Why would you do something like this?
Just press alt+ mouse on portrait in the top to call missing, and alt+cntr+mouse on portrait for "on place".
so i dont have to look on the portrait, while lasthitting for example.
JohnWick Sep 24, 2019 @ 2:35pm 
Originally posted by BLAME4FAME:
Originally posted by Zagryzaec:
Why would you do something like this?
Just press alt+ mouse on portrait in the top to call missing, and alt+cntr+mouse on portrait for "on place".
so i dont have to look on the portrait, while lasthitting for example.
What I typed maps the F1 key to do missing when alt is not pressed, and returned when alt is clicked by referencing keybinds in other config files
Nanomashines SOn Sep 24, 2019 @ 3:07pm 
Originally posted by John Wick:
In autoexec.cfg:
bind "ALT" "+keyShift" alias +keyShift "exec shifted_key_binds" alias -keyShift "exec shifted_key_bindsundo"

now in a new file shifted_key_binds.cfg
bind "F1" "returned"

now in a new file shifted_key_bindsundo.cfg
bind "F1" "missing"

I haven't tested this but I think it should work

isnt this slowing down the game, as everytime i press alt, it loads a .cfg?
because i use alt press a lot for other things too
JohnWick Sep 24, 2019 @ 5:49pm 
Originally posted by commend for Fun:
Originally posted by John Wick:
In autoexec.cfg:
bind "ALT" "+keyShift" alias +keyShift "exec shifted_key_binds" alias -keyShift "exec shifted_key_bindsundo"

now in a new file shifted_key_binds.cfg
bind "F1" "returned"

now in a new file shifted_key_bindsundo.cfg
bind "F1" "missing"

I haven't tested this but I think it should work

isnt this slowing down the game, as everytime i press alt, it loads a .cfg?
because i use alt press a lot for other things too
I'm not sure, I don't think so though. It's worth trying
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Sep 23, 2019 @ 1:02pm
Posts: 11