[PR #2489] [MERGED] 🐛 fix hotkeys sometimes not working #22939

Closed
opened 2026-04-16 17:07:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2489
Author: @MatissJanis
Created: 3/21/2024
Status: Merged
Merged: 3/24/2024
Merged by: @MatissJanis

Base: masterHead: matiss/fix-1969


📝 Commits (4)

  • ec65a67 🐛 fix hotkeys sometimes not working
  • cb96f00 Release notes
  • 2b478bd Patch linter
  • 2f8c438 Feedback: deactivate app hotkeys when using modals

📊 Changes

12 files changed (+149 additions, -205 deletions)

View changed files

📝 .eslintrc.js (+0 -1)
📝 packages/desktop-client/package.json (+1 -1)
📝 packages/desktop-client/src/components/App.tsx (+22 -19)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+0 -5)
packages/desktop-client/src/components/KeyHandlers.tsx (+0 -87)
📝 packages/desktop-client/src/components/Titlebar.tsx (+50 -49)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+16 -11)
📝 packages/desktop-client/src/components/common/Modal.tsx (+8 -9)
📝 packages/desktop-client/src/components/table.tsx (+1 -4)
📝 packages/desktop-client/src/components/transactions/SelectedTransactions.jsx (+34 -11)
upcoming-release-notes/2489.md (+6 -0)
📝 yarn.lock (+11 -8)

📄 Description

Closes #1969

Moving from hotkeys-js direct usage to react-hotkeys-hook which should solve the #1969 issue.


🔄 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/actualbudget/actual/pull/2489 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 3/24/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-1969` --- ### 📝 Commits (4) - [`ec65a67`](https://github.com/actualbudget/actual/commit/ec65a6784f48eae290dea7248be2172af2973b4c) :bug: fix hotkeys sometimes not working - [`cb96f00`](https://github.com/actualbudget/actual/commit/cb96f002051a57936600991f785709825453f221) Release notes - [`2b478bd`](https://github.com/actualbudget/actual/commit/2b478bd1df59f6da29f8a7f5a7e6059eeb74a145) Patch linter - [`2f8c438`](https://github.com/actualbudget/actual/commit/2f8c438a58ab51587256905fbe54324f474dd350) Feedback: deactivate app hotkeys when using modals ### 📊 Changes **12 files changed** (+149 additions, -205 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+0 -1) 📝 `packages/desktop-client/package.json` (+1 -1) 📝 `packages/desktop-client/src/components/App.tsx` (+22 -19) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+0 -5) ➖ `packages/desktop-client/src/components/KeyHandlers.tsx` (+0 -87) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+50 -49) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+16 -11) 📝 `packages/desktop-client/src/components/common/Modal.tsx` (+8 -9) 📝 `packages/desktop-client/src/components/table.tsx` (+1 -4) 📝 `packages/desktop-client/src/components/transactions/SelectedTransactions.jsx` (+34 -11) ➕ `upcoming-release-notes/2489.md` (+6 -0) 📝 `yarn.lock` (+11 -8) </details> ### 📄 Description Closes #1969 Moving from `hotkeys-js` direct usage to `react-hotkeys-hook` which _should_ solve the #1969 issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 17:07:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#22939