<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Right, i could finish the build.</p>
<p><br>
</p>
<p>Here on my linux box (Debian9 Xfce) everything is working except the < ctrl+'> (control + single quote) to enter the "canvas message console". I can enter it as explained in "connecting_with_the_canvas_msg_console".</p>
<p><br>
</p>
<p>Feature request:</p>
<p>I found it difficult to see which cable is selected.</p>
<p>I suggest making the selected cable "Thicker" or something that makes it more visually obvious. 
<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>:)<br>
</p>
<p><br>
</p>
<p><br>
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 6/8/19 1:23 AM, Henri Augusto Bisognini wrote:<br>
</div>
<blockquote type="cite" cite="mid:CP2PR80MB038673AEB8CAFE921443F525CC110@CP2PR80MB0386.lamprd80.prod.outlook.com">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
<div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
Sorry, it seems that i've uploaded the wrong "g_text.c" version to the kbd_nav branch. I should be fixed now.<br>
</div>
<div>
<div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>De:</b> Lucas Cordiviola
<a class="moz-txt-link-rfc2396E" href="mailto:lucarda27@hotmail.com"><lucarda27@hotmail.com></a><br>
<b>Enviado:</b> sábado, 8 de junho de 2019 01:10<br>
<b>Para:</b> Henri Augusto Bisognini; <a class="moz-txt-link-abbreviated" href="mailto:pd-dev@lists.iem.at">
pd-dev@lists.iem.at</a><br>
<b>Assunto:</b> Re: [PD-dev] First complete keyboard navigation prototype</font>
<div> </div>
</div>
<div style="background-color:#FFFFFF">
<p style="margin-top: 0px; margin-bottom: 0px;">When trying to build on Debian I get this errors:</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;">''<br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;">g_text.c: In function ‘canvas_howputnew’:<br>
g_text.c:166:40: error: ‘struct _kbdnav’ has no member named ‘kn_navigating’<br>
             if ( x->gl_editor->e_kbdnav.kn_navigating && x->gl_editor->e_kbdnav.kn_ioindex > 0 ){<br>
                                        ^<br>
g_text.c: In function ‘canvas_obj’:<br>
g_text.c:237:41: error: ‘struct _kbdnav’ has no member named ‘kn_navigating’<br>
             if ( gl->gl_editor->e_kbdnav.kn_navigating && gl->gl_editor->e_kbdnav.kn_ioindex != 0 ){<br>
                                         ^<br>
g_text.c: At top level:<br>
cc1: warning: unrecognized command line option ‘-Wno-format-truncation’<br>
cc1: warning: unrecognized command line option ‘-Wno-stringop-truncation’<br>
cc1: warning: unrecognized command line option ‘-Wno-cast-function-type’</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;">''<br>
</p>
<pre class="x_moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="x_moz-cite-prefix">On 6/7/19 11:52 PM, Henri Augusto Bisognini wrote:<br>
</div>
<blockquote type="cite"><span>Hi!<br>
</span>
<div><br>
</div>
<div>I've finally managed to get time to finish a prototype for a keyboard navigation interface. I mixed some ideas i had with some I've seen in Desire Data's old screenshot gallery (<a class="x_moz-txt-link-freetext" href="http://artengine.ca/desiredata/" moz-do-not-send="true">http://artengine.ca/desiredata/</a>).<br>
</div>
<div><br>
</div>
<div>I've recorded some gifs to demonstrate it. (<a href="https://imgur.com/gallery/WSB40P7" id="LPlnk281781" moz-do-not-send="true">https://imgur.com/gallery/WSB40P7</a>). It shows me using the help patch (which i've put in 7.stuff/keyboard.navigation). You
 can read about which keys to use in the comments.<br>
</div>
<div><br>
</div>
<div>The source can be found on my GitHub, on the <i>kbd_nav branch</i> (<a class="x_moz-txt-link-freetext" href="https://github.com/HenriAugusto/pure-data/tree/kbd_nav" moz-do-not-send="true">https://github.com/HenriAugusto/pure-data/tree/kbd_nav</a>)<br>
</div>
<div><br>
</div>
<div>Basically I've wanted to try:<br>
</div>
<div><br>
</div>
<div>- navigating through objects/inelts connection with ctrl+arrows (cmd+arrows on Mac)<br>
</div>
<div>- automatically positioning new objects according to selected inlet/outlet<br>
</div>
<div>- a console bar to send messages to the focused patch<br>
</div>
<div>- ability to display each object index (to be used with the functionalities below)<br>
</div>
<div>- a new "goto" canvas message to select any object in the patch<br>
</div>
<div>- a "magnetic connector" that connects the selected in/outlet to the nearest ins/outs<br>
</div>
<div>- a "digit connectors" that displays indexes 0 to 9 for the 10 nearest possible connections. Just press the number and it will connect it for you<br>
</div>
<div>- pd can automatically fill for you a "connect" message in the console containing the info for the selected inlet/outlet. It will even select for you the part you need to fill<br>
</div>
<div>- You can click objects with shift+enter. Mostly useful for sending bangs and opening subpatches/abstractions<br>
</div>
<div><br>
</div>
<div>Everything is intended to be as minimal as possible and very easy to use. I wish to propose we study including it in vanilla.<br>
</div>
<div><br>
</div>
<div>Well, what do you guys think?<br>
</div>
<div><br>
</div>
<div>This is my first time working on a project this big so help me out if i did anything incorrectly. I've been testing the major functions on Win for a while now but couldn't test on mac/linux.<br>
</div>
<div><br>
</div>
<div>Cheers,<br>
</div>
<div><span>Henri.</span></div>
<br>
<fieldset class="x_mimeAttachmentHeader"></fieldset>
<pre class="x_moz-quote-pre">N�n�r����)em�h�yhiם�w^���</pre>
</blockquote>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Pd-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a>
<a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-dev">https://lists.puredata.info/listinfo/pd-dev</a>
</pre>
</blockquote>
</body>
</html>