1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 02:45:45 +01:00

add C-u/C-d mappings and the associated 'scroll' option

This commit is contained in:
Doug Kearns
2007-08-08 05:27:39 +00:00
parent ad44a9160c
commit c615dc958c
5 changed files with 54 additions and 6 deletions

View File

@@ -75,6 +75,11 @@ function Buffer() //{{{
return window.content.document.location.href;
});
this.__defineGetter__("pageHeight", function()
{
return getBrowser().mPanelContainer.boxObject.height; // FIXME: best way to do this?
});
this.__defineGetter__("textZoom", function()
{
return zoom_manager.textZoom;