key mapping
from
Offworld Forums
Is it possible to map keys ?
For instance with an AZERTY keyboard, i'd to have A<>Q and Z<>W
Thanks
Is it possible to map keys ?
For instance with an AZERTY keyboard, i'd to have A<>Q and Z<>W
Thanks
I've heard custom key mapping is coming. In the mean time I've been using Autohotkey to setup some basic remappings. This script should do what you like.
#SingleInstance force
;;Only activate these hotkeys within Offworld
#IfWinActive ahk_class UnityWndClass
$a::Send, q
$q::Send, a
$z::Send, w
$w::Send, z
#IfWinActive
Welcome Guest! Please take the time to register with us.
Select a reason for giving karma:
You're about to visit an external site:
Sign up here to get the latest news, updates, and special offers delivered directly to your inbox.