mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:08:00 +01:00
remove broken <LeftMouse> in more-prompt action - needs reimplementing
This commit is contained in:
@@ -908,6 +908,7 @@ liberator.CommandLine = function () //{{{
|
||||
passEvent = true;
|
||||
break;
|
||||
|
||||
// TODO: <LeftMouse> on the prompt line should scroll one page
|
||||
case "<LeftMouse>":
|
||||
if (event.originalTarget.className == "hl-URL buffer-list")
|
||||
{
|
||||
@@ -936,13 +937,6 @@ liberator.CommandLine = function () //{{{
|
||||
case "<C-S-LeftMouse>":
|
||||
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
|
||||
case "f":
|
||||
if (liberator.options["more"] && isScrollable())
|
||||
|
||||
Reference in New Issue
Block a user