Firefox 使用者 164195
關於我
名稱 | Firefox 使用者 164195 |
---|---|
加入日期 | Nov. 16, 2017 |
參與開發的附加元件數量 | 0 個附加元件 |
此開發者的附加元件平均分數 | 未經評分 |
我所發表的評論
Tab Wheel Scroll
評分: 5 / 5 顆星
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.
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。