Nice, I like that. Good for when you really need to focus on patching. I would just do the binding like this to support the Mac OS X common fullscreen key, Cmd-Shift-F (note the + too):

if {$::windowingsystem eq "aqua"} {
    bind all <Mod1-Shift-Key-F> {+toggle_fullscreen %W}
} else {
    bind all <F11> {+toggle_fullscreen %W}
}

.hc

On Dec 6, 2010, at 6:04 PM, András Murányi wrote:

---------- Forwarded message ----------
From: Santa Claus <[email protected]>
Date: 2010/12/6
Subject: Fullscreen plugin
To: [email protected]

here is a little Pd 0.43 plugin that makes your patches go fullscreen with the <F11> button.
hope you'll like it :)

<fullscreen-plugin.tcl>_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list







----------------------------------------------------------------------------

"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




_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to