<div dir="ltr"><div class="gmail_default" style="font-size:small">Checked into GIT to reside at cinelerra-5.1/alt_shortcuts.patch, so that users doing their own build if they want to use the alternative shortcuts, they can patch the source for the 27 cinelerra/1guicast affected files. As part of each new release, I will create an additional AppImage with these shortcuts in for users not doing their own builds.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">  cd cinelerra-5.1</div><div class="gmail_default" style="font-size:small">  patch -p1 -i alt_shortcuts.patch</div><div class="gmail_default" style="font-size:small">  ./bld.sh</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Andrea, I did not update the manual and thanks for actual user testing by IgorB and Andrea because for me, it was hard to test. Especially trying to Quit which was a lot easier to use just "q" instead of "Ctrl-Q".</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 27, 2023 at 4:12 PM Phyllis Smith <<a href="mailto:phylsmith2017@gmail.com">phylsmith2017@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">There is a modified Shortcuts AppImage version for testing on 64-bit O/S which is set up to be more in sync with what is considered to be "Standard" shortcuts for NLEs..  IgorB uses these and prepared a listing of the alternatives as shown below.  If there are users who test these and prefer the more Standard ones, I can create an AppImage at the same time as what is released.  It is currently at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><a href="https://cinelerra-gg.org/download/testing/modified_shortcuts.AppImage" target="_blank">https://cinelerra-gg.org/download/testing/modified_shortcuts.AppImage</a></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">---------------------<br></div><div><font face="Times New Roman, Times, serif"><span class="gmail_default" style="font-size:small">C</span>hanged
      shortcuts to Standard Shortcuts<span class="gmail_default" style="font-size:small"> - </span> only English version <span class="gmail_default" style="font-size:small">for </span>the caption/hint<span class="gmail_default" style="font-size:small"></span>s.<span class="gmail_default" style="font-size:small">  T</span>he texts in the menu and the captions of the
      icons, written with the '-' character between the Special key and
      the key, for example "Shift-s", have been replaced by the '+'
      character.  And the letters are always in capital letters although
      Shift is not pressed. <span class="gmail_default" style="font-size:small">Many, if not all the other NLE </span><span class="gmail_default" style="font-size:small"></span><span class="gmail_default" style="font-size:small">p</span>rograms use this notation.<span class="gmail_default" style="font-size:small">  </span>
      Some shortcuts like "BD Render... (Ctrl+Shift+d)" and "DVD
      Render... (Alt+d) have been deleted because they are not used 
      frequently<span class="gmail_default" style="font-size:small">.</span></font></div><div><font face="Times New Roman, Times, serif"><span class="gmail_default" style="font-size:small"></span></font><font face="Times New Roman, Times, serif"><br>
      <span class="gmail_default" style="font-size:small">T</span>hese shortcuts are very useful because the keys more frequently used have
      priority in editing: <span class="gmail_default" style="font-size:small">one</span> hand (left) on the keyboard and the other
      hand (right) on the mouse.<br></font><tt><br>
      /*
      **********************************************************************
      */<br>
      Goal:<br>
      Changing some shortcuts to a NLE's standard shortcuts.<br>
      For example: J - K - L (Play Normal reverse - Stop- Play Normal
      forward)<br>
                              if pressed twice J (or L), its Play Fast
      or Normal. <br>
                   I - O (InPoint - OutPoint)<br>
                   A - S (Jump backwards next cut - Jump forwards next
      cut)<br>
      <br>
      If an shortcut on After column has a '+' symbol (for example: +
      'I'),<br>
      it means that it is added to the old shortcut/s on Before column<br>
      and also that that shortcut has been take from an old shortcut (of
      course), <br>
      which it has another key.<br>
----------------------------------+-------------------+-------------------+<br>
      Description                       |               Shortcut<br>
                                        | Before            | After<br>
