Need for Speed™

Need for Speed™

Not enough ratings
[NFS 2015] How to rebind those Page Up/Page Down/Home/End keys for Keyboard players
By rafli.ard23
Now you can play NFS 2015 with small keyboard layout or using Laptop keyboard layout!

This method also works for any games such as the case on NFS Rivals.
   
Award
Favorite
Favorited
Unfavorite
Intro
Are you playing NFS 2015 or NFS Rivals on Keyboard and for some reason you cannot press Page Up/Page Down or similar because it is on Numpad or you're playing on Laptop keyboard?

This written guide lets you rebind those Page Up, Page Down (or any keys) to your liking.

I write this guide because it seems nobody have write tutorial/guide on Steam Guide how to do it fast and cleanly without downloading a huge apps (like powertoys), and so let's move in!
Step 1: Download AutoHotKey
Download AutoHotKey from its official site, I recommend to download v2.0. It is very small (only 2.9 MBs) so it does not really take your drive space (instead of using other methods). Don't worry this program won't give you harm as I only share the script and you don't download random .exe bind keys.


Select v2.0

Click here to access AutoHotKey' official site[www.autohotkey.com]

After you have done download the file, double click it to install. Just leave it as is and then we move to the next step.

Install the AutoHotkey
Step 2: Open the AutoHotkey Dash
Open AutoHotkey Dash program, then click "New Script".
Click "New Script"

Give your script name something descriptive so you can understand them more.
Afterward select "Empty", and then click "Create".
Step 3: Rebind the Keys
You should have new window open right on your script file directory location, right click and then open with Notepad for our newly-created-script.
Then paste this text strings below into your Notepad

; the format for rebinding is ; [The key that you want to rebind]::[The key that you want to use] ; For example I want to rebind my Numpad 9 as PgUp, so write this: ; Numpad9::PgUp ; You can view more keys here : https://www.autohotkey.com/docs/v1/KeyList.htm Numpad9::PgUp Numpad3::PgDn Numpad7::Home Numpad1::End



Explanation:
To rebind your keys, all you have to is write the code by using this format:
OriginKey::DestinationKey

On my given example, I rebind them to Numpad so it should be working with Numlock On with Full Size Laptop keyboard (15.6" layouts).

You rebind the key into anything you want for the full list of proper readable format by AHK, you can visit here:[www.autohotkey.com]
https://www.autohotkey.com/docs/v1/KeyList.htm

Use semi colon as comment in order to be not recognized as the code syntax.

You can rebind keys as much as you want. once you have done, save the file.
Step 4: Load your script
Double click your script and now it is running. You can change the binding during mid game, simply save the script once you have done changing, and then reload the script within system tray.
Outro
Congratulation, you have rebind those keys into usable one!

Such a shame that Ghost Game did not fix it ever since NFS Rivals on PC released. Feel free to like this guide if it helps you and enjoy playing on keyboard!
3 Comments
Abbas The Great 23 Aug @ 4:51pm 
that is great bro, this guide helpful to me . thank you :steamthumbsup: .
Fantasma che cammina 6 Aug @ 1:54pm 
Steam Guide how to do it fast and cleanly without downloading a huge apps (like powertoys).That's a direct quote from Author. To each their own.
Mr.reex 20 Mar @ 8:31pm 
you don't have to throw this difficult way, there is an app call
PowerToys

you can download the app and setup the key in more simplest way than yours

Download Link [apps.microsoft.com]