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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user