mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:12:27 +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;
|
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())
|
||||||
|
|||||||
Reference in New Issue
Block a user