Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
150 stars 386 forks source link

[Feature] Add Enter Key navigation in Matrix Calculator #289

Closed TheDarkW3b closed 10 months ago

TheDarkW3b commented 10 months ago

Description

Description: In https://calcdiverse.netlify.app/calculators/matrix-calculator/matrix for a big matrix, it is so hard to navigate between columns using mouse. The current implementation lacks the ability to navigate between different button columns using the "Enter" key. Users commonly expect to use the keyboard for efficient navigation, and enabling the "Enter" key for this purpose would improve the overall user experience.

Expected Behavior: Pressing the "Enter" key should allow users to shift focus and navigate between different button columns, facilitating keyboard-friendly interaction.

https://github.com/Rakesh9100/CalcDiverse/assets/54339318/ee0cf20a-102d-4ad2-ab96-12aa021610ea

Actual Behavior: Currently, pressing the "Enter" key does not result in any navigation between button columns.

PS: Assign me this issue under iwoc2024

Screenshots

No response

Checklist

Code of Conduct

Rakesh9100 commented 10 months ago

Proceed @TheDarkW3b