[PR #3061] [MERGED] Add additional hotkeys #58313

Closed
opened 2026-05-06 22:45:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3061
Author: @psybers
Created: 7/16/2024
Status: Merged
Merged: 7/17/2024
Merged by: @youngcw

Base: masterHead: hotkeys


📝 Commits (10+)

📊 Changes

8 files changed (+183 additions, -33 deletions)

View changed files

📝 packages/desktop-client/src/components/Titlebar.tsx (+12 -0)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+27 -0)
📝 packages/desktop-client/src/components/budget/BudgetPageHeader.tsx (+1 -15)
📝 packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx (+60 -1)
📝 packages/desktop-client/src/components/filters/FiltersMenu.jsx (+4 -0)
📝 packages/desktop-client/src/components/modals/KeyboardShortcutModal.tsx (+62 -17)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+11 -0)
upcoming-release-notes/3061.md (+6 -0)

📄 Description

Adds the following hotkeys to the account(s) pages:

  • ctrl/cmd/meta+i - import
  • ctrl/cmd/meta+B - bank sync
  • f - opens filter menu
  • n - add new transaction (I tried also having + for this, but it doesn't seem to like binding to + or -, even with modifiers)

On the budget page:

  • left to go prev month
  • right to go next month
  • 0 to go to current month (roughly centered, if viewing multiple months)

On any page:

  • shift+ctrl/cmd/meta+p toggles the privacy filter

🔄 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/3061 **Author:** [@psybers](https://github.com/psybers) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `hotkeys` --- ### 📝 Commits (10+) - [`e55b6a5`](https://github.com/actualbudget/actual/commit/e55b6a5740499783cfa2a1d04ba34e0fd5976684) Add account page hotkeys - [`9949eba`](https://github.com/actualbudget/actual/commit/9949eba3ce22a5b925210eb22e60d2efd5485fac) add release note - [`ecb324b`](https://github.com/actualbudget/actual/commit/ecb324b908cbd202ef2b5f9fc1add5bda1aef894) fix linter - [`dbc5872`](https://github.com/actualbudget/actual/commit/dbc58725472950c5f219c13712e02089d25bd888) change shortcut - [`a2a4a28`](https://github.com/actualbudget/actual/commit/a2a4a280b930e1d6b1b2fb4511a474af986b0dc7) change hotkey - [`ce076fb`](https://github.com/actualbudget/actual/commit/ce076fb7aa02349d7f9652d1270d22dbb23c71ec) fix lint - [`4b0b21e`](https://github.com/actualbudget/actual/commit/4b0b21effd18ddd0627d912bb90d481b14ce5a0c) add budget shortcuts - [`043879b`](https://github.com/actualbudget/actual/commit/043879bd87f222da5c149535f7daf52a32f2472d) update help page - [`214632f`](https://github.com/actualbudget/actual/commit/214632f10258951a436045c47ebfc8cfe6acc258) fix linter - [`3a366df`](https://github.com/actualbudget/actual/commit/3a366df8f9db0b247936ea9abc93715a025b303d) add privacy filter hotkey p ### 📊 Changes **8 files changed** (+183 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+12 -0) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+27 -0) 📝 `packages/desktop-client/src/components/budget/BudgetPageHeader.tsx` (+1 -15) 📝 `packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx` (+60 -1) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.jsx` (+4 -0) 📝 `packages/desktop-client/src/components/modals/KeyboardShortcutModal.tsx` (+62 -17) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+11 -0) ➕ `upcoming-release-notes/3061.md` (+6 -0) </details> ### 📄 Description Adds the following hotkeys to the account(s) pages: - `ctrl/cmd/meta+i` - import - `ctrl/cmd/meta+B` - bank sync - `f` - opens filter menu - `n` - add new transaction (I tried also having `+` for this, but it doesn't seem to like binding to `+` or `-`, even with modifiers) On the budget page: - `left` to go prev month - `right` to go next month - `0` to go to current month (roughly centered, if viewing multiple months) On any page: - `shift+ctrl/cmd/meta+p` toggles the privacy filter --- <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-05-06 22:45: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#58313