1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:52:25 +01:00

remove broken <LeftMouse> in more-prompt action - needs reimplementing

This commit is contained in:
Doug Kearns
2008-09-21 14:16:20 +00:00
parent d05a33b0bd
commit 7c2825c577

View File

@@ -908,6 +908,7 @@ liberator.CommandLine = function () //{{{
passEvent = true; passEvent = true;
break; break;
// TODO: <LeftMouse> on the prompt line should scroll one page
case "<LeftMouse>": case "<LeftMouse>":
if (event.originalTarget.className == "hl-URL buffer-list") if (event.originalTarget.className == "hl-URL buffer-list")
{ {
@@ -936,13 +937,6 @@ liberator.CommandLine = function () //{{{
case "<C-S-LeftMouse>": case "<C-S-LeftMouse>":
break; break;
// XXX: what's that for? --mst
case "<S-LeftMouse>":
if (/^(end|more(-help)?)-prompt$/.test(event.target.id))
; // fall through
else
break;
// page down // page down
case "f": case "f":
if (liberator.options["more"] && isScrollable()) if (liberator.options["more"] && isScrollable())