Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

How do i make the arrow scrolling go back to previous versions of firefox (arrow keys are scrolling to much)?

  • 6 απαντήσεις
  • 13 έχουν αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από acrosome

more options

As I tend to use the arrow keys to scroll on my laptop as it is to hard to do it with the mouse. I like to be able to go one line of text at a time. When i updated to Firefox 10 i started to scroll 3 lines at a time. So i was wondering if there was anyway i can change it one line scroll or whether i should roll back a version?

As I tend to use the arrow keys to scroll on my laptop as it is to hard to do it with the mouse. I like to be able to go one line of text at a time. When i updated to Firefox 10 i started to scroll 3 lines at a time. So i was wondering if there was anyway i can change it one line scroll or whether i should roll back a version?

Επιλεγμένη λύση

That actually gave me an idea which i then used to fix the problem. thanks cor-el

For anyone that has this problem, do the following:


  1. Go to about:config
  2. Scroll to mousewheel.withcontrolkey.action
  3. Change Value column value to 1
  4. Restart Firefox

And that is how I fixed the problem

Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (6)

more options

I do not know of a way to do that. You can only set the scroll amount for the mouse wheel via the mousewheel prefs on the about:config page, but you can't do that for the keyboard navigation keys.

more options

Επιλεγμένη λύση

That actually gave me an idea which i then used to fix the problem. thanks cor-el

For anyone that has this problem, do the following:


  1. Go to about:config
  2. Scroll to mousewheel.withcontrolkey.action
  3. Change Value column value to 1
  4. Restart Firefox

And that is how I fixed the problem

Τροποποιήθηκε στις από το χρήστη Aza11112

more options

That pref determines what happens if you rotate the mouse scroll wheel while the CTRL key is pressed.
The normal action is to zoom the page.

more options
more options

Yes, there are extension that work both for the mouse and the keyboard, but they can only be set to scroll an amount of pixels and not to scroll one line regardless of font-size (height) of the text.


more options

Fixed it with following modifications to about:config:

Mouse Scroll: mousewheel.withnokey.numlines = 2

mousewheel.withnokey.sysnumlines = false

The second one is defaulted to true, which uses the OS's setting. Using a value of 1 will be a single line but feels slow. Using a value of 2 on the first setting seems more like the old scroll speed, since 6 is the new default

Keyboard:

toolkit.scrollbox.verticalScrollDistance = 2

Τροποποιήθηκε στις από το χρήστη acrosome