[PD-cvs] packages/patches cmd-click_manipulates_GUIs-0.41.0-test03.patch, NONE, 1.1 cmd-click_toggles_editmode-0.41.0-test03.patch, 1.1, NONE

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Jul 11 23:56:18 CEST 2007


Update of /cvsroot/pure-data/packages/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9185

Added Files:
	cmd-click_manipulates_GUIs-0.41.0-test03.patch 
Removed Files:
	cmd-click_toggles_editmode-0.41.0-test03.patch 
Log Message:
switched Cmd-Click to the more Pd-ish behavior that Ctrl-Click has on the other platforms

--- NEW FILE: cmd-click_manipulates_GUIs-0.41.0-test03.patch ---
--- u_main.tk	2006-12-11 21:20:49.000000000 -0500
+++ u_main.tk	2007-07-11 17:46:11.000000000 -0400
@@ -1152,6 +1192,7 @@
         bind $name.c <Option-Button> {pdtk_canvas_click %W %x %y %b 4}
         bind $name.c <Option-Shift-Button> {pdtk_canvas_click %W %x %y %b 5}
         bind $name.c <Option-Control-Button> {pdtk_canvas_click %W %x %y %b 6}
+        bind $name.c <Mod1-Button> {pdtk_canvas_click %W %x %y %b 6}
         bind $name.c <Option-Control-Shift-Button> \
             {pdtk_canvas_click %W %x %y %b 7}
     } else {

--- cmd-click_toggles_editmode-0.41.0-test03.patch DELETED ---





More information about the Pd-cvs mailing list