added shortcuts for common actions #66
Closed
DIYA-BHATT29 wants to merge 3 commits into
Closed
Conversation
Owner
|
Alt + N → Focus new note input Alt + S → Focus search bar Alt + D → Toggle dark mode Alt + T → Open Trash view THESE WERE NOT WORKING WHEN I CHECKED.KINDLY CHECK IT ONCE AGAIN. |
Contributor
Author
|
please check now
…On Sat, 28 Feb 2026 at 23:47, Pavithra R S ***@***.***> wrote:
*rspavithra* left a comment (rspavithra/NOTESTACK#66)
<#66 (comment)>
Alt + N → Focus new note input
Alt + S → Focus search bar
Alt + D → Toggle dark mode
Alt + T → Open Trash view
THESE WERE NOT WORKING WHEN I CHECKED.KINDLY CHECK IT ONCE AGAIN.
—
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDWC7NVGOUJLWXPXV3KHNMD4OHLUNAVCNFSM6AAAAACWCTOV5WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSNZXGUZDSMJTGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Owner
|
Still not working |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Description
Brief description of what this PR does.
Adds keyboard shortcuts to improve navigation and usability within the application.
Users can now quickly perform common actions like focusing the note input, searching notes, toggling dark mode, and opening the trash view using keyboard combinations.This enhancement improves accessibility and overall user experience without modifying existing functionality or UI structure.
🔗 Related Issue
Closes #54
🛠 Changes Made
Added global keyboard event listener
Implemented safe shortcut combinations (Alt-based) to avoid browser conflicts
Added shortcuts for:
Alt + N → Focus new note input
Alt + S → Focus search bar
Alt + D → Toggle dark mode
Alt + T → Open Trash view
Esc → Clear search
📷 Screenshots (if applicable)
na its working perfectly
✅ Checklist