----------------------------------+-------------------+-------------------+<br>
      -To clip                          | 'i'               | Ctrl+I<br>
      -Scroll window timeline... left   | LeftArrow, ','    | LeftArrow<br>
      -Scroll window timeline... right  | RightArrow, '.    | RightArrow<br>
      -Label                            | 'l'               | '''
      (single quote)<br>
      -Go to                            | 'g'               | Ctrl+G<br>
      -Generate keyframes... tweeking   | 'j'               | 'G'<br>
      -Jump forward... next Keyframes   | 'k'               |
      Shift+Right Arrow<br>
      -Jump backwards... next Keyframes | Shift+K           | Shift+Left
      Arrow<br>
      -New Project...                   | 'n'               | Ctrl+N<br>
      -Load files...                    | 'o'               | Ctrl+O<br>
      -Save                             | 's'               | Ctrl+S<br>
      -Save as...                       | Shift+S           |
      Ctrl+Shift+S<br>
      -Save Session                     | Ctrl+S            | (null)<br>
      -Select-> All                     | 'a'               | Ctrl+A<br>
      -Deselect All                     | 'a' or null       |
      Ctrl+Shift+A<br>
      -Select Edits                     | Ctrl+Alt+'        | Ctrl+Alt+A<br>
      -Undo                             | 'z', Ctrl+Z       | Ctrl+Z<br>
      -Redo                             | Shift+Z           | Shift+Z<br>
      -InPoint                          | '[', '<'          | + 'I'<br>
      -OutPoint                         | ']', '>'          | + 'O'<br>
      -Play Normal reverse              | NumKP 6, Alt+O    | + 'J'
      Normal&Fast<br>
      -Play Stop                        | NumKP 0, Alt+M    | + 'K'<br>
      -Play Normal forward              | NumKP 3, Alt+L    | + 'L'
      Normal&Fast<br>
      -Jump backwards to the next cut   | Alt+LeftArrow     | + 'A'<br>
      -Jump forwards to the next cut    | Alt+RightArrow    | + 'S'<br>
      -One Frame back                   | NumKP 4, Alt+U    | + ','
      (comma)<br>
      -One Frame forward                | NumKP 1, Alt+J    | + '.'
      (period)<br>
                                        |                   |<br>
      -Load window: Select All files    | Ctrl+A            | Ctrl+A<br>
      -Load window: Deselect All files  | Ctrl+Z            |
      Ctrl+Shift+A<br>
      -BD Render...                     | Ctrl+Shift+d      | (null)<br>
      -DVD Render...                    | Alt+d             | (null)<br>
      -Delete last track                | 'd'->Ctrl+D       | Ctrl+D<br>
      -Quit                             | 'q'               | Ctrl+Q <br>
      -Settings-> Save settings now     | Ctrl+Shift+S      | Shift+S<br>
      -Settings-> Align cursor on frames| Ctrl+A            | Ctrl+F<br>
----------------------------------+-------------------+-------------------+<br>
      <br>
      To summarize the jumps backwards and forward:<br>
      ----------------------------------+-------------------+-------------------+
      <br>
      -Jump backwards to the next cut   | Alt+LeftArrow,  'A'<br>
      -Jump forwards to the next cut    | Alt+RightArrow, 'S'<br>
      -Jump backwards to the next label | Ctrl+LeftArrow<br>
      -Jump selecting forward label     | Ctrl+Shift+RightArrow<br>
      -Jump selecting backwards label   | Ctrl+Shift+LeftArrow<br>
      -Jump forwards to the next label  | Ctrl+RightArrow<br>
      -Jump backwards... next Keyframes | Shift+LeftArrow<br>
      -Jump forward... next Keyframes   | Shift+RightArrow<br>
      -Jump backwards to the next Autos | Ctrl+Shift+Alt+LeftArrow  (only works on UbuntuStudio)<br>
      -Jump forward to the next Autos   | Ctrl+Shift+Alt+RightArrow (only works on UbuntuStudio)<br>
----------------------------------+-------------------+-------------------+<br>
    </tt><tt>/*
      **********************************************************************
      */</tt><br>
  </div><div class="gmail_default" style="font-size:small"><div><div><div><div id="m_-688869696922159215gmail-yiv8097848414">

</div></div></div></div></div><div class="gmail_default" style="font-size:small"><br></div></div>
</blockquote></div>