Firefox: change/disable default keyboard shortcut configuration












4















I have installed the Keyconfig add-on and configured it to toggle Offline Mode on Firefox, whenever I press Ctrl + Shift + O. It worked fine on previous versions of Firefox (before version 28.0).



However, now, when I have the Developer Tools pane open, pressing Ctrl + Shift + O causes the pane to switch to the Toolbox Options tab and consequently my 'toggle offline' option does not get triggered. (This happens only when the keyboard is 'focused' on the Developer Tools pane; if I'm actually working on a web page (i.e. some web page element is in focus), Ctrl + Shift + O always works regardless of whether the Developer Tools pane is open or not.)



I don't think a plugin or add-on would help in this regard, because the Ctrl + Shift + O shortcut assignment seems to be part of Firefox's Developer Tools pane itself. (After all, Keyconfig, via which I customized that shortcut, is also an add-on!)



As such, I'm looking for a possible way of altering the configurations of the Developer Tools toolbox (or Firefox itself, for that matter) in order to regain control of my keyboard shortcut Ctrl + Shift + O. (Well, I know it would be easier to change my shortcut to a different one, but I'm so accustomed to pressing Ctrl + Shift + O whenever required, that I cannot get rid of it now. :) ) I have been looking up the issue on the web for quite a long time, but still could not arrive at a satisfactory solution.



Any ideas/suggestions are highly appreciated.










