|
From: <gag...@ma...> - 2003-10-24 21:34:01
|
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
>
|