[PR #883] [MERGED] Recognize numpad enter key as enter key #45206

Closed
opened 2026-04-26 07:13:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/883
Author: @j-f1
Created: 4/10/2023
Status: Merged
Merged: 4/10/2023
Merged by: @j-f1

Base: masterHead: jed/numpad-enter


📝 Commits (2)

📊 Changes

12 files changed (+38 additions, -32 deletions)

View changed files

📝 packages/desktop-client/src/browser-preload.browser.js (+2 -2)
📝 packages/desktop-client/src/components/GlobalKeys.js (+5 -5)
📝 packages/desktop-client/src/components/accounts/TransactionsTable.js (+3 -3)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.js (+2 -2)
📝 packages/desktop-client/src/components/autocomplete/NewAutocomplete.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/misc.js (+3 -3)
📝 packages/desktop-client/src/components/budget/rollover/rollover-components.js (+1 -1)
📝 packages/desktop-client/src/components/common.js (+2 -2)
📝 packages/desktop-client/src/components/select/DateSelect.js (+4 -4)
📝 packages/desktop-client/src/components/table.js (+8 -8)
📝 packages/desktop-client/src/components/tooltips.js (+1 -1)
upcoming-release-notes/883.md (+6 -0)

📄 Description


🔄 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/883 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 4/10/2023 **Status:** ✅ Merged **Merged:** 4/10/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/numpad-enter` --- ### 📝 Commits (2) - [`baa772c`](https://github.com/actualbudget/actual/commit/baa772ca8ab2cfeb6bf27aad76456771da0ce2bb) Swap from `code` to `key` - [`a258064`](https://github.com/actualbudget/actual/commit/a2580643f1d40ce42073ba1dda004ae0f76a6e5b) Release note ### 📊 Changes **12 files changed** (+38 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/browser-preload.browser.js` (+2 -2) 📝 `packages/desktop-client/src/components/GlobalKeys.js` (+5 -5) 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.js` (+3 -3) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.js` (+2 -2) 📝 `packages/desktop-client/src/components/autocomplete/NewAutocomplete.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/misc.js` (+3 -3) 📝 `packages/desktop-client/src/components/budget/rollover/rollover-components.js` (+1 -1) 📝 `packages/desktop-client/src/components/common.js` (+2 -2) 📝 `packages/desktop-client/src/components/select/DateSelect.js` (+4 -4) 📝 `packages/desktop-client/src/components/table.js` (+8 -8) 📝 `packages/desktop-client/src/components/tooltips.js` (+1 -1) ➕ `upcoming-release-notes/883.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <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-26 07:13:57 -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#45206