Skip to content

feat: implement global keyboard shortcut navigation#1521

Closed
Mohitswamii wants to merge 24 commits into
Priyanshu-byte-coder:mainfrom
Mohitswamii:keyboard-shortcuts-feature
Closed

feat: implement global keyboard shortcut navigation#1521
Mohitswamii wants to merge 24 commits into
Priyanshu-byte-coder:mainfrom
Mohitswamii:keyboard-shortcuts-feature

Conversation

@Mohitswamii

Copy link
Copy Markdown
Contributor

Related Issue

Closes #1489

Changes Made

  • Added G + D shortcut for dashboard navigation
  • Added G + P shortcut for goals section navigation
  • Added Esc support for closing modals
  • Improved keyboard accessibility
  • Prevented shortcuts from triggering while typing in inputs, textareas, and editable fields

Type of Change

  • Feature
  • Accessibility Improvement

Testing

  • Tested G + D navigation
  • Tested G + P navigation
  • Tested Esc modal close functionality
  • Verified shortcuts do not trigger while typing
  • No console errors

Checklist

  • Code follows project structure
  • Tested locally
  • No console errors
  • Self reviewed

Priyanshu-byte-coder and others added 24 commits May 29, 2026 17:45
…blicLanguage.name TS error

- Remove duplicate `aria-label="Perform action"` from 10 components (settings page, AIMentorWidget, ContributionGraph, ContributionHeatmap, GoalTracker, KeyboardShortcuts, NotificationBell, StreakAtRiskBanner, StreakMilestoneBanner, WeeklySummaryCard)
- Add dompurify + @types/dompurify to deps, @testing-library/react + @testing-library/jest-dom to devDeps
- Fix compare page using PublicLanguage.name → PublicLanguage.language

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented May 29, 2026

Copy link
Copy Markdown

@Mohitswamii is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature labels May 29, 2026
@github-actions

Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

Priyanshu-byte-coder added a commit that referenced this pull request May 29, 2026
Adds GlobalKeyboardShortcuts component with G+D (dashboard), G+P (goals),
and Esc (close modal) shortcuts, plus ShortcutsModal improvements.

Co-authored-by: Mohitswamii <mohitswami@users.noreply.github.com>
@Priyanshu-byte-coder

Copy link
Copy Markdown
Owner

Keyboard shortcuts feature merged into main (commit 056339d). Thank you @Mohitswamii! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] Implement global accessibility keyboard shortcut hotkeys for high-frequency dashboard navigation

2 participants