Mouse right click for keyboard shortcut

11,243

Solution 1

Use X-mouse Button Control to create a macro on your right mouse button.

Solution 2

Simple. Shift + F10 should work for this or you can use Autohotkey.

Code:

; Move to specified coordinates then right-click once:
MouseClick, right, 450, 300
Share:
11,243

Related videos on Youtube

Jim
Author by

Jim

Updated on September 18, 2022

Comments

  • Jim
    Jim over 1 year

    I need when I click on Mouse Right-Click

    do the same effect like I clicked on keyboard Ctrl + shift + alt + D

    It will be temporarily event, I hope no restart or any complex settings.

    • TheUser1024
      TheUser1024 almost 10 years
      Check if your mouse Driver supports Macros. That would be the "easy, no restart" option if you have a gaming mouse (with the appropriate drivers and software) for example. I suspect AutoHotKey might be an option too. If you specify your particular mouse, maybe someone can tell you if and how to.
    • Jim
      Jim almost 10 years
      @TheUser1024 Logitech M345
    • Chirag Bhatia - chirag64
      Chirag Bhatia - chirag64 almost 10 years
      Windows already has a keyboard shortcut for this: Shift + F10.
    • Jim
      Jim almost 10 years
      @TheUser1024 I think SetPoint™ Software - Logitech will do what I want for my mouse, thanks to you I reached to this solution
    • TheUser1024
      TheUser1024 almost 10 years
      @Jim: You're welcome, i guessed all you needed was a bit of pointing in the right direction. have fun and a good one ;-)
  • Jim
    Jim almost 10 years
    I dont need the context menu, I want the Right-click do other event, thank you :)
  • Jim
    Jim almost 10 years
    Thanks :), also this will do the same: plentycom.jp/en/steermouse/index.html . any way I will use SetPoint Logitech Software for my mouse, but if I need to do this with another mouse your answer is the right solution
  • stderr
    stderr almost 10 years
    @Jim See the answer now..