|
From: Jim I. <ji...@ap...> - 2003-10-24 23:12:10
|
BTW, you should keep this binding as well. If you have a multi-button=20
mouse on Mac OS X, then the right mouse button sends Button2, and the=20
binding below works just fine.
But as Benny says, you should bind to Control-Button1 to follow the=20
general Mac OS convention, but we don't do this binding for you, cause=20=
you might be using Control-Button1 for something else...
Jim
On Oct 24, 2003, at 2:29 PM, J=E9r=F4me Gagnon-Voyer wrote:
> Hi!
>
> How can I change this line:
>
> bind .${win_name}.f.out.text <Button2-ButtonRelease> "tk_popup=20=
> .${win_name}.copy %X %Y"
>
> To a control-click pop-up?
> And how can i change this line...to be fonctionnal on a usb 2 button=20=
> mac mouse
>
> Because this line was written for linux user...
>
>
> Le 03-07-21, =E0 15:40, Benjamin Riefenstahl a =E9crit :
>
>> Hi,
>>
>>
>> gag...@ma... writes:
>>> What key of keyboard emulate the right click button in Wish?
>>
>> Wish doesn't do any emulation automatically. Applications written in
>> Tcl/Tk can provide alternatives to the right mouse button themself.
>> They would commonly use a combination of the left mouse button with
>> the control key, like the Finder does it for its context menues.
>>
>>
>> Hope this helps, benny
>>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: The SF.net Donation Program.
> Do you like what SourceForge.net is doing for the Open
> Source Community? Make a contribution, and help us add new
> features and functionality. Click here: http://sourceforge.net/donate/
> _______________________________________________
> Tcl-mac mailing list
> Tc...@li...
> https://lists.sourceforge.net/lists/listinfo/tcl-mac
>
--
Jim Ingham ji...@ap...
Developer Tools
Apple Computer
|