mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 22:05:44 +01:00
not needed comment removed
This commit is contained in:
@@ -857,7 +857,7 @@ vimperator.Events = function () //{{{
|
|||||||
{
|
{
|
||||||
vimperator.modes.isRecording = false;
|
vimperator.modes.isRecording = false;
|
||||||
vimperator.log("Recorded " + currentMacro + ": " + macros[currentMacro], 8);
|
vimperator.log("Recorded " + currentMacro + ": " + macros[currentMacro], 8);
|
||||||
event.preventDefault(); // XXX: or howto stop that key being processed?
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user