[PD] Fwd: Fullscreen plugin

Hans-Christoph Steiner hans at at.or.at
Tue Dec 7 01:03:41 CET 2010


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 <santa at santaclaus.com>
> Date: 2010/12/6
> Subject: Fullscreen plugin
> To: muranyia at gmail.com
>
> 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>_______________________________________________
> Pd-list at iem.at 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




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20101206/a51d45d7/attachment.htm>


More information about the Pd-list mailing list