Zeusmoltar9
Chieftain
- Joined
- Oct 22, 2016
- Messages
- 52
Hey everyone, thought i'd post a little tutorial on how to set up auto hot keys for civ 6.
This is just to switch up down left and right to wasd and space as enter.
I also made a video on this: for those who don't do the English so well or who are lazy. you can check it out here: civ 6 mod for auto hot keys
1) download auto hot keys from http://ahkscript.org/
2) make a txt file on yer desktop or where ever you want. name it whatever you'd like. it does not matter.
3) put this text in the txt file:
#IfWinActive, Sid Meier's Civilization VI
F1::Suspend
w::up
s::down
a::left
d::right
space::enter
4) change the .txt extension to .ahk and save
5) now run civ 6 and then run the .ahk file. f1 suspends the binding so you can name things or whatever.
You can see how the text works which means you can rebind anything you want.
hope this helps anyone pissed at keybinding right now
This is just to switch up down left and right to wasd and space as enter.
I also made a video on this: for those who don't do the English so well or who are lazy. you can check it out here: civ 6 mod for auto hot keys
1) download auto hot keys from http://ahkscript.org/
2) make a txt file on yer desktop or where ever you want. name it whatever you'd like. it does not matter.
3) put this text in the txt file:
#IfWinActive, Sid Meier's Civilization VI
F1::Suspend
w::up
s::down
a::left
d::right
space::enter
4) change the .txt extension to .ahk and save
5) now run civ 6 and then run the .ahk file. f1 suspends the binding so you can name things or whatever.
You can see how the text works which means you can rebind anything you want.
hope this helps anyone pissed at keybinding right now