Dear List,
I did an OS upgrade from Mac OSX 10.2.8 to 10.3.*, i had to reinstall TclTk via an image called TclTkAqua-8.4.6.dmg, and the key commands in pd don't work as expected: Alt+something (Toggle, Bang) doesn't work, The other objects can be created using the Ctl key (instead of the Apple Key) which is not really a problem.
Has anyone heard about this?
regards, Peter~
I've had that problem since I installed Pd on OS X 10.3. I thought it was a compatibility problem with OS X, as I hadn't used 10.2 ... the alt+ shortcuts would be really nice to have.
And speaking of Pd bugs in OS X is anyone else getting strange error messages in the therminal at starnge times? I seem to get them when I open a pd file from the program, among other times.
,david.
On Fri, 18 Jun 2004, Peter Plessas wrote:
Dear List,
I did an OS upgrade from Mac OSX 10.2.8 to 10.3.*, i had to reinstall TclTk via an image called TclTkAqua-8.4.6.dmg, and the key commands in pd don't work as expected: Alt+something (Toggle, Bang) doesn't work, The other objects can be created using the Ctl key (instead of the Apple Key) which is not really a problem.
Has anyone heard about this?
regards, Peter~
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
you can modify your pd.tk file
http://iem.kug.ac.at/mailinglists/pd-dev/2004-04/009585.html :
hi I don't know when it got broken, maybe tcl/tk 8.5 has changed ?
this line in pd.tk
bind $name.c <Alt-Key> {pdtk_canvas_altkey %W %K %A}
should be something like
if {$pd_nt == 2} { bind $name.c <Option-Key> {pdtk_canvas_altkey %W %K %A} } else{ bind $name.c <Alt-Key> {pdtk_canvas_altkey %W %K %A} }
... gerard
El 18/06/2004, a las 23:49, David Kendall escribió:
I've had that problem since I installed Pd on OS X 10.3. I thought it was a compatibility problem with OS X, as I hadn't used 10.2 ... the alt+ shortcuts would be really nice to have.
And speaking of Pd bugs in OS X is anyone else getting strange error messages in the therminal at starnge times? I seem to get them when I open a pd file from the program, among other times.
,david.
On Fri, 18 Jun 2004, Peter Plessas wrote:
Dear List,
I did an OS upgrade from Mac OSX 10.2.8 to 10.3.*, i had to reinstall TclTk via an image called TclTkAqua-8.4.6.dmg, and the key commands in pd don't work as expected: Alt+something (Toggle, Bang) doesn't work, The other objects can be created using the Ctl key (instead of the Apple Key) which is not really a problem.
Has anyone heard about this?
regards, Peter~
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list