mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 04:32:26 +01:00
Fix favcons in completions, add "shutdown" trigger, register vimperator.css as user stylesheet, make option completions better, hide completion list when no completions available. Yeah. A lot. Sorry.
This commit is contained in:
@@ -1603,6 +1603,7 @@ liberator.Events = function () //{{{
|
||||
catch (e) {}
|
||||
|
||||
eventManager.prefObserver.register();
|
||||
liberator.registerCallback("shutdown", 0, eventManager.destroy);
|
||||
|
||||
window.addEventListener("keypress", eventManager.onKeyPress, true);
|
||||
window.addEventListener("keydown", eventManager.onKeyUpOrDown, true);
|
||||
|
||||
Reference in New Issue
Block a user