[PD] Ctrl-Return to create an object

Hans-Christoph Steiner hans at at.or.at
Fri Oct 7 23:31:55 CEST 2011


https://sourceforge.net/tracker/index.php?func=detail&aid=3420438&group_id=55736&atid=478072

MarioMey just reminded me that Ctrl-Return created an object in 0.42.5,
0.43 is just missing the binding in the above bug report.  Here's how to
re-add it in a GUI plugin:

 bind all <$::modifier-Key-Return> {pdsend "$::focused_window reselect"}

Or add this if you want just hitting enter to create:

 bind all <Return>  {pdsend "$::focused_window reselect"}

I also attached the file, if you just want to drop it to install it:

http://puredata.info/docs/faq/how-do-i-install-gui-plugins

.hc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ctrl-return-creation-plugin.tcl
Type: text/x-tcl
Size: 131 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20111007/fed20679/attachment.tcl>


More information about the Pd-list mailing list