Skip to main content

All Questions

Tagged with
0 votes
5 answers
38k views

Is there any way to keep my mouse moving continuously? (without using mouse jigglers)

There is an app that continously monitors all the other apps that I'm using, but it only registers me to be "working" if my mouse/keyboard is moving. So is there any way to get my mouse to ...
Tanuj's user avatar
  • 113
1 vote
1 answer
364 views

AHK to reassign mouse indexes for RetroArch emulator

I have an arcade build with lightguns that uses RetroArch. It relies on mouse indexes which can be obtained with a controller remap utility tool. This produces the following information ...
drewjbx's user avatar
  • 65
0 votes
1 answer
182 views

How to use This Script to Disable horizontal (left/right) mouse input during specific key hold

I am an Occupational Therapist working with a patient who has quadriplegia but had great head movement. He has Windows 11 and He wants to be able to hardcore game on his gaming laptop and we have been ...
Tyler's user avatar
  • 9
1 vote
1 answer
1k views

Disable horizontal (left/right) mouse input during specific key press (toggle) or key hold

In Windows 10, I am looking for a way to disable any input from my mouse's movement in the horizontal or left/right direction while still allowing the input in the vertical or up/down direction to be ...
Bobby S's user avatar
  • 423
1 vote
2 answers
2k views

How can I execute AutoHotKey in a game

This is not for cheating. I am playing a point and click, single player game. The only goal I have is to move the cursor so it is visible on my TV. My laptop is plugged into my TV screen, and only ...
MyDaftQuestions's user avatar
0 votes
1 answer
243 views

`MouseMove A_ScreenWidth, A_ScreenHeight` loses precision

Quote from the documentation: A_ScreenWidth, A_ScreenHeight: The width and height of the primary monitor, in pixels (e.g. 1024 and 768). I expected the following code to move the cursor tip at the ...
Wenfang Du's user avatar
0 votes
0 answers
992 views

Is there some way to limit the fastest mouse click input speed? [duplicate]

I'm having some issues with my mouse, a Roccat Tyon, in that it seems to be erroneously sending two rapid click inputs on a single click, for both left and right mouse buttons. I've updated my drivers ...
WhatEvil's user avatar
  • 184
1 vote
0 answers
2k views

Remapping mouse buttons to single-button hotkeys not usable on the keyboard

I have a Roccat Kone AIMO and I want to remap the buttons to buttons that are not on my keyboard, like the F13-F24 keys. I could theoretically do this via the "assign a hotkey" function in ...
Ultimate_Cactus's user avatar
0 votes
2 answers
584 views

How do I configure AutoHotKey to use mouse for shortcut?

I am trying to create a script that will change desktops based on the following: When I hold down the right mouse button (i.e right click) and then use the scroll wheel. Scrolling up should go to left ...
Nura's user avatar
  • 127
1 vote
1 answer
801 views

How can I use a controller to click on certain places of my screen?

I have been playing an online poker game, which I really enjoy. My only complaint is that I have to sit at my PC holding my mouse all the time, which isn't very relaxing for me. I was wondering if I ...
stanjg's user avatar
  • 13
2 votes
1 answer
3k views

Are there any alternatives to Razer Synapse with full macro functionality for a mouse?

I've had an extremely bad experience with Razer Synapse, because it causes constant and random BSOD's on my computer. I use a sensitivity clutch for one of my macro buttons, but when the Synapse ...
Drakinite's user avatar
  • 163
2 votes
1 answer
8k views

Universal middle button scrolling with laptop with mouse pointer in keyboard

I have a new HP ZBook G6. It has two mouse button rows, the top one for the mouse pointer in the middle of the keyboard, the lower one for the trackpad. I have completely disabled the trackpad (and ...
Tripartio's user avatar
  • 610
1 vote
1 answer
1k views

WM_NCHITTEST and Detecting the Title bar of a Window

I am relatively new to the world of programming. I've been using AutoHotkey a lot and came accross a code using WM_NCHITTEST. The code below: When the mouse cursor is above a window Title Bar, Right ...
GaXve's user avatar
  • 21
0 votes
1 answer
98 views

How do I remap the mouse clicks so that a previously held down key carries on sending inputs once I release the remapped key?

Let me explain my scenario. I'm holding down the 1 key producing a string of 1's. When I right or left click my mouse, the string of 1's stop briefly before resuming once again to produce a string of ...
jameslacey01's user avatar
0 votes
1 answer
450 views

How do I use alt + left mouse button + o (any alphanumeric key on the keyboard) with autohotkey?

I need two hotkeys: alt+q+left mouse button and alt+w+left mouse button Now I have this that is not working $!LButton:: IF getkeystate(h) { send mButton down KeyWait, LButton send mButton up }...
John Smith's user avatar

15 30 50 per page