How do I remap Home Button key with Escape key on Apple keyboard?











up vote
0
down vote

favorite
1












I bought a bluetooth keyboard for $13, and it's pretty good except instead of the Esc key, there's a little square and it opens up Internet Explorer when it's pressed! I've tried 3 key remapping programs, and NONE worked, they either say that the key is not supported or it's disabled... I have no idea what to do, I am a gamer so the Esc key is crucial for me.



This is a picture of it:



Keyboard



On KeyTweak, it wouldn't even fetch the key in KeyMapper it would just open a new browser window. I've tried pressing Function and that Esc button, control and the escape button, etc.










share|improve this question




























    up vote
    0
    down vote

    favorite
    1












    I bought a bluetooth keyboard for $13, and it's pretty good except instead of the Esc key, there's a little square and it opens up Internet Explorer when it's pressed! I've tried 3 key remapping programs, and NONE worked, they either say that the key is not supported or it's disabled... I have no idea what to do, I am a gamer so the Esc key is crucial for me.



    This is a picture of it:



    Keyboard



    On KeyTweak, it wouldn't even fetch the key in KeyMapper it would just open a new browser window. I've tried pressing Function and that Esc button, control and the escape button, etc.










    share|improve this question


























      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      I bought a bluetooth keyboard for $13, and it's pretty good except instead of the Esc key, there's a little square and it opens up Internet Explorer when it's pressed! I've tried 3 key remapping programs, and NONE worked, they either say that the key is not supported or it's disabled... I have no idea what to do, I am a gamer so the Esc key is crucial for me.



      This is a picture of it:



      Keyboard



      On KeyTweak, it wouldn't even fetch the key in KeyMapper it would just open a new browser window. I've tried pressing Function and that Esc button, control and the escape button, etc.










      share|improve this question















      I bought a bluetooth keyboard for $13, and it's pretty good except instead of the Esc key, there's a little square and it opens up Internet Explorer when it's pressed! I've tried 3 key remapping programs, and NONE worked, they either say that the key is not supported or it's disabled... I have no idea what to do, I am a gamer so the Esc key is crucial for me.



      This is a picture of it:



      Keyboard



      On KeyTweak, it wouldn't even fetch the key in KeyMapper it would just open a new browser window. I've tried pressing Function and that Esc button, control and the escape button, etc.







      windows-8.1 keyboard keyboard-shortcuts bluetooth keyboard-layout






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 18 '15 at 18:19

























      asked Feb 18 '15 at 16:38









      Vlad

      3483616




      3483616






















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          0
          down vote













          I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.






          share|improve this answer




























            up vote
            0
            down vote













            I had the same problem. Here is how I solved:




            • download & install autohotkey



            • create an .ahk file with this content:



              Browser_Home::Esc


            • save & run it







            share|improve this answer























            • Haven't tried this but seems like a possible way to get this working!
              – Vlad
              Feb 9 at 21:13


















            up vote
            0
            down vote













            Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
            ( Fn + E = Windows mode )
            ( Fn + W = Android mode )
            ( Above works on my Arteck HB030B keyboard )






            share|improve this answer








            New contributor




            Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















              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',
              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%2f879539%2fhow-do-i-remap-home-button-key-with-escape-key-on-apple-keyboard%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








              up vote
              0
              down vote













              I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.






              share|improve this answer

























                up vote
                0
                down vote













                I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.






                  share|improve this answer












                  I ended up remapping the Caps Lock key with the Esc key since nothing was recognizing that Home button key.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 18 '15 at 18:25









                  Vlad

                  3483616




                  3483616
























                      up vote
                      0
                      down vote













                      I had the same problem. Here is how I solved:




                      • download & install autohotkey



                      • create an .ahk file with this content:



                        Browser_Home::Esc


                      • save & run it







                      share|improve this answer























                      • Haven't tried this but seems like a possible way to get this working!
                        – Vlad
                        Feb 9 at 21:13















                      up vote
                      0
                      down vote













                      I had the same problem. Here is how I solved:




                      • download & install autohotkey



                      • create an .ahk file with this content:



                        Browser_Home::Esc


                      • save & run it







                      share|improve this answer























                      • Haven't tried this but seems like a possible way to get this working!
                        – Vlad
                        Feb 9 at 21:13













                      up vote
                      0
                      down vote










                      up vote
                      0
                      down vote









                      I had the same problem. Here is how I solved:




                      • download & install autohotkey



                      • create an .ahk file with this content:



                        Browser_Home::Esc


                      • save & run it







                      share|improve this answer














                      I had the same problem. Here is how I solved:




                      • download & install autohotkey



                      • create an .ahk file with this content:



                        Browser_Home::Esc


                      • save & run it








                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Jan 29 at 5:32









                      Kamil Maciorowski

                      22.5k155072




                      22.5k155072










                      answered Jan 29 at 3:58









                      user867073

                      91




                      91












                      • Haven't tried this but seems like a possible way to get this working!
                        – Vlad
                        Feb 9 at 21:13


















                      • Haven't tried this but seems like a possible way to get this working!
                        – Vlad
                        Feb 9 at 21:13
















                      Haven't tried this but seems like a possible way to get this working!
                      – Vlad
                      Feb 9 at 21:13




                      Haven't tried this but seems like a possible way to get this working!
                      – Vlad
                      Feb 9 at 21:13










                      up vote
                      0
                      down vote













                      Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
                      ( Fn + E = Windows mode )
                      ( Fn + W = Android mode )
                      ( Above works on my Arteck HB030B keyboard )






                      share|improve this answer








                      New contributor




                      Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






















                        up vote
                        0
                        down vote













                        Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
                        ( Fn + E = Windows mode )
                        ( Fn + W = Android mode )
                        ( Above works on my Arteck HB030B keyboard )






                        share|improve this answer








                        New contributor




                        Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.




















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
                          ( Fn + E = Windows mode )
                          ( Fn + W = Android mode )
                          ( Above works on my Arteck HB030B keyboard )






                          share|improve this answer








                          New contributor




                          Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          Switch on keybaord and before typing press Fn + Q at same time to set keyboard in iOS mode.
                          ( Fn + E = Windows mode )
                          ( Fn + W = Android mode )
                          ( Above works on my Arteck HB030B keyboard )







                          share|improve this answer








                          New contributor




                          Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer






                          New contributor




                          Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 2 days ago









                          Steve

                          1




                          1




                          New contributor




                          Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Steve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                               

                              draft saved


                              draft discarded



















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f879539%2fhow-do-i-remap-home-button-key-with-escape-key-on-apple-keyboard%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

                              If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                              Alcedinidae

                              Can an atomic nucleus contain both particles and antiparticles? [duplicate]