Search found 7 matches

by Gavnar
24 Nov 2020, 17:07
Forum: Gaming Help (v1)
Topic: Can I Use AHK To Convert Keyboard To Joystick???
Replies: 1
Views: 285

Can I Use AHK To Convert Keyboard To Joystick???

Im looking to remove the small chip from my keyboard and using my 3d printer, design an actual thumbstick controller with it and with some clever rewireing use the numpad as joystick directions. I want to use the whole numpad to have diagonals too and even have semi-diagonals for even more precise m...
by Gavnar
27 Jun 2020, 03:46
Forum: Gaming Scripts (v1)
Topic: [Library] MouseDelta - See mouse input the way games see it. (Use for mouse axis->key or joystick)
Replies: 105
Views: 112474

Re: [Library] MouseDelta - See mouse input the way games see it. (Use for mouse axis->key or joystick)

Do you know of any script that allows for example numpad 8543 to be used as a mouse in GAMES, though uses delta input like in your example? Ive tried using regular mousemove in games which just sends the mouse all over the place. I was hoping your delta script addressed this problem but it seems to ...
by Gavnar
27 May 2020, 10:48
Forum: Ask for Help (v1)
Topic: Is Numpad Joystick Possible??? - AHK V1.1.32
Replies: 8
Views: 948

Re: Is Numpad Joystick Possible??? - AHK V1.1.32

Ive considered it but still want the directions in my original post, I just think its a lot better to have that extra precision. I played around with smoothness and all it seems to do is add jitteryness when I hold down any direction button so Ive set it to 0, apart from that it strangely "smooths" ...
by Gavnar
02 May 2020, 10:44
Forum: Ask for Help (v1)
Topic: Is Numpad Joystick Possible??? - AHK V1.1.32
Replies: 8
Views: 948

Re: Is Numpad Joystick Possible??? - AHK V1.1.32

Thanks very much for your time and help. Your way seems simpler yet more advanced. Ive been looking at AHK help page trying to full gaps in my understanding. The introduction section is very clear but as soon as you start looking up definitions of various terms the descriptions get shorter and assum...
by Gavnar
29 Apr 2020, 12:31
Forum: Ask for Help (v1)
Topic: Is Numpad Joystick Possible??? - AHK V1.1.32
Replies: 8
Views: 948

Re: Is Numpad Joystick Possible??? - AHK V1.1.32

~Numpad8 & Numpad6:: ~Numpad6 & Numpad8:: while GetKeyState("Numpad6", "P") ; While key is being hold down { MouseMove, speedX, -speedY, 1, R } return Ive noticed that although pressing num8 & num6 together gives the desired effect of causing the cursor to move NE; if Im holding num6 and then press...
by Gavnar
24 Apr 2020, 14:27
Forum: Ask for Help (v1)
Topic: Is Numpad Joystick Possible??? - AHK V1.1.32
Replies: 8
Views: 948

Re: Is Numpad Joystick Possible??? - AHK V1.1.32

Thanks for the response, 44 views and only one response... I suppose my request does sound somewhat uninspiringly longwinded :) I have looked at your code and to be honest I only understand some of it but at least I can look up the commands and expand my knowledge on them, knowing WHAT to learn to a...
by Gavnar
23 Apr 2020, 11:43
Forum: Ask for Help (v1)
Topic: Is Numpad Joystick Possible??? - AHK V1.1.32
Replies: 8
Views: 948

Is Numpad Joystick Possible??? - AHK V1.1.32

GREETINGS I would like my keyboard numpad to fuction as a joystick and am not sure if it can be done in the way Id like it. I understand I will not have the variable speed of a joystick; pressing a button will cause the cursor to travel at a set speed unless of course I add a hotkey that speeds it u...

Go to advanced search