Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ftr] Keyboard shortcuts #2

Open
roewenstrunk opened this issue Nov 13, 2012 · 3 comments
Open

[ftr] Keyboard shortcuts #2

roewenstrunk opened this issue Nov 13, 2012 · 3 comments
Assignees
Labels
Milestone

Comments

@roewenstrunk
Copy link
Member

We need keyboard shortcuts for the most needed actions.

@ghost ghost assigned roewenstrunk Jul 3, 2013
bwbohl added a commit that referenced this issue Jan 21, 2022
Beethoven features

* search for edition and work
* alternatively get source labels from different xpath, but always return a string
* reactivate concordance navigator

all seem plausible to me
@bwbohl bwbohl added the Status: needs review Issues that might be resolved in current develop label Feb 9, 2022
bwbohl pushed a commit that referenced this issue Jun 3, 2022
nikobeer added a commit that referenced this issue Feb 19, 2024
@nikobeer nikobeer modified the milestones: OPERA Release, Usability May 15, 2024
@krHERO
Copy link
Member

krHERO commented May 30, 2024

see #67 change pages
see #65 disable shortcut ESC
[EDIT] issues above can be closed with the intention, to sum up content, that is kind of duplicated. no commits are connected to them and the (very little) descriptions are copied next to them above for convenience.

@krHERO krHERO moved this to Backlog in Edirom Development Jul 3, 2024
@krHERO krHERO added the Area: Usability Issue concerning usability label Jul 3, 2024
@krHERO
Copy link
Member

krHERO commented Jul 3, 2024

wishlist

  • turn pages with arrow keys
  • [disable?] shortcut ESC

@krHERO krHERO removed the Status: needs review Issues that might be resolved in current develop label Jul 3, 2024
@krHERO krHERO moved this from Backlog to New in Edirom Development Jul 3, 2024
@krHERO krHERO removed this from the Usability milestone Jul 3, 2024
@roewenstrunk roewenstrunk moved this from New to Backlog in Edirom Development Jul 8, 2024
@roewenstrunk roewenstrunk changed the title Keyboard shortcuts [ftr] Keyboard shortcuts Jul 8, 2024
@bwbohl bwbohl added this to the 1.1.0 milestone Sep 6, 2024
@krHERO
Copy link
Member

krHERO commented Dec 9, 2024

during work on #471 a (commented) block of code in the help-file was deleted, that contained a draft(?) to describe shortcut-functions. since they are not implemented, the code how to use them was removed, but can be found in older versions of the help-file.

just for convenience the code is also copied here

<!-- bwb @ daniel implementation status; -->
        <!--<div type="div1" xml:id="shortCuts">
           <head>Keyboard shortcut index</head>
         <div type="div2">
            <head>Window organization and help</head>
            <table rend="frame" xml:id="Table3">
               <row>
                  <cell>Windows</cell>
                  <cell>Mac OS X</cell>
                  <cell>Description</cell>
               </row>
               <row>
                  <cell>Ctrl+1</cell>
                  <cell>Cmd+1</cell>
                  <cell>Tile open windows</cell>
               </row>
               <row>
                  <cell>Ctrl+2</cell>
                  <cell>Cmd+2</cell>
                  <cell>Arrange open windows horizontally</cell>
               </row>
               <row>
                  <cell>Ctrl+3</cell>
                  <cell>Cmd+3</cell>
                  <cell>Arrange open windows vertically</cell>
               </row>
               <row>
                  <cell>Ctrl+Tab</cell>
                  <cell>Ctrl+Tab</cell>
                  <cell>Switch between open windows</cell>
               </row>
               <row>
                  <cell>Ctrl+W</cell>
                  <cell>Cmd+W</cell>
                  <cell>Close active window</cell>
               </row>
               <row>
                  <cell>Ctrl+Space</cell>
                  <cell>Ctrl+Space</cell>
                  <cell>Move focus to the <term type="ediromGui" key="view.desktop.TopBar_searchField"/> in the menu bar</cell>
               </row>
               <row>
                  <cell>Esc</cell>
                  <cell>Esc</cell>
                  <cell>Delete search term</cell>
               </row>
               <row>
                  <cell>F1</cell>
                  <cell>F1</cell>
                  <cell>Open this help file</cell>
               </row>
            </table>
         </div>
         <div type="div2">
            <head>Score windows</head>
            <table rend="frame" xml:id="Table4">
               <row>
                  <cell>Windows</cell>
                  <cell>Mac OS X</cell>
                  <cell>Description</cell>
               </row>
               <row>
                  <cell>←</cell>
                  <cell>←</cell>
                  <cell>previous page</cell>
               </row>
               <row>
                  <cell>→</cell>
                  <cell>→</cell>
                  <cell>Show next page</cell>
               </row>
               <row>
                  <cell>+</cell>
                  <cell>+</cell>
                  <cell>Zoom in</cell>
               </row>
               <row>
                  <cell>-</cell>
                  <cell>-</cell>
                  <cell>Zoom out</cell>
               </row>
               <row>
                  <cell>#</cell>
                  <cell>#</cell>
                  <cell>Adjust content to size of active window</cell>
               </row>
               <row>
                  <cell>A</cell>
                  <cell>A</cell>
                  <cell>Show annotation references in active facsimile window</cell>
               </row>
               <row>
                  <cell>B</cell>
                  <cell>B</cell>
                  <cell>Show measure numbers in active facsimile window</cell>
               </row>
               <row>
                  <cell>Shift+A</cell>
                  <cell>Shift+A</cell>
                  <cell>Show annotation references in all open facsimile windows</cell>
               </row>
               <row>
                  <cell>Shift+B</cell>
                  <cell>Shift+B</cell>
                  <cell>Show measure numbers in all open facsimile windows</cell>
               </row>
            </table>
         </div>
         <div type="div2">
            <head>Text windows</head>
            <table rend="frame" xml:id="Table5">
               <row>
                  <cell>Windows</cell>
                  <cell>Mac OS X</cell>
                  <cell>Description</cell>
               </row>
               <row>
                  <cell>←</cell>
                  <cell>←</cell>
                  <cell>Back to last page opened (in the same window)</cell>
               </row>
               <row>
                  <cell>→</cell>
                  <cell>→</cell>
                  <cell>Forward to next page already opened (in the same window)</cell>
               </row>
               <row>
                  <cell>+</cell>
                  <cell>+</cell>
                  <cell>Increase font size</cell>
               </row>
               <row>
                  <cell>-</cell>
                  <cell>-</cell>
                  <cell>Reduce font size</cell>
               </row>
            </table>
         </div>
      </div>-->

@krHERO krHERO modified the milestones: 1.1.0, 1.2.0 Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

4 participants