In Windows 10, how to create custom mouse button shortcuts Announcing the arrival of Valued...

Where are Serre’s lectures at Collège de France to be found?

What is homebrew?

Most bit efficient text communication method?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Is it common practice to audition new musicians one-on-one before rehearsing with the entire band?

How do pianists reach extremely loud dynamics?

Around usage results

What does this Jacques Hadamard quote mean?

Delete nth line from bottom

Can anything be seen from the center of the Boötes void? How dark would it be?

Wu formula for manifolds with boundary

How could we fake a moon landing now?

Do square wave exist?

What causes the direction of lightning flashes?

Crossing US/Canada Border for less than 24 hours

How would a mousetrap for use in space work?

Maximum summed powersets with non-adjacent items

What would be the ideal power source for a cybernetic eye?

An adverb for when you're not exaggerating

How can I use the Python library networkx from Mathematica?

Amount of permutations on an NxNxN Rubik's Cube

How to react to hostile behavior from a senior developer?

What is the meaning of the simile “quick as silk”?

Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?



In Windows 10, how to create custom mouse button shortcuts



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Binding keyboard shortcuts to an outlook toolbar button/custom macro?How can I create custom mouse actions in Windows 7?How do I find the mouse button properties tab when Windows 8 defaults to the “Mouse and Keyboard Center”?How mouse button re-mappings work?Weird issue with mouse left and right button not working (but everything else seems fine)How do I disable the middle mouse button click?How to bind multiple keys on one button in mouseX (more in description)Change mouse button to navigate “Back” in WindowsHow to debug “Mouse button stopped working”? Win10How can I simulate the middle mouse button on Linux?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















Does anyone know how to change the mouse button shortcuts?



I have mouse with 6 buttons and I need one of those buttons to do the same thing as Ctrl+V does.










