Well yes, except for middlemouse scroll that is. I NEVER use it although I know about it and it seems resonable.
I didn't even know about it
Posts: 1094 | Subs: 20
Well yes, except for middlemouse scroll that is. I NEVER use it although I know about it and it seems resonable.
Posts: 4928
Posts: 431
Assign middle mouse to a thumb button. Your digits will thank you.
Posts: 830 | Subs: 3
#NoEnv
SendMode Input
#IfWinActive, Company Of Heroes 2
{
w::up
s::down
a::left
d::right
<+w::w
<+s::s
<+a::a
<+d::d
capslock::suspend
}
Posts: 1072
Posts: 1664
Can you actually do that in-game, or do you need some sort of external editor? Because that's a great idea, so long as it isn't a Windows setting.
Posts: 4928
@kamk @Ful4n0 @Schewi @assbag
Yes, you can use with AutoHotkey WASD keys as arrow and when Shift key or another key is holding down you can use WASD keys as their default state.
You can use this script to do that :
Code
#NoEnv
SendMode Input
#IfWinActive, Company Of Heroes 2
{
w::up
s::down
a::left
d::right
<+w::w
<+s::s
<+a::a
<+d::d
capslock::suspend
}
In the script, "<" means Right and "+" means Shift key so together "<+" means Right Shift key.
I don't recommend to use Alt key because alt + mouse movement is an hotkey to rotate and tilt camera.
___________________________________
I use the CoH 2 gridkey + AutoHotkey (WASD as arrow, Right Shit + WASD as WASD and 12345 as F1F2F3F4F5) + Mouse hotkey (tactical map, retreat, reinforce, attack to move and reverse drive)
Posts: 640
#IfWinActive, Company Of Heroes
w::Up ; Camera
a::Left ;
s::Down ;
d::Right ;
q::u ; revert drive
e::t ; retreat
c::a ; attack move
f::Numpad0 ; tactical map
F9:: Suspend ; suspend script ON/OFF
return
On the other hand, some people have reported that some anticheat picks up AHK as a cheat engine and will permanantly ban you. It's put me off trying it.
Posts: 1283 | Subs: 4
Posts: 175
If you use it for some key rebinds it should be no problem. Of course you can use this program to excute long strings of mouse commands which might become problematic.
Posts: 2885
Posts: 1664
just switching from arrow keys to grid keys + minimap allowed me the control i needed to crack the top 1K's.
i'm left handed so before having NUM-0 and the ->'s was pretty easy. moving my hand to T to retreat was like muscle memory, now i basically shoved my keyboard off my desk, planted my hand on wasd, and i'm trying to use grid keys, Ctrl groups for key things like support teams and vehicles, and i really gotta rebind the tacmap to left-ctrl or shift or something. it's really handy for capping orders and seeing units.
Posts: 1283 | Subs: 4
My fellow left-hander! If you have autohotkey, here is a set-up I have put together since using my right hand on WASD forces my thumb into an extremely unergonomic position to hit shift and ctrl. With this set up it's easy to reach right shift and ctrl and keep your hand open.
Only one issue... with R set to + when you hit it infantry responds "retreating!" but doesn't. I have reported this bug to no avail. W can also be iffy for stop. I have both of these keys bound to thumb buttons on my mouse as well to compensate.
Cheers
------------------------------------
#IfWinActive, Company Of Heroes 2
Insert::4
Home::5
PgUp::6
Delete::1
End::2
PgDn::3
*get rid of the * and the space between : and S or : and D. they make and on coh2.org
Numpad7::Q
Numpad8::W
Numpad9::E
NumpadAdd::R
Numpad4::A
*Numpad5:: S
*Numpad6:: D
NumpadDot::F
Numpad1::Z
Numpad2::X
Numpad3::C
NumpadEnter::V
NumLock::F1
NumpadDiv::F2
NumpadMult::F3
NumpadSub::F4
*RAlt & W:: Send {Backspace}
*AppsKey:: Send {9}
Numpad0::F
Left:: Send {Numpad0}
Down::Tab
Right::F5
Up::Alt
58 | |||||
8 | |||||
87 | |||||
31 | |||||
8 | |||||
1 |