share|improve this question



























    4















    I have installed the Keyconfig add-on and configured it to toggle Offline Mode on Firefox, whenever I press Ctrl + Shift + O. It worked fine on previous versions of Firefox (before version 28.0).



    However, now, when I have the Developer Tools pane open, pressing Ctrl + Shift + O causes the pane to switch to the Toolbox Options tab and consequently my 'toggle offline' option does not get triggered. (This happens only when the keyboard is 'focused' on the Developer Tools pane; if I'm actually working on a web page (i.e. some web page element is in focus), Ctrl + Shift + O always works regardless of whether the Developer Tools pane is open or not.)



    I don't think a plugin or add-on would help in this regard, because the Ctrl + Shift + O shortcut assignment seems to be part of Firefox's Developer Tools pane itself. (After all, Keyconfig, via which I customized that shortcut, is also an add-on!)



    As such, I'm looking for a possible way of altering the configurations of the Developer Tools toolbox (or Firefox itself, for that matter) in order to regain control of my keyboard shortcut Ctrl + Shift + O. (Well, I know it would be easier to change my shortcut to a different one, but I'm so accustomed to pressing Ctrl + Shift + O whenever required, that I cannot get rid of it now. :) ) I have been looking up the issue on the web for quite a long time, but still could not arrive at a satisfactory solution.



    Any ideas/suggestions are highly appreciated.










    share|improve this question

























      4












      4








      4


      2






      I have installed the Keyconfig add-on and configured it to toggle Offline Mode on Firefox, whenever I press Ctrl + Shift + O. It worked fine on previous versions of Firefox (before version 28.0).



      However, now, when I have the Developer Tools pane open, pressing Ctrl + Shift + O causes the pane to switch to the Toolbox Options tab and consequently my 'toggle offline' option does not get triggered. (This happens only when the keyboard is 'focused' on the Developer Tools pane; if I'm actually working on a web page (i.e. some web page element is in focus), Ctrl + Shift + O always works regardless of whether the Developer Tools pane is open or not.)



      I don't think a plugin or add-on would help in this regard, because the Ctrl + Shift + O shortcut assignment seems to be part of Firefox's Developer Tools pane itself. (After all, Keyconfig, via which I customized that shortcut, is also an add-on!)



      As such, I'm looking for a possible way of altering the configurations of the Developer Tools toolbox (or Firefox itself, for that matter) in order to regain control of my keyboard shortcut Ctrl + Shift + O. (Well, I know it would be easier to change my shortcut to a different one, but I'm so accustomed to pressing Ctrl + Shift + O whenever required, that I cannot get rid of it now. :) ) I have been looking up the issue on the web for quite a long time, but still could not arrive at a satisfactory solution.



      Any ideas/suggestions are highly appreciated.










      share|improve this question














      I have installed the Keyconfig add-on and configured it to toggle Offline Mode on Firefox, whenever I press Ctrl + Shift + O. It worked fine on previous versions of Firefox (before version 28.0).



      However, now, when I have the Developer Tools pane open, pressing Ctrl + Shift + O causes the pane to switch to the Toolbox Options tab and consequently my 'toggle offline' option does not get triggered. (This happens only when the keyboard is 'focused' on the Developer Tools pane; if I'm actually working on a web page (i.e. some web page element is in focus), Ctrl + Shift + O always works regardless of whether the Developer Tools pane is open or not.)



      I don't think a plugin or add-on would help in this regard, because the Ctrl + Shift + O shortcut assignment seems to be part of Firefox's Developer Tools pane itself. (After all, Keyconfig, via which I customized that shortcut, is also an add-on!)



      As such, I'm looking for a possible way of altering the configurations of the Developer Tools toolbox (or Firefox itself, for that matter) in order to regain control of my keyboard shortcut Ctrl + Shift + O. (Well, I know it would be easier to change my shortcut to a different one, but I'm so accustomed to pressing Ctrl + Shift + O whenever required, that I cannot get rid of it now. :) ) I have been looking up the issue on the web for quite a long time, but still could not arrive at a satisfactory solution.



      Any ideas/suggestions are highly appreciated.







      firefox keyboard shortcuts firefox-developer-tools






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 6 '14 at 16:52









      Janaka BandaraJanaka Bandara

      166112




      166112






















          3 Answers
          3






          active

          oldest

          votes


















          4














          Extensions you can use with Firefox Quantum: Saka Key, Shortkeys



          However any extension seems to be limited and does not work in various situations:




          • privileged pages such as https://addons.mozilla.org/

          • new tab page,

          • internal pages such as about:config,about:newtab,about:addons

          • outside of the webpage such as in the url bar/ search bar

          • before the page has finished loading


          So from time-to-time your keyboard shortcuts will stop working, and you might run a totally different command that does something bad. Thanks Mozilla.



          Credit: the list of limitations was gathered from the project pages of the two extensions.






          share|improve this answer



















          • 1





            Thanks for the detailed clarification! Tired of all the complications (and the demise of Keyconfig) I wrote my own script to handle the keystrokes that I'm interested in - and it seems to work everywhere, including all the cases you have pointed out above :) only caveat being that I have to run it manually every time I restart the browser.

            – Janaka Bandara
            Aug 12 '18 at 2:49











          • @JanakaBandara great idea to write your own script - I'm interested in that. Would you be willing to make it easy for other people to use? Maybe you could make a new "example KeyConfig" script without your other utility functions and with some instructions for how people put their own keys?

            – AdamS
            Aug 15 '18 at 16:45






          • 1





            Thanks @AdamS! I'll give it a try - in fact I tried to make an extension out of it, some time back, but had to give up eventually due to some extension packaging/installation issues and lack of time.

            – Janaka Bandara
            Aug 16 '18 at 3:50





















          1














          Time to refresh the answer.
          The official support page now is good enough and also points to a new extension to customize kyeboard shortcuts called Saka that's experimental but kind of official and works great for me (Firefox 60 developer edition / Ubuntu Linux)






          share|improve this answer



















          • 1





            Thanks - I tried out Saka right after I upgraded to 60, but unfortunately it had the same problem that I had with Keyconfig, i.e. not being able to intercept commands while devtools is open. But worse, Saka didn't offer an option to bind keystrokes to custom scripts (like Keyconfig did - at least back then).

            – Janaka Bandara
            Aug 12 '18 at 2:39



















          1














          actually the Customizable Shortcuts Extension is able to change firefox shortcuts (and potentially show conflicts); you should give it a try.



          However i'm still looking for a extension-less solution and the ability to totally disable a shortcuts...



          Edit



          As @louis noted, the customizable-shortcuts add-on has been discontinued (around 2016/2017).
          The sames features are now found in the shortkeys addon (GitHub).






          share|improve this answer


























          • Thanks. I just tried it, but it seems that the extension is picking up the shortcuts set on Keyconfig as well; so it doesn't seem to be able to disable/change just one of the shortcuts. I'll play around with it a bit more and see, though.

            – Janaka Bandara
            Mar 27 '15 at 4:05






          • 2





            Extension now was deleted((.

            – Саша Черных
            Feb 15 '17 at 16:48














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f821594%2ffirefox-change-disable-default-keyboard-shortcut-configuration%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          3 Answers
          3






          active

          oldest

          votes








          3 Answers
          3






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          4














          Extensions you can use with Firefox Quantum: Saka Key, Shortkeys



          However any extension seems to be limited and does not work in various situations:




          • privileged pages such as https://addons.mozilla.org/

          • new tab page,

          • internal pages such as about:config,about:newtab,about:addons

          • outside of the webpage such as in the url bar/ search bar

          • before the page has finished loading


          So from time-to-time your keyboard shortcuts will stop working, and you might run a totally different command that does something bad. Thanks Mozilla.



          Credit: the list of limitations was gathered from the project pages of the two extensions.






          share|improve this answer



















          • 1





            Thanks for the detailed clarification! Tired of all the complications (and the demise of Keyconfig) I wrote my own script to handle the keystrokes that I'm interested in - and it seems to work everywhere, including all the cases you have pointed out above :) only caveat being that I have to run it manually every time I restart the browser.

            – Janaka Bandara
            Aug 12 '18 at 2:49











          • @JanakaBandara great idea to write your own script - I'm interested in that. Would you be willing to make it easy for other people to use? Maybe you could make a new "example KeyConfig" script without your other utility functions and with some instructions for how people put their own keys?

            – AdamS
            Aug 15 '18 at 16:45






          • 1





            Thanks @AdamS! I'll give it a try - in fact I tried to make an extension out of it, some time back, but had to give up eventually due to some extension packaging/installation issues and lack of time.

            – Janaka Bandara
            Aug 16 '18 at 3:50


















          4














          Extensions you can use with Firefox Quantum: Saka Key, Shortkeys



          However any extension seems to be limited and does not work in various situations:




          • privileged pages such as https://addons.mozilla.org/

          • new tab page,

          • internal pages such as about:config,about:newtab,about:addons

          • outside of the webpage such as in the url bar/ search bar

          • before the page has finished loading


          So from time-to-time your keyboard shortcuts will stop working, and you might run a totally different command that does something bad. Thanks Mozilla.



          Credit: the list of limitations was gathered from the project pages of the two extensions.






          share|improve this answer



















          • 1





            Thanks for the detailed clarification! Tired of all the complications (and the demise of Keyconfig) I wrote my own script to handle the keystrokes that I'm interested in - and it seems to work everywhere, including all the cases you have pointed out above :) only caveat being that I have to run it manually every time I restart the browser.

            – Janaka Bandara
            Aug 12 '18 at 2:49











          • @JanakaBandara great idea to write your own script - I'm interested in that. Would you be willing to make it easy for other people to use? Maybe you could make a new "example KeyConfig" script without your other utility functions and with some instructions for how people put their own keys?

            – AdamS
            Aug 15 '18 at 16:45






          • 1





            Thanks @AdamS! I'll give it a try - in fact I tried to make an extension out of it, some time back, but had to give up eventually due to some extension packaging/installation issues and lack of time.

            – Janaka Bandara
            Aug 16 '18 at 3:50
















          4












          4








          4







          Extensions you can use with Firefox Quantum: Saka Key, Shortkeys



          However any extension seems to be limited and does not work in various situations:




          • privileged pages such as https://addons.mozilla.org/

          • new tab page,

          • internal pages such as about:config,about:newtab,about:addons

          • outside of the webpage such as in the url bar/ search bar

          • before the page has finished loading


          So from time-to-time your keyboard shortcuts will stop working, and you might run a totally different command that does something bad. Thanks Mozilla.



          Credit: the list of limitations was gathered from the project pages of the two extensions.






          share|improve this answer













          Extensions you can use with Firefox Quantum: Saka Key, Shortkeys



          However any extension seems to be limited and does not work in various situations:




          • privileged pages such as https://addons.mozilla.org/

          • new tab page,

          • internal pages such as about:config,about:newtab,about:addons

          • outside of the webpage such as in the url bar/ search bar

          • before the page has finished loading


          So from time-to-time your keyboard shortcuts will stop working, and you might run a totally different command that does something bad. Thanks Mozilla.



          Credit: the list of limitations was gathered from the project pages of the two extensions.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 2 '18 at 10:01









          AdamSAdamS

          1717




          1717








          • 1





            Thanks for the detailed clarification! Tired of all the complications (and the demise of Keyconfig) I wrote my own script to handle the keystrokes that I'm interested in - and it seems to work everywhere, including all the cases you have pointed out above :) only caveat being that I have to run it manually every time I restart the browser.

            – Janaka Bandara
            Aug 12 '18 at 2:49











          • @JanakaBandara great idea to write your own script - I'm interested in that. Would you be willing to make it easy for other people to use? Maybe you could make a new "example KeyConfig" script without your other utility functions and with some instructions for how people put their own keys?

            – AdamS
            Aug 15 '18 at 16:45






          • 1





            Thanks @AdamS! I'll give it a try - in fact I tried to make an extension out of it, some time back, but had to give up eventually due to some extension packaging/installation issues and lack of time.

            – Janaka Bandara
            Aug 16 '18 at 3:50
















          • 1





            Thanks for the detailed clarification! Tired of all the complications (and the demise of Keyconfig) I wrote my own script to handle the keystrokes that I'm interested in - and it seems to work everywhere, including all the cases you have pointed out above :) only caveat being that I have to run it manually every time I restart the browser.

            – Janaka Bandara
            Aug 12 '18 at 2:49











          • @JanakaBandara great idea to write your own script - I'm interested in that. Would you be willing to make it easy for other people to use? Maybe you could make a new "example KeyConfig" script without your other utility functions and with some instructions for how people put their own keys?

            – AdamS
            Aug 15 '18 at 16:45






          • 1





            Thanks @AdamS! I'll give it a try - in fact I tried to make an extension out of it, some time back, but had to give up eventually due to some extension packaging/installation issues and lack of time.

            – Janaka Bandara
            Aug 16 '18 at 3:50










          1




          1





          Thanks for the detailed clarification! Tired of all the complications (and the demise of Keyconfig) I wrote my own script to handle the keystrokes that I'm interested in - and it seems to work everywhere, including all the cases you have pointed out above :) only caveat being that I have to run it manually every time I restart the browser.

          – Janaka Bandara
          Aug 12 '18 at 2:49





          Thanks for the detailed clarification! Tired of all the complications (and the demise of Keyconfig) I wrote my own script to handle the keystrokes that I'm interested in - and it seems to work everywhere, including all the cases you have pointed out above :) only caveat being that I have to run it manually every time I restart the browser.

          – Janaka Bandara
          Aug 12 '18 at 2:49













          @JanakaBandara great idea to write your own script - I'm interested in that. Would you be willing to make it easy for other people to use? Maybe you could make a new "example KeyConfig" script without your other utility functions and with some instructions for how people put their own keys?

          – AdamS
          Aug 15 '18 at 16:45





          @JanakaBandara great idea to write your own script - I'm interested in that. Would you be willing to make it easy for other people to use? Maybe you could make a new "example KeyConfig" script without your other utility functions and with some instructions for how people put their own keys?

          – AdamS
          Aug 15 '18 at 16:45




          1




          1





          Thanks @AdamS! I'll give it a try - in fact I tried to make an extension out of it, some time back, but had to give up eventually due to some extension packaging/installation issues and lack of time.

          – Janaka Bandara
          Aug 16 '18 at 3:50







          Thanks @AdamS! I'll give it a try - in fact I tried to make an extension out of it, some time back, but had to give up eventually due to some extension packaging/installation issues and lack of time.

          – Janaka Bandara
          Aug 16 '18 at 3:50















          1














          Time to refresh the answer.
          The official support page now is good enough and also points to a new extension to customize kyeboard shortcuts called Saka that's experimental but kind of official and works great for me (Firefox 60 developer edition / Ubuntu Linux)






          share|improve this answer



















          • 1





            Thanks - I tried out Saka right after I upgraded to 60, but unfortunately it had the same problem that I had with Keyconfig, i.e. not being able to intercept commands while devtools is open. But worse, Saka didn't offer an option to bind keystrokes to custom scripts (like Keyconfig did - at least back then).

            – Janaka Bandara
            Aug 12 '18 at 2:39
















          1














          Time to refresh the answer.
          The official support page now is good enough and also points to a new extension to customize kyeboard shortcuts called Saka that's experimental but kind of official and works great for me (Firefox 60 developer edition / Ubuntu Linux)






          share|improve this answer



















          • 1





            Thanks - I tried out Saka right after I upgraded to 60, but unfortunately it had the same problem that I had with Keyconfig, i.e. not being able to intercept commands while devtools is open. But worse, Saka didn't offer an option to bind keystrokes to custom scripts (like Keyconfig did - at least back then).

            – Janaka Bandara
            Aug 12 '18 at 2:39














          1












          1








          1







          Time to refresh the answer.
          The official support page now is good enough and also points to a new extension to customize kyeboard shortcuts called Saka that's experimental but kind of official and works great for me (Firefox 60 developer edition / Ubuntu Linux)






          share|improve this answer













          Time to refresh the answer.
          The official support page now is good enough and also points to a new extension to customize kyeboard shortcuts called Saka that's experimental but kind of official and works great for me (Firefox 60 developer edition / Ubuntu Linux)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 22 '18 at 11:47









          Daniele DellafioreDaniele Dellafiore

          1113




          1113








          • 1





            Thanks - I tried out Saka right after I upgraded to 60, but unfortunately it had the same problem that I had with Keyconfig, i.e. not being able to intercept commands while devtools is open. But worse, Saka didn't offer an option to bind keystrokes to custom scripts (like Keyconfig did - at least back then).

            – Janaka Bandara
            Aug 12 '18 at 2:39














          • 1





            Thanks - I tried out Saka right after I upgraded to 60, but unfortunately it had the same problem that I had with Keyconfig, i.e. not being able to intercept commands while devtools is open. But worse, Saka didn't offer an option to bind keystrokes to custom scripts (like Keyconfig did - at least back then).

            – Janaka Bandara
            Aug 12 '18 at 2:39








          1




          1





          Thanks - I tried out Saka right after I upgraded to 60, but unfortunately it had the same problem that I had with Keyconfig, i.e. not being able to intercept commands while devtools is open. But worse, Saka didn't offer an option to bind keystrokes to custom scripts (like Keyconfig did - at least back then).

          – Janaka Bandara
          Aug 12 '18 at 2:39





          Thanks - I tried out Saka right after I upgraded to 60, but unfortunately it had the same problem that I had with Keyconfig, i.e. not being able to intercept commands while devtools is open. But worse, Saka didn't offer an option to bind keystrokes to custom scripts (like Keyconfig did - at least back then).

          – Janaka Bandara
          Aug 12 '18 at 2:39











          1














          actually the Customizable Shortcuts Extension is able to change firefox shortcuts (and potentially show conflicts); you should give it a try.



          However i'm still looking for a extension-less solution and the ability to totally disable a shortcuts...



          Edit



          As @louis noted, the customizable-shortcuts add-on has been discontinued (around 2016/2017).
          The sames features are now found in the shortkeys addon (GitHub).






          share|improve this answer


























          • Thanks. I just tried it, but it seems that the extension is picking up the shortcuts set on Keyconfig as well; so it doesn't seem to be able to disable/change just one of the shortcuts. I'll play around with it a bit more and see, though.

            – Janaka Bandara
            Mar 27 '15 at 4:05






          • 2





            Extension now was deleted((.

            – Саша Черных
            Feb 15 '17 at 16:48


















          1














          actually the Customizable Shortcuts Extension is able to change firefox shortcuts (and potentially show conflicts); you should give it a try.



          However i'm still looking for a extension-less solution and the ability to totally disable a shortcuts...



          Edit



          As @louis noted, the customizable-shortcuts add-on has been discontinued (around 2016/2017).
          The sames features are now found in the shortkeys addon (GitHub).






          share|improve this answer


























          • Thanks. I just tried it, but it seems that the extension is picking up the shortcuts set on Keyconfig as well; so it doesn't seem to be able to disable/change just one of the shortcuts. I'll play around with it a bit more and see, though.

            – Janaka Bandara
            Mar 27 '15 at 4:05






          • 2





            Extension now was deleted((.

            – Саша Черных
            Feb 15 '17 at 16:48
















          1












          1








          1







          actually the Customizable Shortcuts Extension is able to change firefox shortcuts (and potentially show conflicts); you should give it a try.



          However i'm still looking for a extension-less solution and the ability to totally disable a shortcuts...



          Edit



          As @louis noted, the customizable-shortcuts add-on has been discontinued (around 2016/2017).
          The sames features are now found in the shortkeys addon (GitHub).






          share|improve this answer















          actually the Customizable Shortcuts Extension is able to change firefox shortcuts (and potentially show conflicts); you should give it a try.



          However i'm still looking for a extension-less solution and the ability to totally disable a shortcuts...



          Edit



          As @louis noted, the customizable-shortcuts add-on has been discontinued (around 2016/2017).
          The sames features are now found in the shortkeys addon (GitHub).







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Feb 5 at 21:58

























          answered Mar 26 '15 at 17:39









          bufhbufh

          27626




          27626













          • Thanks. I just tried it, but it seems that the extension is picking up the shortcuts set on Keyconfig as well; so it doesn't seem to be able to disable/change just one of the shortcuts. I'll play around with it a bit more and see, though.

            – Janaka Bandara
            Mar 27 '15 at 4:05






          • 2





            Extension now was deleted((.

            – Саша Черных
            Feb 15 '17 at 16:48





















          • Thanks. I just tried it, but it seems that the extension is picking up the shortcuts set on Keyconfig as well; so it doesn't seem to be able to disable/change just one of the shortcuts. I'll play around with it a bit more and see, though.

            – Janaka Bandara
            Mar 27 '15 at 4:05






          • 2





            Extension now was deleted((.

            – Саша Черных
            Feb 15 '17 at 16:48



















          Thanks. I just tried it, but it seems that the extension is picking up the shortcuts set on Keyconfig as well; so it doesn't seem to be able to disable/change just one of the shortcuts. I'll play around with it a bit more and see, though.

          – Janaka Bandara
          Mar 27 '15 at 4:05





          Thanks. I just tried it, but it seems that the extension is picking up the shortcuts set on Keyconfig as well; so it doesn't seem to be able to disable/change just one of the shortcuts. I'll play around with it a bit more and see, though.

          – Janaka Bandara
          Mar 27 '15 at 4:05




          2




          2





          Extension now was deleted((.

          – Саша Черных
          Feb 15 '17 at 16:48







          Extension now was deleted((.

          – Саша Черных
          Feb 15 '17 at 16:48




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f821594%2ffirefox-change-disable-default-keyboard-shortcut-configuration%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Список кардиналов, возведённых папой римским Каликстом III

          Deduzione

          Mysql.sock missing - “Can't connect to local MySQL server through socket”