Välkommen till Firefox för Android tillägg.
Lägg till extra funktioner och stilar för att göra Firefox för Android till ditt.
StängFirefox-användare 164195
Om mig
Namn | Firefox-användare 164195 |
---|---|
Användare sedan | nov 16, 2017 |
Antal tillägg utvecklade | 0 tillägg |
Genomsnittliga betyg för utvecklarens tillägg | Inte betygsatt än |
Mina recensioner
Tab Wheel Scroll
Betygsatt 5 utav 5 stjärnor
SOLUTION FOR THE TIME BEING.
1) Get Autohotkey
2) Create the following script:
#IfWinActive ahk_class MozillaWindowClass
;MouseGetPos, [OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]
~WheelDown::
MouseGetPos X, Y
if ( X < 225 )
SendInput ^{Tab}
Return
~WheelUp::
MouseGetPos X, Y
if ( X < 225 )
SendInput ^+{Tab}
Return
Adjust the X value to the width of your vertical tab bar (if you are using a horizontal tab bar (you shouldn't), change to Y < 33 or similar. Auto-run the script with Windows. Voila! My life is complete again.
För att skapa egna samlingar, måste du ha ett konto för Mozilla tillägg.