[PR #4620] [MERGED] feat: hotkey to open settings dialog #6349

Closed
opened 2026-03-23 22:22:49 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4620
Author: @Xazin
Created: 2/6/2024
Status: Merged
Merged: 2/7/2024
Merged by: @appflowy

Base: mainHead: feat/hotkey-open-settings


📝 Commits (2)

  • 843982f feat: hotkey to open settings dialog
  • 0b4f8a9 chore: change to cmd/ctrl+,

📊 Changes

2 files changed (+79 additions, -31 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart (+7 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_user.dart (+72 -31)

📄 Description

Closes: #4613

Feature Preview

Can open/close the settings dialog using CMD + ,/ CTRL + , - Let me know if another binding is preferred.

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/e5051bd1-d086-469d-8ec6-e819b49df611

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/4620 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/hotkey-open-settings` --- ### 📝 Commits (2) - [`843982f`](https://github.com/AppFlowy-IO/AppFlowy/commit/843982fcbc7aa0ce141e0a322e01e1c8f3064c49) feat: hotkey to open settings dialog - [`0b4f8a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/0b4f8a99d1385faef2c0a32a1f868495854bfb82) chore: change to cmd/ctrl+, ### 📊 Changes **2 files changed** (+79 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart` (+7 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_user.dart` (+72 -31) </details> ### 📄 Description Closes: #4613 ### Feature Preview Can open/close the settings dialog using `CMD + ,`/ `CTRL + ,` - Let me know if another binding is preferred. https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/e5051bd1-d086-469d-8ec6-e819b49df611 #### 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. - [ ] 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 22:22:49 +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#6349
No description provided.