I am used to scrolling up and down with the space bar and the 'B' key in more/less on Unix, to an extent that it is "programmed in my muscle memory".

While Firefox supports scrolling down with the space bar, it does not scroll up with the 'B' key.

Any idea for getting the 'B' key working this way?

link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

There is a extension called Keyconfig that will allow you to define custom shortcut commands.

  1. Install it.
  2. Open the extension (Ctrl + Shift + F12 on Windows).
  3. Click Add a new key.
  4. Leave the default name.
  5. Replace /* CODE */ by goDoCommand("cmd_scrollPageUp");.
  6. Click OK.
  7. Replace <Disabled> by B.
  8. Click Apply.

Pressing B now should have the desired effect.

link|improve this answer
Works for me. Note that this requires disabling Firefox "find as you type" feature. – Bernd Dec 3 '11 at 20:57
feedback

You can use Shift + Space to scroll up.

If you specifically want to use B to scroll up, you'll have to install an addon called Mouseless Browsing. After downloading and installing the addon, restart Firefox, and click on the "Mouseless Browsing" icon, found in the Firefox status bar. Click on the "Keys" tab. Select "Scroll Up" from the menu. Type B into the "Shortcut" box, then click "Assign."

link|improve this answer
Thanks für the suggestion. However I want 'b'. – Bernd Dec 2 '11 at 13:05
Please see my edit. – Mehper C. Palavuzlar Dec 2 '11 at 13:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.