<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div></div><div><br><div><div>Le 12 août 08 à 20:34, Mike McGonagle a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Jack,<br><br>I tested out your patch, textB.pd, and whenever I hit the 'shift' key, it put "Shift_L" into the list of atoms. I am certain there are other keys that don't correspond exactly from how [keyname] represents them, and how us Humans might want to see them in text.<br> <br>Other keys that do this are "Tab", "Caps_Lock", "BackSpace" (for the delete key), "Left" (left arrow, etc. for the other arrow keys). The Help, Home, End, PageUp, and PageDown keys also insert other text into the list.<br> <br>Mike<br><br><br><div class="gmail_quote">On Mon, Aug 11, 2008 at 8:57 PM, Jack <span dir="ltr">&lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Yes, i had totaly forgotten this method ! Thanx Hans.<br> So here the patch to create sentence with the keyboard using [makefilename %c] (more simple).<br> ++<br><font color="#888888"> <br> Jack<br> </font><br><br> <br> Le 12 août 08 à 03:32, Hans-Christoph Steiner a écrit :<br> <br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br> [keyname] changed to be more cross-platform, and more key commands were added.  Also, "Space" is used as the key symbol since Tcl uses "Space" to represent a space; " " wasn't working on all platforms IIRC ; and,  it is much easier to deal with "Space" than " " in Pd.<br> <br> You could make a patch something like this to get a " ":<br> <br> [keyname]<br>       |<br>       [select Space]<br>       |<br>       [32(<br>       |<br>       [makefilename %c]<br> <br> .hc<br> <br> On Aug 10, 2008, at 3:35 PM, Jack wrote:<br> <br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> i make three patches :<br> one to send text mith a message box via OSC : send.pd<br> one to receive text in a message box via OSC : receive.pd<br> one to create a text with keyboard (to write), space (for a space) and return (to send) : text.pd<br> Hope it is what you are looking for.<br> ++<br> <br> Jack<br> &lt;Archive.zip><br> <br> Le 10 août 08 à 17:25, Greg Surges a écrit :<br> <br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Sure,<br> <br> I'm working on constructing strings, to allow chat over OSC. So, I want to be able to use " " as a space, instead of getting results like "helloSpaceworld".<br> <br> I've written an external that will do it, but I want to see if there's a pd-vanilla way to do it.<br> <br> Thanks for the reply!<br> <br> On Sun, Aug 10, 2008 at 10:10 AM, Jack &lt;<a href="mailto:jack@rybn.org" target="_blank">jack@rybn.org</a>> wrote:<br> Hello Greg,<br> To help you, can you tell us what you want to do with " " ?<br> ++<br> <br> Jack<br> <br> <br> Le 10 août 08 à 15:37, Greg Surges a écrit :<br> <br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi all,<br> <br> First, pd-extended 0.40.3 is all-around great. Seems like lots of hard work went into it. So thanks to the people who worked on that.<br> <br> Second, has the vanilla keyname object changed? Specifically, does it now output "Space" instead of " " when the spacebar is used? Is there a work-around to get the " " back?<br> <br> Thanks,<br> <br> - Greg<br> <br> -- <br> <a href="http://www.uwm.edu/%7Egssurges/" target="_blank">http://www.uwm.edu/~gssurges/</a><br> _______________________________________________<br> <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/" target="_blank">http://lists.puredata.info/</a>listinfo/pd-list<br> </blockquote> <br> <br> <br> <br> -- <br> <a href="http://www.uwm.edu/%7Egssurges/" target="_blank">http://www.uwm.edu/~gssurges/</a><br> </blockquote> <br> _______________________________________________<br> <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/" target="_blank">http://lists.puredata.info/</a>listinfo/pd-list<br> </blockquote> <br> <br> <br> ----------------------------------------------------------------------------<br> <br> If you are not part of the solution, you are part of the problem.<br> <br> <br> </blockquote> <br> <br>_______________________________________________<br> <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br> <br></blockquote></div><br><br clear="all"><br>-- <br>Peace may sound simple—one beautiful word— but it requires everything we have, every quality, every strength, every dream, every high ideal.<br>—Yehudi Menuhin (1916–1999), musician<br> </div></blockquote></div><br></div></body></html>