Firefox Page Up and Down

From Applepedia

Jump to: navigation, search

Works correctly in recent builds. However if you need them here are the old instuctions:

  • In terminal:
cd /Applications/firefox.app/Contents/MacOS/res/builtin/
open .
  • open platformHTMLBindings.xml in your text editor and under
<binding id="browser">
 <handlers>

add

<handler event="keypress" keycode="VK_UP" modifiers="accel" command="cmd_scrollTop" />
<handler event="keypress" keycode="VK_DOWN" modifiers="accel" command="cmd_scrollBottom" />
  • restart Firefox
Personal tools