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

feat: Ctrl/Cmd + Enter Listener #72

Open
3 tasks
JustinhSE opened this issue Dec 7, 2024 · 1 comment
Open
3 tasks

feat: Ctrl/Cmd + Enter Listener #72

JustinhSE opened this issue Dec 7, 2024 · 1 comment
Assignees
Labels
Backend 🛠️ Enhancement 🚀 New feature or request good first issue Good for newcomers

Comments

@JustinhSE
Copy link
Collaborator

Overview

We need to add a keyboard shortcut (Ctrl+Enter) for the "Find Similar Version" button on the Verse Match page. This enhancement will allow users to trigger the button's functionality without using the mouse, improving accessibility and user efficiency.

Tasks

  • Implement event listener for Ctrl+Enter combination

    • Add a keydown event listener
    • Check for Ctrl+Enter key combination
  • Link shortcut to button functionality

    • Identify the function called when the "Find Similar Version" button is clicked
    • Trigger this function when Ctrl+Enter is pressed and input is present
  • Update UI to indicate shortcut availability

    • Add a tooltip or visual indicator to the button showing the Ctrl+Enter shortcut
@JustinhSE JustinhSE added Enhancement 🚀 New feature or request good first issue Good for newcomers Backend 🛠️ labels Dec 7, 2024
@Awnder
Copy link

Awnder commented Mar 12, 2025

Would like to take this on! No timeline but will figure it out if you want one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 🛠️ Enhancement 🚀 New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants