hello,
im using autohotkey and have a question. i use the standard layout with q-r;a-f;y-v. i rebind wasd for moving my camera. instead of wasd im using shift+wasd for the original commands. i can choose a building and produce units with using the shift+w command, also i can use special units commands like 'hold fire'. but when i will stop my unit with shift+w the unit said that they will stop, but nothing happens. the game use shift to queue moving commands, so i believe the game also queue my stop command. have someone a idea how i can solve this problem in my autohotkey script? i also tried capslock instead of shift, but shift is a lot more comfy.
sorry for my horrible english
greetings
a part from my ahk:
...
; arrow keys
w::Up
s:own
a::Left
d::Right
; normal hotkeys
+w::w
+s:
+a::a
+d::d
...
autohotkey shift + command
20 May 2018, 18:47 PM
#1
Posts: 54
20 May 2018, 19:44 PM
#2
Posts: 69 | Subs: 1
You can try UP word like:
+w Up::w
so script should send "w" only when you release shift+w
or you can try Send word like
+w:: Send w
Actually I am not sure that "Send" will help. Looks like your problem is: when you press shift + w, 1) game opens "shift queue" and 2) script sends "w", so "w" hits the "shift queue". The idea is to send "w" after releasing Shift. You should try your script with Up word
+w Up::w
so script should send "w" only when you release shift+w
or you can try Send word like
+w:: Send w
Actually I am not sure that "Send" will help. Looks like your problem is: when you press shift + w, 1) game opens "shift queue" and 2) script sends "w", so "w" hits the "shift queue". The idea is to send "w" after releasing Shift. You should try your script with Up word
20 May 2018, 20:15 PM
#3
Posts: 54
Thank you ROMEAT,
+w Up:w gives me an error
but
+w:: Send w works well
this helps me and improve my gamestyle a lot thank you very much
+w Up:w gives me an error
but
+w:: Send w works well
this helps me and improve my gamestyle a lot thank you very much
PAGES (1)
2 users are browsing this thread:
2 guests
Livestreams
27 | |||||
228 | |||||
45 | |||||
16 | |||||
9 | |||||
6 | |||||
5 | |||||
3 | |||||
3 | |||||
2 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.40462.867+2
- 2.855.944+26
- 3.843223.791+6
- 4.659233.739+2
- 5.293157.651+1
- 6.286108.726+37
- 7.308114.730+4
- 8.12243.739-1
- 9.10829.788+9
- 10.370283.567+3
Replay highlight
VS
- cblanco ★
- 보드카 중대
- VonManteuffel
- Heartless Jäger
Einhoven Country
Honor it
13
Download
1299
Board Info
1233 users are online:
1233 guests
2 posts in the last 24h
9 posts in the last week
46 posts in the last month
9 posts in the last week
46 posts in the last month
Registered members: 51243
Welcome our newest member, Hohnstei
Most online: 2043 users on 29 Oct 2023, 01:04 AM
Welcome our newest member, Hohnstei
Most online: 2043 users on 29 Oct 2023, 01:04 AM