[PR #173] [MERGED] fix(key): Allow Esc and Any other input event #94

Closed
opened 2025-12-29 18:28:18 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/173
Author: @Aslam97
Created: 9/19/2024
Status: Merged
Merged: 9/19/2024
Merged by: @Aslam97

Base: mainHead: fix/keyboard-manager


📝 Commits (3)

  • e0d37c4 fix(key): Allow Esc and input handler
  • 1d80ae5 chore: set search autoFocus on shortcut component
  • f22158d fix: allow enter, arrow and disable list if keyboard

📊 Changes

3 files changed (+60 additions, -52 deletions)

View changed files

📝 web/components/custom/Shortcut/shortcut.tsx (+1 -0)
📝 web/components/routes/link/list.tsx (+41 -46)
📝 web/hooks/use-keyboard-manager.ts (+18 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/173 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `fix/keyboard-manager` --- ### 📝 Commits (3) - [`e0d37c4`](https://github.com/linsa-io/linsa/commit/e0d37c495957e891df621b7ae79c164c5a0ca04a) fix(key): Allow Esc and input handler - [`1d80ae5`](https://github.com/linsa-io/linsa/commit/1d80ae5928ed55900bef8352d257b671385078f4) chore: set search autoFocus on shortcut component - [`f22158d`](https://github.com/linsa-io/linsa/commit/f22158d651094c7071d10a889ece2e2f0ed743e6) fix: allow enter, arrow and disable list if keyboard ### 📊 Changes **3 files changed** (+60 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `web/components/custom/Shortcut/shortcut.tsx` (+1 -0) 📝 `web/components/routes/link/list.tsx` (+41 -46) 📝 `web/hooks/use-keyboard-manager.ts` (+18 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:18 +01:00
adam closed this issue 2025-12-29 18:28:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#94