Emulate | X11.app of Mac OS-X with 1 button mouse | Cygwin/X with 2 button mouse |
left button | click | left click |
middle button | Option key + click | right click |
right button | Command (Apple) key + click | click both button simultaneously |
Under the menu ``X11->Preferences...'', make sure ``Emulate three button mouse'' option is checked.
Check a file
C:cygwin\
usr\
X11R6\
bin\
startxwin.bat
and find a line which looks similar to
%RUN% Xwin -multiwindow -clipboard -silent-dup-error
Use a text editor (e.g. NotePad), and add an option ( -emulate3buttons 100), so it should look like:
%RUN% Xwin -multiwindow -clipboard -silent-dup-error -emulate3buttons 100