Welcome to Firefox pentru Android Add-ons.
Add extra features and styles to make Firefox pentru Android your own.
ÎnchideReview for Tab Wheel Scroll by WakeUp
Evaluată cu 5 din 5 stele
#MaxHotkeysPerInterval 200
DoWeNeedToFireMouseWheel()
{
MouseGetPos, x1, y1, hw1
if (y1 >= 0 && y1 < 80 && WinActive("ahk_class MozillaWindowClass"))
return 1
}
#If, DoWeNeedToFireMouseWheel()
WheelUp::
Send ^+{Tab}
return
WheelDown::
Send ^{Tab}
return
#If
Uh, thanks. Good to know there are alternative solutions, I guess.
To create your own collections, you must have a Mozilla Add-ons account.