How to optimally configure the keyboard to play NBA 2k16 and reassign some keys

2882

Step by step guide that helps to optimally configure the keyboard to play NBA 2k16 and reassign the individual keys with the Autohotkey utility

Many users have noticed that it is almost impossible to adjust the keyboard and reassign some keys in the new part of NBA 2k16. As has been written on various resources in the network and in the articles on our website — NBA 2k16 has significant inconvenience to the management at the keyboard and does not have the settings for their reassignment. While there is no official confirmation of this information, but most likely that the 2K company eventually releases a patch that eliminates these unpleasant drawbacks. In the meantime, we have found a temporary solution, and we want to share with you a instruction on the correct keyboard configuration in the game NBA 2k16.

Download and install the Autohotkey utility from the official site http://www.autohotkey.com/

Go to your desktop, click in any blank area with the right mouse button and select New> New Autohotkey script. You can call it as you like.

In created script, press the right-click and select Edit.

In the opened window, insert the following script code:

;NumPad-CODE

;remapping «normal» number keys to make them

;behave like numpad numbers

0::Numpad0

1::Numpad1

2::Numpad2

3::Numpad3

4::Numpad4

5::Numpad5

6::Numpad6

7::Numpad7

8::Numpad8

9::Numpad9

;using the «Appskey» to turn on/off remapping code

Appskey::

Suspend,Toggle

return

Save the finished script.

With such simple techniques, you will reassign action button 0 on the appropriate key on the numeric keypad. The same thing happens with the keys 1, 2, 3 and so on. When editing a script, you can reconfigure the appropriate keys as you want. Below we give an example for the finished script that redirects only two buttons on the keyboard.

;NumPad-CODE

;remapping «normal» number keys to make them

;behave like numpad numbers

Numpad0::Numpad1

NumpadDot::Numpad3

;using the «Appskey» to turn on/off remapping code

Appskey::

Suspend,Toggle

return

As you can see, everything that this version of the script makes is the reassigning the buttons Numpad1 and Numpad3 on Numpad0 and NumpadDot.

  • When editing the script is completed, save and activate it with double-click.
  • Turn on the NumLock on the keyboard, and be sure that Autohotkey icon is lit green in the tray (this indicates that the script works) and then you can run the game.

Write in the comments about how you customized your keyboard in a more convenient way and tell exactly which keys can be reassigned in the script.

Found a mistake? Highlight the text and press Ctrl + Enter
2 комментария
  1. menshikov.vova2017@yandex.ru 29.03.2017 in 12:33

    аап

    Reply
  2. иррвоыовы 29.03.2017 in 12:36

    смьлв

    Reply

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *


Notify me of followup comments via e-mail. You can also subscribe without commenting.