Detecting mouse movement or scroll wheel up/down when holding right mouse button

This page summarizes the projects mentioned and recommended in the original post on /r/AutoHotkey

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • duckduckgo-locales

    Translation files for <a href="https://duckduckgo.com"> </a>

    `if (cx > (sx+1) || cx < (sx-1) || cy > (sy+1) || cy < (sy-1))` `{` `send {blind}{RButton down}` `KeyWait, RButton` `send {blind}{RButton up}` `return` `}` `else` `{` `if(A_PriorKey = "WheelUp")` `{` `Run "`[`https://google.com/`](https://duckduckgo.com/)`"` `return` `}` `if(A_PriorKey = "WheelDown")` `{` `Run explorer.exe "C:\Users\Utente\Downloads"` `return` `}`

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts