Edge of Space

Edge of Space

评价数不足
AZERTY Keyboard Support with Early Access
由 class101 [ѕtеαмdеcκ] 制作
This guide will help you to remap the game keys of Edge Of Space Early Access to the AZERTY keyboards


Guide difficulty : Easy
Requirements : AutoHotkey and any Microsoft Windows supported by Steam
   
奖励
收藏
已收藏
取消收藏
What is an AZERTY keyboard ?
An AZERTY keyboard looks like this :



As you notice the first keys are A-Z-E-R-T-Y compared to a QWERTY keyboard



As you notice we just need to remap Q to A and W to Z, for this there is an awesome tool called AutoHotKey
Installing and running AutoHotKey
  • Download AutoHotKey at the official website[www.autohotkey.com]
  • Install it and it 'Run AutoHotKey' after the installation



  • Notice the new AutoHotKey Icon in your tray

Configuring AutoHotKey
Now that AutoHotKey is running, you will need to edit the default script
  • Right-Click the AutoHotKey icon and hit Edit This Script



  • When the script opens in Notepad, hit + to select all the text



  • Hit the key to delete all the sample text



  • Copy and Paste the code below in the file you previously emptied

    #IfWinActive EdgeOfSpace q::a a::q w::z z::w return



  • Save the notepad file

Applying the changes
Whenever you edit the script file, you just need to save it in Notepad and hit 'Reload This Script' in AutoHotKey :

11 条留言
Scrub 2014 年 8 月 5 日 上午 8:14 
Well now i know XD
class101 [ѕtеαмdеcκ]  [作者] 2014 年 8 月 5 日 上午 8:05 
hahah =) That's the standard format here in France and some countries around
Scrub 2014 年 8 月 5 日 上午 7:48 
i didn't even know there was AZERTY keyboard 0_o
woodenbread 2013 年 8 月 3 日 下午 1:21 
how do you use wromholes
class101 [ѕtеαмdеcκ]  [作者] 2013 年 7 月 1 日 上午 2:36 
if you can tell me which of you key are you rebinding to

ie Q => Left E => Right let me know I can try to find your script
WASP 2013 年 7 月 1 日 上午 2:34 
yes im in the UK and yes trying to remaop a Qwerty
class101 [ѕtеαмdеcκ]  [作者] 2013 年 7 月 1 日 上午 2:27 
Should not be related to this then anyway why are you using this you seem to be from UK and in this country you are not on a AZERTY style keyboard so you do not need this I think, that is when you keyboard looks like the first AZERTY picture I posted up

Or maybe are you trying to remap on you QWERTY keyboard with more keys then I recommand you to see the HotKeys uses AutoHotKey in the docs, ie to use ALT for examùple it is not that simple than writing ALT in the notepad

http://www.autohotkey.com/docs/Hotkeys.htm
WASP 2013 年 7 月 1 日 上午 2:18 
did both of them, the 1st problem i had was the game crashed, after that i had no function lol
class101 [ѕtеαмdеcκ]  [作者] 2013 年 7 月 1 日 上午 1:43 
can assist you if you want, first reason of failure i could think is forgetting to save the notepad files once changed, and forgetting to hit Reload Thios Script showing just up my post
WASP 2013 年 7 月 1 日 上午 1:09 
unfortunutly the control change didn't work, i tried a few times with no luck, seems for now i will have to wait for the Devs to reactivate custom controls, thank you anyway