Explorar el Código

fix hook

pull/1/head
10sr hace 12 años
padre
commit
0d2218c6bd
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. +3
    -4
      _keysnail.js

+ 3
- 4
_keysnail.js Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar