Recensioni per Shortkeys (Custom Keyboard Shortcuts) for Firefox
Shortkeys (Custom Keyboard Shortcuts) for Firefox di Peter Malecka, Mike Crittenden
236 recensioni
- Valutata 3 su 5di Utente Firefox 12786924, 7 anni faI use it to remap "Previous / Next tab" (via "option-command-n" and "option-command-e") and it only works after a website is "loaded" and it doesn't work on all tabs (for example: it doesn't work on the "Add-ons Manager" tab or other system tabs).
Replica dello sviluppatore
pubblicato il 7 anni faUnfortunately, as of now this is a limitation of Firefox API. A new version is coming that moves the loading of the addon a bit sooner, but the page needs to be mostly loaded for it to work. - Valutata 2 su 5di Kognyto, 7 anni faFor me, this addon does not work when trying to assign either tilde or alt+` for tab navigation. The old swifttabs worked perfectly, but that developer abandoned it; now searching for a replacement, but this doesn't work in Firefox quantum versions. This appears to be because certain pages override the key bindings, so sometimes it will work to switch between tabs with the reassigned shortcut, but sometimes it will get stuck on a particular page. This is not acceptable, and probably a Mozilla issue more than the addon dev's issue.
Replica dello sviluppatore
pubblicato il 7 anni faWorks fine for me (alt+`), note that a browser restart (or at least a page reload) is recommended after the shortcuts are set up. Feel free to raise and issue in https://github.com/pmalecka/chrome-shortkeys/issues and provide detailed repro steps. - Valutata 2 su 5di Utente Firefox 13378009, 7 anni faThis doesn't support browser.ctrlTab.previews. Would like to remap something else to use the browser.ctrlTab.previews (jump back and forth between the tab I was on last).
Replica dello sviluppatore
pubblicato il 7 anni faI'd be really thrilled if you could describe this feature on github: https://github.com/pmalecka/chrome-shortkeys . Please raise an issue there and let me know the details there. - Valutata 5 su 5di Lee Peterson, 7 anni faF1 for Go Back and F2 for Go Forward have always seemed like logical keyboard shortcuts to me, and for some reason Firefox has never exposed those actions for the OS to hook onto. This add-on is pure genius, not just for my reasons, but for so many more. Great job. Saved me the time of digging into WebExtensions myself tonight.
- Valutata 4 su 5di lullabee, 7 anni faFor me, customizable keybinds are mandatory, so this addon is a god-send.
The only problem I see is that it waits for the page to be fully loaded before working.
If this can be fixed (maybe loading content scripts on page opening / removing load checks for appropriate actions like tab switching), I'll update my rating to 5 instead of 4. - Valutata 4 su 5di naoric, 7 anni faLoved it on Chrome and was very glad to find it here!
One thing still bothers me though - the sites filter doesn't work whether I'm trying to restrict site pattern or whitelist others..
It it just me?Replica dello sviluppatore
pubblicato il 7 anni faHi naoric,
thanks, would you open an issue here: https://github.com/pmalecka/chrome-shortkeys/
and provide some repro steps?
Thanks,
Peter - Valutata 2 su 5di Utente Firefox 12122370, 7 anni faNice plugin, but I keep loosing my configuration after a while (possibly due clearing the cache)!
this is the third time that this happened! - Valutata 4 su 5di Utente Firefox 13256743, 7 anni faWould it be possible to have the shortcuts defined in the extension have higher priority than those in the page? I use alt+arrow to switch tabs, but it only works if I'm not in a text field otherwise it tries to navigate within the field (a function I don't really use).
Apart from that I greatly enjoy the addon as it's the only webextension I know off able to customize keyboard shortcuts in Firefox Nightly. - Valutata 4 su 5di jonrandy, 7 anni faNew version works well. Running bookmarklets didn't appear to work though
- Valutata 4 su 5di eriador, 7 anni faI'll rate again later, I haven't tried it yet as it says it's "not compatible with Firefox 55.0.2" so I'll have to wait for FF 57. I need it because the KeyBinder addon I was using won't be upgraded to WebExtensions.
Quick question: can I use it to assign the function keys to the downloads window and to the bookmarks sidebar, so that I can open them quickly?
EDIT: I'm not a coder so i can't submit pull requests to your github, and the issues section seems disabled. Since this is a FF-specific request, I cannot open an issue for the original chrome-shortkeys either...Replica dello sviluppatore
pubblicato il 7 anni faEDIT: Issues now enabled on Github. I looked into the current API for webextension on FF, and the API for opening the Downloads window/bookmark panel. Sorry
Hi there,
there's no need to wait for FF57, this will become compatibile with earlier version of FF (47-*) with the new version of the addon. It's already submmitted and awaiting review from AMO.
Bookmarks window and Downloads window is not currently supported. Feel free to submit a PR or open an issue on github: https://github.com/pmalecka/chrome-shortkeys
Currently the following actions are supported:
- Run custom JS
- Do nothing (for disabling a Chrome shortcut you don't like)
- Open a bookmark or bookmarklet
- Scroll up/down/left/right by a little or a lot
- Scroll to the top or bottom of the page
- Go back or forward in history
- Jump to existing tab by URL
- Open new tab with URL
- Switch to the previous/next/first/last tab
- Create a new tab or close the current tab
- Clone the current tab
- Close all (unpinned) tabs except for current tab
- Reload the page
- Copy the current URL
- Pin/Unpin the current tab
- Move the current tab left or right
- Zoom in/out/reset
- Blacklist or whitelist specific shortcuts on specific sites
- Clear downloads (page and bar)
- Click button and switch to next tab (for Tribal Wars players) - Valutata 5 su 5di Chris Peterson, 8 anni faFor some reason, this add-on is hardcoded to only work in Firefox versions 50 or earlier:
https://addons.mozilla.org/en-US/firefox/files/browse/570549/file/manifest.json#L24
Update: The problem was fixed. Thanks!