Re: Can't use arrow keys for movement.
Hey guys! I've found a way of using the arrow keys for movement, without it controling the camera. I just used a program called "AutoHotKey" which allows you to script keys. For this, all i done to be able to play this game with arrow keys was make this script;
Up::w
Down:: s
Left::a
Right::d
The down script is meant to have no space after the colon, but I had to put a space there because it turns it into an emoji.
copy and paste that into a new script and you will be able to use arrow keys in A Way Out.