Login

russian armor

Alt + WASD = Arrow keys

21 Jan 2015, 21:42 PM
#1
avatar of i3lueHorneT

Posts: 18

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.
21 Jan 2015, 22:04 PM
#2
avatar of elchino7
Senior Moderator Badge

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::Suspend

w::up
a::left
s::down
d::right

or something like

Alt & w:: Send, w
22 Jan 2015, 09:43 AM
#3
avatar of Mr. Someguy

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 ;)
22 Jan 2015, 10:13 AM
#4
avatar of tuvok
Benefactor 115

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

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
avatar of pegasos

Posts: 85

my micro is bad. so i use this script for soviet amry:

Space::MButton ; Press spacebar to move Camera
1 user is browsing this thread: 1 guest

Ladders Top 10

  • #
    Steam Alias
    W
    L
    %
    Streak
Data provided by Relic Relic Entertainment

Replay highlight

VS
  • U.S. Forces flag cblanco ★
  • The British Forces flag 보드카 중대
  • Oberkommando West flag VonManteuffel
  • Ostheer flag Heartless Jäger
uploaded by XXxxHeartlessxxXX

Board Info

344 users are online: 344 guests
0 post in the last 24h
20 posts in the last week
133 posts in the last month
Registered members: 45006
Welcome our newest member, Bean
Most online: 2043 users on 29 Oct 2023, 01:04 AM