Dobrodošli pri dodatkih za SeaMonkey.
Dodajte funkcije in sloge, kot vam za SeaMonkey najbolj odgovarja.
ZapriUporabnik Firefoxa 164195
O meni
Ime | Uporabnik Firefoxa 164195 |
---|---|
Uporabnik od | Nov. 16, 2017 |
Število razvitih dodatkov | 0 dodatkov |
Povprečna ocena dodatkov tega razvijalca | Še ni ocenjeno |
Moje ocene
Tab Wheel Scroll
Ocena 5 od 5 zvezdic
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.
Če želite ustvarjate lastne zbirke, morate imeti račun pri Dodatki Mozille.
ali pa se prijavite na svoj račun