[PR #1648] [MERGED] #1624 Support Shift + Option + Left/Right Arrow #4876

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1648
Author: @LucasXu0
Created: 1/4/2023
Status: Merged
Merged: 1/5/2023
Merged by: @LucasXu0

Base: mainHead: feat_1624


📝 Commits (5)

  • 2006d35 fix: the settings view of path configuration is not displayed completely
  • 35a72f7 feat: #1624 add shortcut for Shift + Option + Left/Right Arrow
  • 06c5f6a Merge branch 'main' into feat_1624
  • d7410cd feat: #1624 add shortcut for Shift + Option + Left/Right Arrow
  • e08ab1f fix: Presses shift + alt + arrow right to select a word

📊 Changes

8 files changed (+252 additions, -19 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/application/settings/settings_location_cubit.dart (+2 -2)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/default_selectable.dart (+5 -2)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/flowy_rich_text.dart (+10 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/selectable.dart (+7 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/arrow_keys_handler.dart (+92 -10)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/selection_service.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart (+10 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/arrow_keys_handler_test.dart (+125 -0)

📄 Description

https://user-images.githubusercontent.com/11863087/210517210-a0f181aa-2599-44dd-9b07-9610cfc13597.mov


🔄 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/1648 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 1/4/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat_1624` --- ### 📝 Commits (5) - [`2006d35`](https://github.com/AppFlowy-IO/AppFlowy/commit/2006d35a50e0908c52a2edd1cb0165fc9dd4a5d5) fix: the settings view of path configuration is not displayed completely - [`35a72f7`](https://github.com/AppFlowy-IO/AppFlowy/commit/35a72f701b9f3b342ed7a8df41ee4de3ae484901) feat: #1624 add shortcut for Shift + Option + Left/Right Arrow - [`06c5f6a`](https://github.com/AppFlowy-IO/AppFlowy/commit/06c5f6a790dc518bb2368d3db9c3331059d01530) Merge branch 'main' into feat_1624 - [`d7410cd`](https://github.com/AppFlowy-IO/AppFlowy/commit/d7410cd6e89c0b748a7b98b569b2f119b45acc31) feat: #1624 add shortcut for Shift + Option + Left/Right Arrow - [`e08ab1f`](https://github.com/AppFlowy-IO/AppFlowy/commit/e08ab1fc10b634606d5ca52be6c751223666f46d) fix: Presses shift + alt + arrow right to select a word ### 📊 Changes **8 files changed** (+252 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/application/settings/settings_location_cubit.dart` (+2 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/default_selectable.dart` (+5 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/flowy_rich_text.dart` (+10 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/selectable.dart` (+7 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/arrow_keys_handler.dart` (+92 -10) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/selection_service.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart` (+10 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/arrow_keys_handler_test.dart` (+125 -0) </details> ### 📄 Description https://user-images.githubusercontent.com/11863087/210517210-a0f181aa-2599-44dd-9b07-9610cfc13597.mov --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:13 +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#4876
No description provided.