-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
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
added
the
Status: needs review
Issues that might be resolved in current develop
label
Feb 9, 2022
wishlist
|
krHERO
removed
the
Status: needs review
Issues that might be resolved in current develop
label
Jul 3, 2024
Closed
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>--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need keyboard shortcuts for the most needed actions.
The text was updated successfully, but these errors were encountered: