-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add middle click scrolling functionality like in browsers #1
Comments
I know this is possibly dead code, but I would love this! |
Not dead code.. I use this script every day. It auto runs on startup for
me.
I haven't had the motivation to try to add this middle click like feature.
Anyone is free to try to build it
…On Sun, Jul 12, 2020, 1:23 PM Ryder Cobean ***@***.***> wrote:
I know this is possibly dead code, but I would love this!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOQBDEXKILZSYNCUDRF47TR3HWPLANCNFSM4EISFRCA>
.
|
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Apologies for using that word! Just meant maybe not updated anymore. Thanks for everything you put up as it is! Sent from Mail for Windows 10 From: mmikewwSent: Sunday, July 12, 2020 4:43 PMTo: mmikeww/DragToScrollCc: Ryder Cobean; CommentSubject: Re: [mmikeww/DragToScroll] Add middle click scrolling functionality like in browsers (#1) Not dead code.. I use this script every day. It auto runs on startup forme.I haven't had the motivation to try to add this middle click like feature.Anyone is free to try to build itOn Sun, Jul 12, 2020, 1:23 PM Ryder Cobean <[email protected]> wrote:> I know this is possibly dead code, but I would love this!>> —> You are receiving this because you authored the thread.> Reply to this email directly, view it on GitHub> <#1 (comment)>,> or unsubscribe> <https://github.com/notifications/unsubscribe-auth/AAOQBDEXKILZSYNCUDRF47TR3HWPLANCNFSM4EISFRCA>> .>—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'm guessing this is how this would work?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few people on the AHK forum thread suggested to add the ability to scroll like you can do in browsers such as Chrome or Firefox: you middle click and move your mouse, and the page scrolls, and the speed depends upon the distance that your cursor is from the original click. In this case, there is no need to continually drag.
The text was updated successfully, but these errors were encountered: