Recenze doplňku Disable Ctrl-Q and Cmd-Q
Disable Ctrl-Q and Cmd-Q od Rob W
44 recenzí
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13716945, před 7 letyWorked well, now it's defunct.
- Hodnocení: 1 z 5od uživatele Chris Vanden Berghe, před 7 letyUnfortunately does not work on Kubuntu/Linux. I'll re-review if this is fixed, but currently it's completely useless on my platform of choice.
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 11791034, před 7 letyI installed it, pressed CTRL+Q, and Firefox immediately exited. Started Firefox, pressed CTRL+Q and the Firefox immediately exited. I guess I'll have to keep looking for an extension to fix this. :-(
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13674861, před 7 lety
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13655342, před 7 letyThis doesn't work for me (Firefox 57.0.1 on Debian Stretch with i3wm)
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13641339, před 7 letyUnfortunately, the add-on doesn't work – Ctrl+q still closes Firefox. I'm running it on two machines, both of which run the i3 window manager on Ubuntu (17.04 and 17.10, respectively) and Firefox 57.0.1.
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13600452, před 7 lety
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13476812, před 7 letyDoesn't work on linux 14.04 - Firefox 57.0 still closes after Ctrl+Q :(
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13505718, před 7 letyDoes not work on linux (as of 2017-11-21 in Firefox 57).
- Hodnocení: 1 z 5od uživatele Sina, před 7 letyDoes not work in Firefox 57. I'm using Ubuntu 14.04 LTS.
- Hodnocení: 1 z 5od uživatele LuisNabais, před 8 letyDoes not work in my case.
Arch Linux x86_64
Firefox 52.0.2Odpověď vývojáře
zveřejněno před 8 letyConfirmed, sorry for that, I hope that you did not accidentally lose your tabs. I have edited the add-on description to state that it does not work on Linux for now until https://bugzilla.mozilla.org/show_bug.cgi?id=1325692 is fixed.
For now, you can use https://cup.aihedy.com/en-US/firefox/addon/disable-ctrl-q-shortcut/. That add-on will cease to work by the end of this year though. Hopefully the linked bugzilla issue will be fixed by then, so you can install this add-on again to get it to work (or keep the add-on installed; although it does not work right now, it does no harm either).
If you want to manually prevent the Ctrl-Q shortcut from working, open the global JavaScript console (Ctrl-Shift-J) and run the following code. This needs to be done for every new window.
document.getElementById('key_quitApplication').remove()