<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">Le 18/04/2019 à 08:54, Jean-Christophe
      Sekinger a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:07ae8389-15a0-cacf-950a-4e9b325c4f76@free.fr">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <br>
      <div class="moz-cite-prefix">Le 17/04/2019 à 20:49, Jonathan
        Wilkes a écrit :<br>
      </div>
      <blockquote type="cite"
cite="mid:CAOA7yC68E+QKvVgMA_pUCah5t3mbfefYSW1UDt_=1684VQQQAg@mail.gmail.com">
        <pre class="moz-quote-pre" wrap="">On Wed, Apr 17, 2019 at 2:15 PM Jean-Christophe Sekinger
<a class="moz-txt-link-rfc2396E" href="mailto:jc.sekinger@free.fr" moz-do-not-send="true"><jc.sekinger@free.fr></a> wrote:
</pre>
        <blockquote type="cite">
          <pre class="moz-quote-pre" wrap="">Le 17/04/2019 à 20:05, Jonathan Wilkes a écrit :
</pre>
          <blockquote type="cite">
            <pre class="moz-quote-pre" wrap="">On Wed, Apr 17, 2019 at 1:07 PM Jean-Christophe Sekinger
<a class="moz-txt-link-rfc2396E" href="mailto:jc.sekinger@free.fr" moz-do-not-send="true"><jc.sekinger@free.fr></a> wrote:
</pre>
            <blockquote type="cite">
              <pre class="moz-quote-pre" wrap="">Le 17/04/2019 à 18:19, Jonathan Wilkes a écrit :
</pre>
              <blockquote type="cite">
                <pre class="moz-quote-pre" wrap="">find \ -name "pd_shortcuts.js
</pre>
              </blockquote>
              <pre class="moz-quote-pre" wrap="">not found
</pre>
            </blockquote>
            <pre class="moz-quote-pre" wrap="">Sanity check-- what's the version listed in "About Pd" when you run
Purr Data? (Look in the "Help" menu.)

-Jonathan

</pre>
          </blockquote>
          <pre class="moz-quote-pre" wrap="">Pd-l2ork-2.6.0 20181001-rev.4f8d1ccf

installed from the ppa in ubuntu 18.10 (<a class="moz-txt-link-freetext" href="https://agraef.github.io/purr-data/" moz-do-not-send="true">https://agraef.github.io/purr-data/</a>)
</pre>
        </blockquote>
        <pre class="moz-quote-pre" wrap="">Ah, I see. The post I made is about version 2.9.0. You'll have to upgrade in
order to get the file I mentioned.

-Jonathan
</pre>
      </blockquote>
      1. I installed Pd-l2ork-2.9.0 20190416-rev.2b3f27c1 from the
      sources<br>
      <p>2. founded the pd_shortcuts.js</p>
      <p>3. modified a copy of it by adding  + "+shift" <br>
      </p>
      <p>    "object": { key: "1", modifiers: cmd_or_ctrl + "+shift" },<br>
        "msgbox": { key: "2", modifiers: cmd_or_ctrl + "+shift" },<br>
        "number": { key: "3", modifiers: cmd_or_ctrl + "+shift" },<br>
        "symbol": { key: "4", modifiers: cmd_or_ctrl + "+shift" },<br>
        "comment": { key: "5", modifiers: cmd_or_ctrl + "+shift" },<br>
        "dropdown": { key: "6", modifiers: cmd_or_ctrl + "+shift" },</p>
      <p>4. <b>*</b><b>it doesn't work*</b><br>
      </p>
    </blockquote>
    <p>with <br>
    </p>
    <p>  "object": { key: "o", modifiers: cmd_or_ctrl + "+shift" },<br>
        "msgbox": { key: "m", modifiers: cmd_or_ctrl + "+shift" },<br>
        "number": { key: "n", modifiers: cmd_or_ctrl + "+shift" },</p>
    <p>it works ! thank you !<br>
    </p>
  </body>
</html>