[PR #5386] [MERGED] Add hotkey to reset app scale #6794

Closed
opened 2026-03-23 23:16:42 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5386
Author: @Trapiz
Created: 5/21/2024
Status: Merged
Merged: 5/30/2024
Merged by: @Xazin

Base: mainHead: reset_app_scale_hotkey_5340


📝 Commits (4)

  • 85dd4dd feat: Add reset app scale hotkey
  • 3d6f87a Merge branch 'AppFlowy-IO:main' into reset_app_scale_hotkey_5340
  • 38c4083 Merge branch 'AppFlowy-IO:main' into reset_app_scale_hotkey_5340
  • 2e27170 chore: merge branch 'upstream/main' into HEAD

📊 Changes

1 file changed (+16 additions, -2 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart (+16 -2)

📄 Description

Use the Ctrl+0 or Meta+0 shortcut to reset the app scale to 1

Scale demo.webm

Feature Preview

implements


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/5386 **Author:** [@Trapiz](https://github.com/Trapiz) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `reset_app_scale_hotkey_5340` --- ### 📝 Commits (4) - [`85dd4dd`](https://github.com/AppFlowy-IO/AppFlowy/commit/85dd4dd63c23ff8e1e010dbd1bab87c4862b271a) feat: Add reset app scale hotkey - [`3d6f87a`](https://github.com/AppFlowy-IO/AppFlowy/commit/3d6f87ab283bd29af010efec6ba9337294a50768) Merge branch 'AppFlowy-IO:main' into reset_app_scale_hotkey_5340 - [`38c4083`](https://github.com/AppFlowy-IO/AppFlowy/commit/38c4083d10b95f09b2cb1e8cb7668aaf08189963) Merge branch 'AppFlowy-IO:main' into reset_app_scale_hotkey_5340 - [`2e27170`](https://github.com/AppFlowy-IO/AppFlowy/commit/2e27170219d0fab512fd92e3bdc073d3a4a8d397) chore: merge branch 'upstream/main' into HEAD ### 📊 Changes **1 file changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart` (+16 -2) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> Use the Ctrl+0 or Meta+0 shortcut to reset the app scale to 1 [Scale demo.webm](https://github.com/AppFlowy-IO/AppFlowy/assets/50213029/8aa3e18a-eefc-43a5-ba6c-f8a8cdc01ecb) ### Feature Preview [implements](https://github.com/Appflowy-IO/AppFlowy/issues/5340) <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:16:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6794
No description provided.