|
From: Jim I. <ji...@ap...> - 2003-08-11 00:56:01
|
You can avoid having to switch from Control to Command like this if you =20=
bind to the <<Cut>>, <<Copy>> and <<Paste>> synthetic events instead. =20=
These will get bound to the right key sequences for each platform for =20=
you.
Jim
On Sunday, August 10, 2003, at 11:38 AM, gag...@ma... wrote:
> I found it
>
> I changed
>
> bind .${win_name} <Control-x> "status_log cut\n;copy 1 =
${win_name}"
> bind .${win_name} <Control-c> "status_log copy\n;copy 0 =
${win_name}"
> bind .${win_name} <Control-v> "status_log paste\n;paste =
${win_name}"
> for
>
> bind .${win_name} <Command-x> "status_log cut\n;copy 1 =20
> ${win_name}"
> bind .${win_name} <Command-c> "status_log copy\n;copy 0 =20
> ${win_name}"
> bind .${win_name} <Command-v> "status_log paste\n;paste =20
> ${win_name}"
>
> And everything is ok
>
> Le Mercredi, 6 ao=FBt 2003, =E0 14:44 America/Montreal, =20
> gag...@ma... a =E9crit :
>
>> Another problem, the copy/paste are ctrl-c and ctrl-v in aMSN, =20
>> instead of command-c and command-v, how to resolve this?
>>
> G-Rom
> ICQ: 157502153
> eMail: gag...@ma...
> MSNMessenger: gag...@ho...
> iChat: gagnonje5000 (sur Mac.com)
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/=20
> direct;at.aspnet_072303_01/01
> _______________________________________________
> Tcl-mac mailing list
> Tc...@li...
> https://lists.sourceforge.net/lists/listinfo/tcl-mac
>
_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Jim Ingham =20
ji...@ap...
Developer Tools - gdb
|