-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: alt + arrow key to move cursor one word #28
feat: alt + arrow key to move cursor one word #28
Conversation
012449d
to
63f855e
Compare
Codecov Report
@@ Coverage Diff @@
## main #28 +/- ##
==========================================
- Coverage 77.96% 77.84% -0.13%
==========================================
Files 123 123
Lines 7053 7094 +41
==========================================
+ Hits 5499 5522 +23
- Misses 1554 1572 +18
... and 8 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@LucasXu0 When you have time, can you guide me on how to resolve the issue with tests. I had to make changes because I took over the command that the failing tests were taking advantage of. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In test/service/shortcut_event/shortcut_event_test.dart
file when you are updating the command to ctrl+arrow left, in macOSCommand you want to use meta instead of ctrl. On line 66: macOsCommand: 'meta+arrow left',
14ea48d
to
f5795fb
Compare
f5795fb
to
5585146
Compare
Thanks @LucasXu0 - That was the issue ... |
Relates: AppFlowy-IO/AppFlowy#2071