Browse Source

fix hook

pull/1/head
10sr 12 years ago
parent
commit
0d2218c6bd
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      _keysnail.js

+ 3
- 4
_keysnail.js View File

@@ -594,15 +594,14 @@ key.suspendKey = "Not defined";

// ================================= Hooks ================================= //

hook.setHook('KeySnailInitialized', function () {
ext.exec("shiitake-enable-style");
});

hook.setHook('KeyBoardQuit', function (aEvent) {
ext.exec("hide-sidebar");

// focus to content
let(elem = document.commandDispatcher.focusedElement) elem && elem.blur();
gBrowser.focus();
content.focus();

command.closeFindBar();
if (util.isCaretEnabled()) {
command.resetMark(aEvent);


Loading…
Cancel
Save