mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-07 00:55:44 +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.
|
||||
|
||||
2008:
|
||||
* Sam Griffin
|
||||
* Ivan Pantuyev
|
||||
* Spike Spiegal
|
||||
* Mark Hashimoto
|
||||
|
||||
@@ -686,7 +686,13 @@ liberator.Events = function () //{{{
|
||||
if (macros[lastMacro])
|
||||
{
|
||||
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.events.feedkeys(macros[lastMacro], true); // true -> noremap
|
||||
liberator.modes.isReplaying = false;
|
||||
|
||||
Reference in New Issue
Block a user