[GH-ISSUE #964] [FR] Support the shortcut keys customization #377

Closed
opened 2026-03-23 20:35:56 +00:00 by mirror · 0 comments
Owner

Originally created by @LucasXu0 on GitHub (Sep 1, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/964

Support the shortcut key customization, like using control + shift + C instead of control + C to trigger copy.

Feature Scope

  • optimize the implementation of the current shortcut events.
  • provide the mapping table with shortcut events and implementations.
  • support macOS / Windows / Linux platform.
  • support redefining the existing shortcut event.

Test cases that should pass when it’s delivered

  1. test shortcut events on different platforms.
  2. test redefining the existing shortcut event.
  3. test dumping the mapping table before and after redefining the shortcut event.
Originally created by @LucasXu0 on GitHub (Sep 1, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/964 Support the shortcut key customization, like using control + shift + C instead of control + C to trigger copy. ## Feature Scope - [x] optimize the implementation of the current shortcut events. - [x] provide the mapping table with shortcut events and implementations. - [x] support macOS / Windows / Linux platform. - [x] support redefining the existing shortcut event. ## Test cases that should pass when it’s delivered 1. test shortcut events on different platforms. 2. test redefining the existing shortcut event. 3. test dumping the mapping table before and after redefining the shortcut event.
mirror 2026-03-23 20:35:56 +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#377
No description provided.