EDIT: Shoot - I forgot "Alt" is bound to 3D map rotate, I mean "pressing some keyboard key" not necessarily "Alt".
I want to setup the following:
- Pressing "Some keybind" - WASD act like the arrow keys
- Not pressing "Some keybind" - WASD behave like the standard CoH 2 grid keys
I'm using a Razer brand keyboard & nowhere within its driver settings (Razer Synapse 2.0) can I find the option to do this.
Looking around I see AutoHotkey should be able to provide this kind of functionality, I'm wondering what other people might be using.
Alt + WASD = Arrow keys
21 Jan 2015, 21:42 PM
#1
Posts: 18
21 Jan 2015, 22:04 PM
#2
Posts: 8154 | Subs: 2
You could make alt key the trigger to de/activate
I'm not sure which denomination is for the alt key but it could work.
Alt:uspend
w::up
a::left
s::down
d::right
or something like
Alt & w:: Send, w
I'm not sure which denomination is for the alt key but it could work.
Alt:uspend
w::up
a::left
s::down
d::right
or something like
Alt & w:: Send, w
22 Jan 2015, 09:43 AM
#3
Posts: 4928
Shift + WASD would do excellently. As an FPS player, that combination is second nature.
I just wish Relic would actually support it. I don't want to use AHK because of the risk of anti-cheat measures detecting it. Too many of my games use Punkbuster or VAC to risk being flagged
I just wish Relic would actually support it. I don't want to use AHK because of the risk of anti-cheat measures detecting it. Too many of my games use Punkbuster or VAC to risk being flagged
22 Jan 2015, 10:13 AM
#4
15
Posts: 786
I use wasd for camera with autohotkey, personally I think it would be too clumsy to add another key to hold, the wasd keys are not that useful anyway. With grid keys the important stuff is still accessible (stop, reinforce, all abilities, retreat, upgrades), give it a try this is my script file
I'll give a look on how to do shift+wasd so that you can try that as well
Code
#IfWinActive, ahk_class Plat::Window {DB3DC0D7-BBA3-4d06-BCD8-40CD448B4AE3}
a::Left
s::Down
d::Right
w::Up
e::w ;Q and E are switched to make 'stop' more accessible
q::e
MButton:: ;attack move on mousewheel click
Send {q}
Send {LButton}
return
Enter:: ;disable autohotkey when chatting
Suspend
Send {NumpadEnter}
return
XButton1::9 ;numbers 9 and 8 for assigning units to mouse shoulder buttons
XButton2::8
return
I'll give a look on how to do shift+wasd so that you can try that as well
22 Jan 2015, 11:28 AM
#5
Posts: 85
my micro is bad. so i use this script for soviet amry:
Space::MButton ; Press spacebar to move Camera
Space::MButton ; Press spacebar to move Camera
PAGES (1)
1 user is browsing this thread:
1 guest
Livestreams
62 | |||||
46 | |||||
21 | |||||
13 | |||||
3 | |||||
1 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.831222.789+37
- 2.34957.860+14
- 3.589215.733+4
- 4.1101614.642+2
- 5.305114.728+1
- 6.916405.693-2
- 7.271108.715+22
- 8.721440.621+3
- 9.1041674.607-2
- 10.17146.788+1
Replay highlight
VS
- cblanco ★
- 보드카 중대
- VonManteuffel
- Heartless Jäger
Einhoven Country
Honor it
9
Download
1232
Board Info
788 users are online:
788 guests
1 post in the last 24h
8 posts in the last week
38 posts in the last month
8 posts in the last week
38 posts in the last month
Registered members: 49082
Welcome our newest member, 23winlocker
Most online: 2043 users on 29 Oct 2023, 01:04 AM
Welcome our newest member, 23winlocker
Most online: 2043 users on 29 Oct 2023, 01:04 AM