[PR #5330] [MERGED] Add keyboard shortcuts to duplicate transaction, edit amount, and edit date #20243

Closed
opened 2026-04-14 21:31:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5330
Author: @jat255
Created: 7/14/2025
Status: Merged
Merged: 7/14/2025
Merged by: @MikesGlitch

Base: masterHead: add_duplicate_shortcut


📝 Commits (4)

  • d6fb346 add kb shortcuts for duplicate, edit date, and edit amount
  • 0ebf24f release notes
  • abd63ad only allow editing amount if we can't merge
  • 3ca1da9 [autofix.ci] apply automated fixes

📊 Changes

2 files changed (+25 additions, -2 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/SelectedTransactionsButton.tsx (+19 -2)
upcoming-release-notes/5330.md (+6 -0)

📄 Description

As in the title...

Fixes #4926.

Discovered issue #5329 while implementing this. This PR doesn't address that issue.

Documentation changes are in https://github.com/actualbudget/docs/pull/748


🔄 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/5330 **Author:** [@jat255](https://github.com/jat255) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `add_duplicate_shortcut` --- ### 📝 Commits (4) - [`d6fb346`](https://github.com/actualbudget/actual/commit/d6fb34602bc37599e54f481a89ac3dfcc5bd04ca) add kb shortcuts for duplicate, edit date, and edit amount - [`0ebf24f`](https://github.com/actualbudget/actual/commit/0ebf24f5bd619d58b6c1520a6e365f251604b29f) release notes - [`abd63ad`](https://github.com/actualbudget/actual/commit/abd63ad6d048eb404f1544e0380469895227bea2) only allow editing amount if we can't merge - [`3ca1da9`](https://github.com/actualbudget/actual/commit/3ca1da96328a6ebe9674faadb8e17cf5f4b3b245) [autofix.ci] apply automated fixes ### 📊 Changes **2 files changed** (+25 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/SelectedTransactionsButton.tsx` (+19 -2) ➕ `upcoming-release-notes/5330.md` (+6 -0) </details> ### 📄 Description As in the title... Fixes #4926. Discovered issue #5329 while implementing this. This PR doesn't address that issue. Documentation changes are in https://github.com/actualbudget/docs/pull/748 --- <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-14 21:31:45 -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#20243