[PR #6037] [MERGED] add CTRL/CMD + Enter as keyboard shortcut to only add single transaction #32207

Closed
opened 2026-04-18 08:17:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6037
Author: @matt-fidd
Created: 10/30/2025
Status: Merged
Merged: 11/6/2025
Merged by: @matt-fidd

Base: masterHead: add-single-transaction


📝 Commits (6)

  • b8d1bbe add ctrl/cmd + enter as shortcut to only add single transaction
  • 07a43ce note
  • 329ebc7 add same logic to add button
  • c152f79 add keyboard shortcut
  • b04ca57 Update VRT screenshots
  • f0b9a19 Merge branch 'master' into add-single-transaction

📊 Changes

7 files changed (+121 additions, -14 deletions)

View changed files

📝 packages/desktop-client/e2e/help-menu.test.ts-snapshots/Help-menu-Check-the-keyboard-shortcuts-modal-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/help-menu.test.ts-snapshots/Help-menu-Check-the-keyboard-shortcuts-modal-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/help-menu.test.ts-snapshots/Help-menu-Check-the-keyboard-shortcuts-modal-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/modals/KeyboardShortcutModal.tsx (+6 -0)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx (+66 -0)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.tsx (+43 -14)
upcoming-release-notes/6037.md (+6 -0)

📄 Description

I've seen this requested a fair few times now and it doesn't hurt to add

The original long standing issue, and most recent Discord request:
https://github.com/actualbudget/actual/issues/1310
https://discord.com/channels/937901803608096828/940290142579605514/1433481637378789477


🔄 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/6037 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `add-single-transaction` --- ### 📝 Commits (6) - [`b8d1bbe`](https://github.com/actualbudget/actual/commit/b8d1bbee2f4f524f2625404dddecc27f15af30b7) add ctrl/cmd + enter as shortcut to only add single transaction - [`07a43ce`](https://github.com/actualbudget/actual/commit/07a43ce3abfa1de86c26ec01f6926b425142924d) note - [`329ebc7`](https://github.com/actualbudget/actual/commit/329ebc73dd7afa2df0d05263ed6aff467c5d916a) add same logic to add button - [`c152f79`](https://github.com/actualbudget/actual/commit/c152f79b59c7796ba3467265be866d00f86c9f45) add keyboard shortcut - [`b04ca57`](https://github.com/actualbudget/actual/commit/b04ca570636141915454a46e15a3d05807404e46) Update VRT screenshots - [`f0b9a19`](https://github.com/actualbudget/actual/commit/f0b9a19165d83ae2ed41f34e2e22db3dbe89778b) Merge branch 'master' into add-single-transaction ### 📊 Changes **7 files changed** (+121 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/help-menu.test.ts-snapshots/Help-menu-Check-the-keyboard-shortcuts-modal-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/help-menu.test.ts-snapshots/Help-menu-Check-the-keyboard-shortcuts-modal-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/help-menu.test.ts-snapshots/Help-menu-Check-the-keyboard-shortcuts-modal-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/modals/KeyboardShortcutModal.tsx` (+6 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx` (+66 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.tsx` (+43 -14) ➕ `upcoming-release-notes/6037.md` (+6 -0) </details> ### 📄 Description I've seen this requested a fair few times now and it doesn't hurt to add The original long standing issue, and most recent Discord request: https://github.com/actualbudget/actual/issues/1310 https://discord.com/channels/937901803608096828/940290142579605514/1433481637378789477 --- <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-18 08:17:17 -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#32207