From 653b19aa1e732f56453db383504fe8a5438bda5a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 8 Feb 2026 13:15:45 +0530 Subject: Enable firefox --- modules/firefox.home/chrome/globalKeybindings.uc.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/firefox.home/chrome/globalKeybindings.uc.js') diff --git a/modules/firefox.home/chrome/globalKeybindings.uc.js b/modules/firefox.home/chrome/globalKeybindings.uc.js index d8c0f51..fe1d1f7 100644 --- a/modules/firefox.home/chrome/globalKeybindings.uc.js +++ b/modules/firefox.home/chrome/globalKeybindings.uc.js @@ -2,10 +2,14 @@ // @name Global Keybindings // @version 1.0 // @description Setup global keybindings on all windows +// @include main // @startup UC.globalKeybindings.init(win); // @shutdown UC.globalKeybindings.destroy(); +// @onlyonce // ==/UserScript== +console.log('------------------------- keybinds') + (() => { // Configure global keybindings const KEYBINDINGS = () => ({ -- cgit v1.3.1