I tried
- Code: Select all
user_pref("extensions.dorandoKeyConfig.main.xxx_key1_Testo successivo", "][][VK_NUMLOCK][gFindBar.onFindAgainCommand(false);][chrome://browser/content/browser.xul");
it doesn't work
keyconfig 20110522I'd like to remap Num Lock, is it possible?
I tried
it doesn't work It isn't possible with the <key> element. I tried using the VK_NUMLOCK value with the Keyconfig extension and with a CustomizableUI example.
Key values http://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values CustomizableUI example: viewtopic.php?f=38&t=3040673 FEATURE REQUEST: It would be so wonderful to be able to export the current set of keyconfig shortcuts, then import them into Pale Moon elsewhere. SO very nice!!!
Thank you for your consideration. morat, thank you for responding. I have read everything you suggested. From my perspective as a nontechnical user, it sounds like just enough information to make a complete mess of things. I will ask one question:
If one were to make a copy of the current pref.js file, scroll down to the keyconfig section, copy all the entries that assign shortcuts, and save these, then, say in a new PM installation, paste that group of entries into the new, operational prefs.js file while the program is closed, then next time PM is launched, would this have the effect of adding those modifications to the setup, whether in about:config or wherever else the entries need to go? As was mentioned in one of the referenced items, other extension developers have created code to export/import preferences, some for their own particular extensions, Chuck Baker for all extensions (FEBE) and for selected extensions (OPIE). These are now running quite nicely in the Pale Moon community and elsewhere, wherever the XUL model is preserved. It seems to me a reasonable request, and I realize that you donate your time most generously, such that all requests are a tad unreasonable. Thanks!
Yes, that's correct. Try transfering a single prefs.js entry at first as a test. Is there any hope, that there will be a new version of KeyConfig in the near future, that will work with Firefox 63? Or is it completely impossible in Firefox, that keybindings can be changed? Thanks.
Folks,
If you would like to have a hotkey that highlights the selected text in a Thunderbird compose window, you can use this line of code:
Cheers! After updating to Thunderbird 60 my restart shortcut does not work any more. What is the new command?
@bege
Try this:
@morat
you are around here for years now and as helpful as ever. Thank you very much. Do you like to explain, what this complex code is necessary for this simple command? (It used to be just "application.restart") @bege
STEEL was removed so the simple code fails in Thunderbird 60. http://developer.mozilla.org/docs/Mozilla/Tech/Toolkit_API/STEEL
Fixed version (not from the original developer) working in current versions (Firefox Developer Edition and Nightly):
https://github.com/xiaoxiaoflood/firefo ... /keyconfig Legacy addon, not WebExtensions, but it works even in v66, as you can see in screenshot below: https://i.imgur.com/owFYeSw.png I have been trying to map an Xpunge command: Tools --> Xpunge --> MultiXpunge --> Call MultiXpunge Now to Control + Shift + X
Using DOM Inspector I found the oncommand associated with this is: xpunge_mu_doMenuActionCall(this), so I tried using
Using TB 60.4.0 32-bit on Window10Pro 64-bit. Any leads for rectifying this problem would be appreciated! Return to Extension/Theme Releases Who is onlineUsers browsing this forum: No registered users and 2 guests |
![]() |