share|improve this question































    0















    Does anyone know how to change the mouse button shortcuts?



    I have mouse with 6 buttons and I need one of those buttons to do the same thing as Ctrl+V does.










    share|improve this question



























      0












      0








      0








      Does anyone know how to change the mouse button shortcuts?



      I have mouse with 6 buttons and I need one of those buttons to do the same thing as Ctrl+V does.










      share|improve this question
















      Does anyone know how to change the mouse button shortcuts?



      I have mouse with 6 buttons and I need one of those buttons to do the same thing as Ctrl+V does.







      windows-10 keyboard-shortcuts mouse copy-paste mouse-click






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 15 hours ago









      Dave M

      12.8k92838




      12.8k92838










      asked Jul 11 '16 at 10:18









      DageLVDageLV

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Usually, when you install the driver and/or software, it will provide an .exe in which you can make these changes.



          Install the software, and open it and see if it provides anything. Failing that, go to Control Panel and open Mouse to see if you have the option.



          Alternatively you may be able to use AutoHotKey



          https://autohotkey.com/docs/KeyList.htm



          General 
          LButton Left mouse button
          RButton Right mouse button
          MButton Middle or wheel mouse button

          Advanced
          XButton1 4th mouse button. Typically performs the same function as Browser_Back.
          XButton2 5th mouse button. Typically performs the same function as Browser_Forward.

          Wheel
          WheelDown Turn the wheel downward (toward you).
          WheelUp Turn the wheel upward (away from you).
          WheelLeft
          WheelRight
          [v1.0.48+]: Scroll to the left or right.

          Requires Windows Vista or later. These can be used as hotkeys with some (but not all) mice which have a second wheel or support tilting the wheel to either side. In some cases, software bundled with the mouse must instead be used to control this feature. Regardless of the particular mouse, Send and Click can be used to scroll horizontally in programs which support it.





          share|improve this answer
























          • i want to paste stuff with button 6 and its on middle of my mouse. It is DPI button. I didnt understood anything from that text with gray background. How to make that script in autohotkey?

            – DageLV
            Jul 11 '16 at 14:27














          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%2f1099413%2fin-windows-10-how-to-create-custom-mouse-button-shortcuts%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          Usually, when you install the driver and/or software, it will provide an .exe in which you can make these changes.



          Install the software, and open it and see if it provides anything. Failing that, go to Control Panel and open Mouse to see if you have the option.



          Alternatively you may be able to use AutoHotKey



          https://autohotkey.com/docs/KeyList.htm



          General 
          LButton Left mouse button
          RButton Right mouse button
          MButton Middle or wheel mouse button

          Advanced
          XButton1 4th mouse button. Typically performs the same function as Browser_Back.
          XButton2 5th mouse button. Typically performs the same function as Browser_Forward.

          Wheel
          WheelDown Turn the wheel downward (toward you).
          WheelUp Turn the wheel upward (away from you).
          WheelLeft
          WheelRight
          [v1.0.48+]: Scroll to the left or right.

          Requires Windows Vista or later. These can be used as hotkeys with some (but not all) mice which have a second wheel or support tilting the wheel to either side. In some cases, software bundled with the mouse must instead be used to control this feature. Regardless of the particular mouse, Send and Click can be used to scroll horizontally in programs which support it.





          share|improve this answer
























          • i want to paste stuff with button 6 and its on middle of my mouse. It is DPI button. I didnt understood anything from that text with gray background. How to make that script in autohotkey?

            – DageLV
            Jul 11 '16 at 14:27


















          1














          Usually, when you install the driver and/or software, it will provide an .exe in which you can make these changes.



          Install the software, and open it and see if it provides anything. Failing that, go to Control Panel and open Mouse to see if you have the option.



          Alternatively you may be able to use AutoHotKey



          https://autohotkey.com/docs/KeyList.htm



          General 
          LButton Left mouse button
          RButton Right mouse button
          MButton Middle or wheel mouse button

          Advanced
          XButton1 4th mouse button. Typically performs the same function as Browser_Back.
          XButton2 5th mouse button. Typically performs the same function as Browser_Forward.

          Wheel
          WheelDown Turn the wheel downward (toward you).
          WheelUp Turn the wheel upward (away from you).
          WheelLeft
          WheelRight
          [v1.0.48+]: Scroll to the left or right.

          Requires Windows Vista or later. These can be used as hotkeys with some (but not all) mice which have a second wheel or support tilting the wheel to either side. In some cases, software bundled with the mouse must instead be used to control this feature. Regardless of the particular mouse, Send and Click can be used to scroll horizontally in programs which support it.





          share|improve this answer
























          • i want to paste stuff with button 6 and its on middle of my mouse. It is DPI button. I didnt understood anything from that text with gray background. How to make that script in autohotkey?

            – DageLV
            Jul 11 '16 at 14:27
















          1












          1








          1







          Usually, when you install the driver and/or software, it will provide an .exe in which you can make these changes.



          Install the software, and open it and see if it provides anything. Failing that, go to Control Panel and open Mouse to see if you have the option.



          Alternatively you may be able to use AutoHotKey



          https://autohotkey.com/docs/KeyList.htm



          General 
          LButton Left mouse button
          RButton Right mouse button
          MButton Middle or wheel mouse button

          Advanced
          XButton1 4th mouse button. Typically performs the same function as Browser_Back.
          XButton2 5th mouse button. Typically performs the same function as Browser_Forward.

          Wheel
          WheelDown Turn the wheel downward (toward you).
          WheelUp Turn the wheel upward (away from you).
          WheelLeft
          WheelRight
          [v1.0.48+]: Scroll to the left or right.

          Requires Windows Vista or later. These can be used as hotkeys with some (but not all) mice which have a second wheel or support tilting the wheel to either side. In some cases, software bundled with the mouse must instead be used to control this feature. Regardless of the particular mouse, Send and Click can be used to scroll horizontally in programs which support it.





          share|improve this answer













          Usually, when you install the driver and/or software, it will provide an .exe in which you can make these changes.



          Install the software, and open it and see if it provides anything. Failing that, go to Control Panel and open Mouse to see if you have the option.



          Alternatively you may be able to use AutoHotKey



          https://autohotkey.com/docs/KeyList.htm



          General 
          LButton Left mouse button
          RButton Right mouse button
          MButton Middle or wheel mouse button

          Advanced
          XButton1 4th mouse button. Typically performs the same function as Browser_Back.
          XButton2 5th mouse button. Typically performs the same function as Browser_Forward.

          Wheel
          WheelDown Turn the wheel downward (toward you).
          WheelUp Turn the wheel upward (away from you).
          WheelLeft
          WheelRight
          [v1.0.48+]: Scroll to the left or right.

          Requires Windows Vista or later. These can be used as hotkeys with some (but not all) mice which have a second wheel or support tilting the wheel to either side. In some cases, software bundled with the mouse must instead be used to control this feature. Regardless of the particular mouse, Send and Click can be used to scroll horizontally in programs which support it.






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 11 '16 at 10:37









          DaveDave

          23.4k84463




          23.4k84463













          • i want to paste stuff with button 6 and its on middle of my mouse. It is DPI button. I didnt understood anything from that text with gray background. How to make that script in autohotkey?

            – DageLV
            Jul 11 '16 at 14:27





















          • i want to paste stuff with button 6 and its on middle of my mouse. It is DPI button. I didnt understood anything from that text with gray background. How to make that script in autohotkey?

            – DageLV
            Jul 11 '16 at 14:27



















          i want to paste stuff with button 6 and its on middle of my mouse. It is DPI button. I didnt understood anything from that text with gray background. How to make that script in autohotkey?

          – DageLV
          Jul 11 '16 at 14:27







          i want to paste stuff with button 6 and its on middle of my mouse. It is DPI button. I didnt understood anything from that text with gray background. How to make that script in autohotkey?

          – DageLV
          Jul 11 '16 at 14:27




















          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%2f1099413%2fin-windows-10-how-to-create-custom-mouse-button-shortcuts%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...