[PR #926] [MERGED] Fix handling for shortcuts #3411

Closed
opened 2026-02-28 20:41:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: jed/shortcut-case


📝 Commits (3)

📊 Changes

3 files changed (+9 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/browser-preload.browser.js (+2 -2)
📝 packages/desktop-client/src/components/table.js (+1 -1)
upcoming-release-notes/926.md (+6 -0)

📄 Description

It turns out that event.key for ctrl/cmd+Z is z, and it’s Z for ctrl/cmd+shift+Z.


🔄 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/926 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 4/20/2023 **Status:** ✅ Merged **Merged:** 4/20/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/shortcut-case` --- ### 📝 Commits (3) - [`12aff7b`](https://github.com/actualbudget/actual/commit/12aff7bf7f500beb3ff64ccc8716c90c24eaee85) Fix handling for shortcuts - [`d3d1d29`](https://github.com/actualbudget/actual/commit/d3d1d2968336160c46cf7ee68c4729ad6d8e7af1) Add release note - [`359c2e5`](https://github.com/actualbudget/actual/commit/359c2e5022c5568dd5a2b62bad40fc3ffc3d332c) Apply suggestions from code review ### 📊 Changes **3 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/browser-preload.browser.js` (+2 -2) 📝 `packages/desktop-client/src/components/table.js` (+1 -1) ➕ `upcoming-release-notes/926.md` (+6 -0) </details> ### 📄 Description It turns out that `event.key` for ctrl/cmd+Z is `z`, and it’s `Z` for ctrl/cmd+shift+Z. --- <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-02-28 20:41:15 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3411