ivrit-ai / crowd-transcribe

Crowd transcription server
3 stars 4 forks source link

Enhance UX by Adding Shortcut Keys #7

Open yarons opened 4 months ago

yarons commented 4 months ago

Using shortcut keys can eliminate the need for a mouse thus improving the overall contribution experience and speed.

yanirmr commented 4 months ago

Is your feature request related to a problem? Please describe. The current interface requires frequent use of the mouse, which can slow down the user’s workflow and reduce efficiency. Shortcut keys can significantly enhance the user experience by allowing for faster and more streamlined interactions.

Describe the solution you'd like Implement shortcut keys for common actions within the application (e.g. submit, failed, media controllers etc.). This will reduce the dependency on the mouse and improve the overall speed and efficiency of the user’s workflow.

Describe alternatives you've considered An alternative solution could be to provide customizable shortcut keys, allowing users to set their own preferences for key bindings. Another option is to enhance the existing UI to make frequently used actions more accessible without shortcuts.

Additional context Adding shortcut keys will require updates to the frontend code to handle keyboard events. This enhancement aims to improve the overall user experience and productivity, especially for users who perform repetitive tasks frequently.