

For instance you could assign volume control to the mouse's scroll wheel whenever the pointer is in your media player's window. You can give your mouse different functions depending on the software you're using or tell it to change functions depending on the window the pointer is in. X-Mouse Button Control is a free application that allows you to customise your mouse buttons in a variety of different ways. KeyWait AppsKey Prevents keyboard auto-repeat from repeating the mouse click.Softonic review X-Mouse Button Control supercharges your mouse KeyWait RCtrl Prevents keyboard auto-repeat from repeating the mouse click. * Left-click (hold down Control/Shift to Control-Click or Shift-Click). *#Right::MouseMove, 10, 0, 0, R Win+RightArrow => Move cursor to the right *#Left::MouseMove, -10, 0, 0, R Win+LeftArrow => Move cursor to the left *#Down::MouseMove, 0, 10, 0, R Win+DownArrow => Move cursor downward By contrast, the following example is a simpler demonstration: *#up::MouseMove, 0, -10, 0, R Win+UpArrow hotkey => Move cursor upward Since that script offers smooth cursor movement, acceleration, and other features, it is the recommended approach if you plan to do a lot of mousing with the keyboard. The keyboard can be used to move the mouse cursor as demonstrated by the fully-featured Keyboard-To-Mouse script. A percent sign (%) as a destination key.This is because each remapping internally uses as destination keys. For example, A::b is typically equivalent to A::B and ^a::b is equivalent to ^a::^b. However, a remapping opposite to the one above would not work as one might expect, as a remapping never "releases" the modifier keys which are used to trigger it. For example, the following line would produce an uppercase B when you type either "a" or "A" (as long as CapsLock is off): a::B By contrast, specifying an uppercase letter on the right side forces uppercase. The examples above use lowercase, which is recommended for most purposes because it also remaps the corresponding uppercase letters (that is, it will send uppercase when CapsLock is "on" or Shift is held down). B would continue to send the "b" keystroke unless you remap it to something else as shown in the following example: a::b The above example does not alter B itself. For example, a script consisting only of the following line would make A behave like B: a::b The syntax for the built-in remapping feature is OriginKey::DestinationKey. For the advantages and disadvantages of each approach, see registry remapping. Limitation: AutoHotkey's remapping feature described below is generally not as pure and effective as remapping directly via the Windows registry. Remapping via the Registry's "Scancode Map".Moving the Mouse Cursor via the Keyboard.Remapping Keys (Keyboard, Mouse and Joystick) | AutoHotkey Remapping Keys (Keyboard, Mouse and Joystick) Table of Contents
