Posts

Showing posts from September, 2016

Stellaris and AZERTY Keyboard

Image
Paradox Interactive did a great job with Stellaris Game, as you may read on internet. So I did spent 40€ for the game, and I was unpleasantly surprised that AZERTY Keyboard are not supported... WTF in 2016 !!! In 1995 we had configurable key binding and probably before that... (Can't remember). I've search a bit and couldn't find an Out Of The Box solution, so here is a step by step instruction. Go to the AutoHotkey Homepage. https://autohotkey.com/ Click Download. https://autohotkey.com/download/ahk-install.exe Run akh-install.exe to install AutoHotkey Right click on your desktop, New, "AutoHotkey", name it "Stellaris AZERTY.ahk" Copy paste the script below :  #SingleInstance Force #MaxHotkeysPerInterval 99999 ;start game Run, "steam://rungameid/281990" ;"fix" keys ;#IfWinActive ahk_class stellaris ;#Persistent ;#UseHook z::w w::z a::q q::a Save Right click on the .ahk fi