You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m wondering whether it would be possible to add some keyboard shortcuts to translationCore. Here’s what I was thinking would be helpful. In the view shown in the attached screenshot, which is the panel for text editing and aligning:
Shift + DownArrow = move to the next verse. (In this case, from 4:4 to 4:5. If you were on the last verse of a chapter, this would bring you to this panel for the first verse of the next chapter.)
Command + R = Refresh
Command + A = Accept
Command + X = Reject
Command + C = Clear
Command + L = Alignment complete
(Command would be for a Mac. It would be Control on a PC.)
This would speed up the workflow, which is important since “acceleration” is our mandate for 2025. Since it would also mean less work with a mouse, it would probably help reduce the issues with joint and muscle pain that some editors and proofreaders have been experiencing. Please let me know what you think. Thanks very much.
After investigation I discovered that some shortcut keys are already used by electron - and I was not able to capture the arrow keys. So here is the updated list of shortcut keys that I implemented:
Command + N = move to the next verse. (IIf you were on the last verse of a chapter, this would bring you to this panel for the first verse of the next chapter.)
Command + F = Refresh
Command + A = Accept
Command + J = Reject
Command + K = Clear
Command + T = Alignment complete
Note: Windows and Linux would use Control key instead of Command
Features / Specifications
[ ]
[ ]
[ ]
Definition of Done
[ ]
[ ]
[ ]
Additional Context
Mockups
The text was updated successfully, but these errors were encountered:
Verified on translationCore 3.6.7 (e7a0c0c). Shortcut keys works as expected, defined as follows:
Command + N = move to the next verse. (IIf you were on the last verse of a chapter, this would bring you to this panel for the first verse of the next chapter.)
Command + F = Refresh
Command + A = Accept
Command + J = Reject
Command + K = Clear
Command + T = Alignment complete (Toggle)
Story Explanation
User Story
Request from Chris Smith:
After investigation I discovered that some shortcut keys are already used by electron - and I was not able to capture the arrow keys. So here is the updated list of shortcut keys that I implemented:
Note: Windows and Linux would use Control key instead of Command
Features / Specifications
Definition of Done
Additional Context
Mockups
The text was updated successfully, but these errors were encountered: