Skip to content

Global (Windows / Browser / Rocker / Wheel) mouse gestures in AutoHotKey.

License

Notifications You must be signed in to change notification settings

CheeseFrog/AHK-GlobalGestures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AHK-GlobalGestures

Global (Windows / Browser / Rocker / Wheel) mouse gestures in AutoHotKey.


Usage:

Click and hold the right button to begin a gesture with these modifiers:

  • R : Drag in a browser for browser gestures (long-drag for additional).
  • RL : Click the left button to switch windows (long-click for alt-tab menu).
  • RL : Drag and click the left button for Windows 10 gestures (task view, virtual desktops).
  • RM : Scroll/Click the middle button for global zoom gestures.
  • RM : Drag and click the middle button for multimedia control.
  • RLM : Click the left button and scroll/click the middle button for volume control.

Simple programming (<5kb) with cardinal directions only.

Features a gnarly mouse-trail and On-Screen Display.

See code comments for gesture details.