From 006842b0ed2893a3767a2aaf1f836b8ebcd90c4e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 11 Jul 2007 21:56:15 +0000 Subject: switched Cmd-Click to the more Pd-ish behavior that Ctrl-Click has on the other platforms svn path=/trunk/; revision=8031 --- .../patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch (limited to 'packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch') diff --git a/packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch b/packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch new file mode 100644 index 00000000..b4f296a5 --- /dev/null +++ b/packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch @@ -0,0 +1,10 @@ +--- 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 {pdtk_canvas_click %W %x %y %b 4} + bind $name.c {pdtk_canvas_click %W %x %y %b 5} + bind $name.c {pdtk_canvas_click %W %x %y %b 6} ++ bind $name.c {pdtk_canvas_click %W %x %y %b 6} + bind $name.c \ + {pdtk_canvas_click %W %x %y %b 7} + } else { -- cgit v1.2.1