Right-Click on Mac

Discussion in 'Parallels Remote Application Server' started by bgexplorer, Feb 21, 2007.

  1. bgexplorer

    bgexplorer Guest

    Could someone please tell me how to right click on the mac with the standard mac mouse. Mac RDC has it set to ctrl-shift click by default but I am not able to figure out how to do it in the 2x application client.
     
  2. bgexplorer

    bgexplorer Guest

    I email tech support and they told me that right clicking was not supported unless you use a two button mouse. I did find a sollution to this problem. I downloaded autohotkey. This program allows you to remap keys on the server. The script that I used for this program was this:

    ^+LButton::RButton

    The ^ is the control key, They + is the Shift key, and the LButton and RButton are the Left and Right Mouse buttons. I created a vbscript to launch this script in the login script so that it would be launched at startup. With this script users can now press control - shift and the Mouse button and can right click. This is the default behavior of the RDC Client from Microsoft.

    If anyone would like more information on this let me know and I will be happy to help.
     

Share This Page