Revision: 9795 http://pure-data.svn.sourceforge.net/pure-data/?rev=9795&view=rev Author: eighthave Date: 2008-05-14 06:48:18 -0700 (Wed, 14 May 2008)
Log Message: ----------- restored Ctrl-click to click in edit more, I mistakenly turned it into right-click, which is not useful on GNU/Linux and Windows
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/u_main.tk
Modified: branches/pd-extended/v0-40/pd/src/u_main.tk =================================================================== --- branches/pd-extended/v0-40/pd/src/u_main.tk 2008-05-13 17:28:34 UTC (rev 9794) +++ branches/pd-extended/v0-40/pd/src/u_main.tk 2008-05-14 13:48:18 UTC (rev 9795) @@ -1489,7 +1489,7 @@ bind $name.c <Control-Button> {pdtk_canvas_rightclick %W %x %y %b} } else { bind $name.c <Button-3> {pdtk_canvas_rightclick %W %x %y %b} - bind $name.c <Control-Button> {pdtk_canvas_rightclick %W %x %y %b} + bind $name.c <Control-Button> {pdtk_canvas_click %W %x %y %b 2} } #on linux, button 2 "pastes" from the X windows clipboard if {$pd_nt == 0} {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.