[PR #2112] [CLOSED] feat: customize keyboard shortcuts #5102

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2112
Author: @MayurSMahajan
Created: 3/26/2023
Status: Closed

Base: mainHead: fr_custom_keys_1882


📝 Commits (10+)

  • 7781b91 feat: add left tool when hover on block
  • 0719f54 chore: initial edit board modal
  • c453d73 chore: add column and edit text cell
  • 4545410 chore: column rename
  • 98e9ba1 chore: edit row components reorganize
  • 6f4b11f chore: don't show group by field
  • da19987 wip: edit cell type
  • 6e24af9 tempfix: rows misfire temp fix
  • 27a8eea chore: fade in, out
  • 5ddb510 chore: change field type

📊 Changes

1644 files changed (+68344 additions, -69671 deletions)

View changed files

📝 .github/workflows/flutter_ci.yaml (+21 -4)
📝 .github/workflows/integration_test.yml (+13 -10)
📝 .github/workflows/release.yml (+3 -7)
📝 .github/workflows/rust_ci.yaml (+12 -8)
📝 .github/workflows/rust_coverage.yml (+2 -2)
📝 .github/workflows/tauri_ci.yaml (+16 -15)
📝 .gitignore (+2 -0)
📝 CHANGELOG.md (+72 -0)
📝 README.md (+5 -3)
📝 frontend/.vscode/launch.json (+2 -2)
📝 frontend/.vscode/tasks.json (+2 -2)
📝 frontend/Makefile.toml (+5 -1)
📝 frontend/appflowy_flutter/.gitignore (+4 -0)
📝 frontend/appflowy_flutter/Makefile (+2 -2)
📝 frontend/appflowy_flutter/README.md (+1 -1)
📝 frontend/appflowy_flutter/analysis_options.yaml (+4 -0)
frontend/appflowy_flutter/assets/images/common/archive.svg (+10 -0)
frontend/appflowy_flutter/assets/images/common/open_folder.svg (+3 -0)
frontend/appflowy_flutter/assets/images/common/recover.svg (+4 -0)
📝 frontend/appflowy_flutter/assets/images/editor/align/center.svg (+0 -0)

...and 80 more files

📄 Description

This feature will let users customize keyboard shortcuts to their preferred key combinations.

Solves:
#1882
#1739
#1985


🔄 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/2112 **Author:** [@MayurSMahajan](https://github.com/MayurSMahajan) **Created:** 3/26/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fr_custom_keys_1882` --- ### 📝 Commits (10+) - [`7781b91`](https://github.com/AppFlowy-IO/AppFlowy/commit/7781b912f061cb7ef7b24622279528a1b8da153b) feat: add left tool when hover on block - [`0719f54`](https://github.com/AppFlowy-IO/AppFlowy/commit/0719f54dec5ddb89dfef8385b58cb0a0f90f8d1a) chore: initial edit board modal - [`c453d73`](https://github.com/AppFlowy-IO/AppFlowy/commit/c453d734ab8a2367089cf12e97648195f8c1e4e9) chore: add column and edit text cell - [`4545410`](https://github.com/AppFlowy-IO/AppFlowy/commit/4545410703af8696a449492393fc9e635b81fe40) chore: column rename - [`98e9ba1`](https://github.com/AppFlowy-IO/AppFlowy/commit/98e9ba19d60af00bc228c32f88420e18b64d7179) chore: edit row components reorganize - [`6f4b11f`](https://github.com/AppFlowy-IO/AppFlowy/commit/6f4b11f468fadac2b4087ea85c3c0a89e0382183) chore: don't show group by field - [`da19987`](https://github.com/AppFlowy-IO/AppFlowy/commit/da19987f4b970abb08df489a44eeecc0544f4b93) wip: edit cell type - [`6e24af9`](https://github.com/AppFlowy-IO/AppFlowy/commit/6e24af9c6808c4855604e47988612cc03b0d8db0) tempfix: rows misfire temp fix - [`27a8eea`](https://github.com/AppFlowy-IO/AppFlowy/commit/27a8eea6e2bc08d6a0069a080bc44d885641c976) chore: fade in, out - [`5ddb510`](https://github.com/AppFlowy-IO/AppFlowy/commit/5ddb5100ad6fe6fb1b4b24c3c8b5bc831a940d0b) chore: change field type ### 📊 Changes **1644 files changed** (+68344 additions, -69671 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/flutter_ci.yaml` (+21 -4) 📝 `.github/workflows/integration_test.yml` (+13 -10) 📝 `.github/workflows/release.yml` (+3 -7) 📝 `.github/workflows/rust_ci.yaml` (+12 -8) 📝 `.github/workflows/rust_coverage.yml` (+2 -2) 📝 `.github/workflows/tauri_ci.yaml` (+16 -15) 📝 `.gitignore` (+2 -0) 📝 `CHANGELOG.md` (+72 -0) 📝 `README.md` (+5 -3) 📝 `frontend/.vscode/launch.json` (+2 -2) 📝 `frontend/.vscode/tasks.json` (+2 -2) 📝 `frontend/Makefile.toml` (+5 -1) 📝 `frontend/appflowy_flutter/.gitignore` (+4 -0) 📝 `frontend/appflowy_flutter/Makefile` (+2 -2) 📝 `frontend/appflowy_flutter/README.md` (+1 -1) 📝 `frontend/appflowy_flutter/analysis_options.yaml` (+4 -0) ➕ `frontend/appflowy_flutter/assets/images/common/archive.svg` (+10 -0) ➕ `frontend/appflowy_flutter/assets/images/common/open_folder.svg` (+3 -0) ➕ `frontend/appflowy_flutter/assets/images/common/recover.svg` (+4 -0) 📝 `frontend/appflowy_flutter/assets/images/editor/align/center.svg` (+0 -0) _...and 80 more files_ </details> ### 📄 Description This feature will let users customize keyboard shortcuts to their preferred key combinations. Solves: #1882 #1739 #1985 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:14 +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#5102
No description provided.