Installer Steam
Logg inn
|
språk
简体中文 (forenklet kinesisk)
繁體中文 (tradisjonell kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tsjekkisk)
Dansk (dansk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spania)
Español – Latinoamérica (spansk – Latin-Amerika)
Ελληνικά (gresk)
Français (fransk)
Italiano (italiensk)
Bahasa Indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (nederlandsk)
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasil)
Română (rumensk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (vietnamesisk)
Українська (ukrainsk)
Rapporter et problem med oversettelse
I don't think you can do that.
The reason I want it is that I played LoL and I've had it set it up this way for a long time, so at this point its in my muscle memory and need it to be in this config. The reason I did this is because if you are trying to kite someone as ranged carry you want attack and move to be on different buttons so you don't accidentally click the ground while you are trying to attack causing you to walk forward and get caught.
If not, you'll just have to get used to it, just like all the bad habits you peeps got from LoL.
Get rid of them.
Then I realized that since you are just pressing A and then left clicking, I made the following AutoHotkey script. It's a little weird because every time you left click you will type A (so don't left click to often while chatting), so I would prefer a legit solution to this. But for now if anybody is searching this up and looking for the attack move click you can use the following:
#NoEnv
#SingleInstance, Force
#Persistent
#InstallMouseHook
^!F4::ExitApp
#ifWinActive ahk_class Valve001
{
LButton::
send a
send {LButton}
return
}
concerning A, you just need to learn action hotkeys.
A - attack, H - stop and hold, S - stop, M - move. last one is obsolete, since you move with right click.
A + left click on the ground - move there attacking every enemy met.