[PD-cvs] SF.net SVN: pure-data: [9846] branches/pd-extended/v0-40/pd/src/u_main.tk

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun May 18 16:13:12 CEST 2008


Revision: 9846
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9846&view=rev
Author:   eighthave
Date:     2008-05-18 07:13:12 -0700 (Sun, 18 May 2008)

Log Message:
-----------
add Cmd-Delete binding on Mac OS X for deleting things in a patch

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-18 12:45:02 UTC (rev 9845)
+++ branches/pd-extended/v0-40/pd/src/u_main.tk	2008-05-18 14:13:12 UTC (rev 9846)
@@ -1502,6 +1502,7 @@
     if {$pd_nt == 2} {
         bind $name.c <Mod1-Key> {pdtk_canvas_ctrlkey %W %K 0}
         bind $name.c <Mod1-Shift-Key> {pdtk_canvas_ctrlkey %W %K 1}
+        bind $name.c <Mod1-BackSpace> {pdtk_canvas_sendkey %W 1 %K %A 0}
     }
     bind $name.c <Key> {pdtk_canvas_sendkey %W 1 %K %A 0}
     bind $name.c <Shift-Key> {pdtk_canvas_sendkey %W 1 %K %A 1}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list