mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 10:35:46 +01:00
made macros muttator compatible
This commit is contained in:
1
Donators
1
Donators
@@ -2,6 +2,7 @@
|
|||||||
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
|
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
|
||||||
|
|
||||||
2008:
|
2008:
|
||||||
|
* Sam Griffin
|
||||||
* Ivan Pantuyev
|
* Ivan Pantuyev
|
||||||
* Spike Spiegal
|
* Spike Spiegal
|
||||||
* Mark Hashimoto
|
* Mark Hashimoto
|
||||||
|
|||||||
@@ -686,7 +686,13 @@ liberator.Events = function () //{{{
|
|||||||
if (macros[lastMacro])
|
if (macros[lastMacro])
|
||||||
{
|
{
|
||||||
liberator.modes.isReplaying = true;
|
liberator.modes.isReplaying = true;
|
||||||
BrowserStop(); // make sure the page is stopped before starting to play the macro
|
|
||||||
|
// make sure the page is stopped before starting to play the macro
|
||||||
|
try
|
||||||
|
{
|
||||||
|
getWebNavigation().stop(nsIWebNavigation.STOP_ALL);
|
||||||
|
} catch (ex) { }
|
||||||
|
|
||||||
liberator.buffer.loaded = 1; // even if not a full page load, assume it did load correctly before starting the macro
|
liberator.buffer.loaded = 1; // even if not a full page load, assume it did load correctly before starting the macro
|
||||||
liberator.events.feedkeys(macros[lastMacro], true); // true -> noremap
|
liberator.events.feedkeys(macros[lastMacro], true); // true -> noremap
|
||||||
liberator.modes.isReplaying = false;
|
liberator.modes.isReplaying = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user