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

Feature Enhancement - Add shortcut Keys to WordAlignment #7601

Closed
PhotoNomad0 opened this issue Dec 5, 2024 · 4 comments
Closed

Feature Enhancement - Add shortcut Keys to WordAlignment #7601

PhotoNomad0 opened this issue Dec 5, 2024 · 4 comments
Assignees
Labels

Comments

@PhotoNomad0
Copy link
Contributor

PhotoNomad0 commented Dec 5, 2024

Story Explanation

User Story

Request from Chris Smith:

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

image

@PhotoNomad0 PhotoNomad0 self-assigned this Dec 5, 2024
@PhotoNomad0 PhotoNomad0 changed the title Feature Enhancement - Add shortcut Keys Feature Enhancement - Add shortcut Keys to WordAlignment Dec 5, 2024
@PhotoNomad0
Copy link
Contributor Author

PhotoNomad0 commented Dec 7, 2024

@elsylambert This is implemented in build translationCore 3.6.7 (e7a0c0c)

Note that this only works in the WordAlignment tool and tCore app must be selected to receive keystrokes.

@elsylambert
Copy link

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)

@PhotoNomad0
Copy link
Contributor Author

@elsylambert Added the shortcut keys table to develop build Version 3.6.7 (3ccbde3).

@elsylambert
Copy link

Instructions for shortcut key look good in wA tool in translationCore 3.6.7 (3ccbde3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants