Shift + Numpad Problems

Ask gaming related questions (AHK v1.1 and older)
MortTheBeast
Posts: 9
Joined: 13 Nov 2017, 16:09

Shift + Numpad Problems

09 Feb 2020, 15:08

Playing Zombie Army 4

I use a lot of the Numpad keys and some keys have special moves when you combine the Shift +

For example I have it setup so Numpad1 is Crouch and Shift is Run... but if you hit Shift + Numpad1 it should make the player run and slide, but instead it's using the default windows Shift + End. How can I overcome this problem? And could someone please post the code I would use in the script?
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Shift + Numpad Problems

09 Feb 2020, 15:23

A simple remap like this will do the job.

Code: Select all

+ & NumpadEnd::+Numpad1
+ & NumpadDown::+Numpad2
+ & NumpadPgdn::+Numpad3
+ & NumpadLeft::+Numpad4
+ & NumpadClear::+Numpad5
+ & NumpadRight::+Numpad6
+ & NumpadHome::+Numpad7
+ & NumpadUp::+Numpad8
+ & NumpadPgup::+Numpad9
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹
MortTheBeast
Posts: 9
Joined: 13 Nov 2017, 16:09

Re: Shift + Numpad Problems

09 Feb 2020, 17:09

Tried that and still using the windows default Shift + because I have End as a Radial Menu and when I hit the Shift + Numpad1 it brings up the Radial.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 106 guests