This won't work on osx (just tested it quickly). Maybe a if ![OnMac] { } or something. I don't have time to write/test any ideas as I'm off to a maths exam like now! Tom On 15 Jun 2006, at 11:51, [EMAIL PROTECTED] wrote: Revision: 6861 Author: lephilousophe Date: 2006-06-15 03:51:18 -0700 (Thu, 15 Jun 2006) Log Message: ----------- Ported the fix of Shift-BackSpace bug to branch... Modified Paths: -------------- branches/0_96/amsn/gui.tcl Modified: branches/0_96/amsn/gui.tcl =================================================================== --- branches/0_96/amsn/gui.tcl 2006-06-15 10:48:28 UTC (rev 6860) +++ branches/0_96/amsn/gui.tcl 2006-06-15 10:51:18 UTC (rev 6861) @@ -212,6 +212,10 @@ #Set the default option for canvas -highlightthickness option add *Canvas.highlightThickness 0 + #Mappings for Shift-BackSpace + bind Entry <Terminate_Server> [bind Entry <BackSpace>] + bind Text <Terminate_Server> [bind Text <BackSpace>] + if { $::tcl_version >= 8.4 } { #To avoid a bug inside panedwindow, by Youness rename ::tk::panedwindow::Cursor ::tk::panedwindow::Original_Cursor This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Amsn-commits mailing list ------------------------------------ Tom Hennigan |
_______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
