Blur

Blur

_mRally2 Jun 7, 2017 @ 5:30am
Custom keyboard layout for Blur?
Hi everyone. I just wanted to play the game and now I remember why I didnt play Blur in a long time because of the keyboard layouts. You can only choose between 2 that arent any good. Is there any trick to play it with the arrows of the keyboard? Any program that can change the keyboard keys for this game?
< >
Showing 1-5 of 5 comments
tatatatat Jun 15, 2017 @ 1:09pm 
i cant get mine to load?! stuck after all the advertisement when it gets the the blur loading screen black and the loading circle :*(
Capt Marvelous Jun 17, 2017 @ 8:20pm 
I recomend a controller instead. Easier to map and you have more pinpoint control on power drifts.
_mRally2 Jun 22, 2017 @ 11:02pm 
Originally posted by Black RX:
I recomend a controller instead. Easier to map and you have more pinpoint control on power drifts.
I solve it creating a script with AutoHotKey and worked fenomenal. Great game btw
Vithor14 Apr 12, 2019 @ 9:00am 
Originally posted by _mRally2:
Originally posted by Black RX:
I recomend a controller instead. Easier to map and you have more pinpoint control on power drifts.
I solve it creating a script with AutoHotKey and worked fenomenal. Great game btw
can you post your script if you still have it?

i decided to play blur, but the default keyboard layouts are one of the worst i've ever seen on a racing game, so i decided to try autoHotKey but i don't know how to code
_mRally2 Sep 20, 2019 @ 6:49am 
Originally posted by Vithor14:
Originally posted by _mRally2:
I solve it creating a script with AutoHotKey and worked fenomenal. Great game btw
can you post your script if you still have it?

i decided to play blur, but the default keyboard layouts are one of the worst i've ever seen on a racing game, so i decided to try autoHotKey but i don't know how to code
A little late, but here’s your code:

;Supah Script

left::a
down::s
right::d
up::w


a::left
s::down
d::right
w::up

Nonetheless, you can enter in AutoHotKey’s official forums and ask there. Basically you have to assign one key to another using ::

You can also write scripts for controller inputs, just have to search and ask on the right place.
< >
Showing 1-5 of 5 comments
Per page: 1530 50