How can I use the number pad as a mouse? Topic is solved

Ask gaming related questions (AHK v1.1 and older)
LAPIII
Posts: 667
Joined: 01 Aug 2021, 06:01

How can I use the number pad as a mouse?

Post by LAPIII » 21 Jan 2022, 13:54

I want to map:

Code: Select all

Numpad8::Up
Numpad6::Right
Numpad4::Left
Numpad2::Down
And be able to use them whether NumLock is on or not. My game uses MouseClick.
Last edited by LAPIII on 21 Jan 2022, 14:16, edited 1 time in total.

User avatar
boiler
Posts: 16767
Joined: 21 Dec 2014, 02:44

Re: How can I use the number pad as a mouse?

Post by boiler » 21 Jan 2022, 14:12

When NumLock is off, those keys already act as the keys you showed, except you have swapped Left and Right. Did you mean to do that?

LAPIII
Posts: 667
Joined: 01 Aug 2021, 06:01

Re: How can I use the number pad as a mouse?

Post by LAPIII » 21 Jan 2022, 14:15

Thanks for pointing out my mistake, you'll edit my original post. This game doesn't change view with the number pad arrow keys.

User avatar
boiler
Posts: 16767
Joined: 21 Dec 2014, 02:44

Re: How can I use the number pad as a mouse?

Post by boiler » 21 Jan 2022, 14:22

Are you saying your game recognizes the regular Up, Down, Left, and Right keys, but not the Numpad versions and not the way you remapped them?

What do you mean your game uses MouseClick?


Post Reply

Return to “Gaming Help (v1)”