---------- Forwarded message ---------- From: Santa Claus santa@santaclaus.com Date: 2010/12/6 Subject: Fullscreen plugin To: muranyia@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 :)
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@santaclaus.com Date: 2010/12/6 Subject: Fullscreen plugin To: muranyia@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@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
András Murányi wrote:
---------- Forwarded message ---------- From: Santa Claus <santa@santaclaus.com mailto:santa@santaclaus.com> Date: 2010/12/6 Subject: Fullscreen plugin To: muranyia@gmail.com mailto:muranyia@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 :)
Very nice idea (couldn't get it to work because Pd seems to use tcl 8.4 even though I have 8.5 installed). Good for focusing on both patching and "performance",
Lorenzo
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Tue, Dec 7, 2010 at 11:04 AM, Lorenzo Sutton lsutton@libero.it wrote:
András Murányi wrote:
---------- Forwarded message ---------- From: Santa Claus <santa@santaclaus.com mailto:santa@santaclaus.com> Date: 2010/12/6 Subject: Fullscreen plugin To: muranyia@gmail.com mailto:muranyia@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 :)
Very nice idea (couldn't get it to work because Pd seems to use tcl 8.4 even though I have 8.5 installed). Good for focusing on both patching and "performance",
Did you try 'sudo update-alternatives --config wish'?
Andras
András Murányi wrote:
On Tue, Dec 7, 2010 at 11:04 AM, Lorenzo Sutton <lsutton@libero.it mailto:lsutton@libero.it> wrote:
András Murányi wrote: ---------- Forwarded message ---------- From: Santa Claus <santa@santaclaus.com <mailto:santa@santaclaus.com> <mailto:santa@santaclaus.com <mailto:santa@santaclaus.com>>> Date: 2010/12/6 Subject: Fullscreen plugin To: muranyia@gmail.com <mailto:muranyia@gmail.com> <mailto:muranyia@gmail.com <mailto:muranyia@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 :) Very nice idea (couldn't get it to work because Pd seems to use tcl 8.4 even though I have 8.5 installed). Good for focusing on both patching and "performance",
Did you try 'sudo update-alternatives --config wish'?
No I haven't, thanks for the hint. I'll try as soon as possible. Lorenzo
Andras
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
András
Lorenzo Sutton wrote:
András Murányi wrote:
On Tue, Dec 7, 2010 at 11:04 AM, Lorenzo Sutton <lsutton@libero.it mailto:lsutton@libero.it> wrote:
András Murányi wrote: ---------- Forwarded message ---------- From: Santa Claus <santa@santaclaus.com here is a little Pd 0.43 plugin that makes your patches go fullscreen with the <F11> button. hope you'll like it :) Very nice idea (couldn't get it to work because Pd seems to use tcl 8.4 even though I have 8.5 installed). Good for focusing on both patching and "performance",
Did you try 'sudo update-alternatives --config wish'?
No I haven't, thanks for the hint. I'll try as soon as possible. Lorenzo
Thanks for the hint which worked very well. By the way switching to 8.5 makes all of Pd look much nicer (e.g. the fonts)
Lo
Andras
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list