<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Nice, I like that. &nbsp;Good for when you really need to focus on patching. &nbsp;I would just do the binding like this to support the Mac OS X common fullscreen key, Cmd-Shift-F (note the + too):</div><div><br></div><div><div>if {$::windowingsystem eq "aqua"} {</div><div>&nbsp;&nbsp; &nbsp;bind all &lt;Mod1-Shift-Key-F&gt; {+toggle_fullscreen %W}</div><div>} else {</div><div>&nbsp;&nbsp; &nbsp;bind all &lt;F11&gt; {+toggle_fullscreen %W}</div><div>}</div></div><div><br></div><div>.hc</div><br><div><div>On Dec 6, 2010, at 6:04 PM, András Murányi wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">---------- Forwarded message ----------<br>From: Santa Claus &lt;<a href="mailto:santa@santaclaus.com">santa@santaclaus.com</a>&gt;<br>Date: 2010/12/6<br>Subject: Fullscreen plugin<br>To: <a href="mailto:muranyia@gmail.com">muranyia@gmail.com</a><br> <br>here is a little Pd 0.43 plugin that makes your patches go fullscreen with the &lt;F11&gt; button.<br>hope you'll like it :)<br><br> <span>&lt;fullscreen-plugin.tcl&gt;</span>_______________________________________________<br><a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 12px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><br class="Apple-interchange-newline"></span><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br></div><div>----------------------------------------------------------------------------<br></div><div><br class="khtml-block-placeholder"></div><div>"It is convenient to imagine a power beyond us because that means we don't have to examine our own lives.", from "The Idols of Environmentalism", by Curtis White</div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div></div><span class="Apple-style-span" style="font-size: 12px; "><br class="Apple-interchange-newline"></span> </div><br></body></html>