Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Adjust tab bar scroll speed

  • 2 답장
  • 0 이 문제를 만남
  • 4 보기
  • 최종 답변자: noel_envode

more options

I just built a fresh profile. In about;config, to widen the tabs, I changed browser.tabs.tabMinWidth to 175

With that change, the tabs wheel scrolls too fast, too much tab scroll horizontal movement with each wheel rotation click. It was working fine in my older profile.

I believe it is also about;config setting. I thought I had it written down, but I can't find it.

I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl.

To test, I replaced the prefs.js file with one from an older profile where it was working the way I wanted, and while it messed up some things on my toolbar, the tab bar scrolling and page scrolling were the changes i was looking for. I tried searching thru prefs.js, but I didn't recognize the setting I was looking for.

I just built a fresh profile. In about;config, to widen the tabs, I changed browser.tabs.tabMinWidth to 175 With that change, the tabs wheel scrolls too fast, too much tab scroll horizontal movement with each wheel rotation click. It was working fine in my older profile. I believe it is also about;config setting. I thought I had it written down, but I can't find it. I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl. To test, I replaced the prefs.js file with one from an older profile where it was working the way I wanted, and while it messed up some things on my toolbar, the tab bar scrolling and page scrolling were the changes i was looking for. I tried searching thru prefs.js, but I didn't recognize the setting I was looking for.

글쓴이 noel_envode 수정일시

모든 댓글 (2)

more options

noel_envode said

I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl.

Increase mousewheel.min_line_scroll_amount to adjust the page scroll speed independently of the tab bar.

more options

Thanks. Didn't realize I had to add both settings.