Describe the bug
The shortcut for navigating to the start (CTRL + <-
) and end of the line (CTRL + ->
) is not working. They instead navigate to the start and end of line
To Reproduce
Steps to reproduce the behavior:
- Go to any page
- In a text block, type some words
- Use the shortcuts for navigating to the start / end of line
Expected behavior
The shortcut presented in the shortcuts popup to work
System Information:
- OS: Fedora Silverblue
- Device Manufacturer/Model: HP Elitebook
- Anytype Version: 0.20.9
Additional context
Ctrl + <-
and Ctrl + ->
are usually the shortcuts for navigation by word. But anytype is listing it as a shortcut for navigation to the starting / ending of line but when the shortcut is pressed, the cursor still moves by words and not to the start / end of the line. Since this is a common shortcut, people would expect this to behave this way for navigation by words. It would be great if the shortcut to go to the starting / ending of a line is changed to a different one such as Ctrl+Alt+arrow
combo or something else since the current one is not working.
There is a chance that the current shortcut might work on macOS since it treats the Ctrl key differently and uses the command+arrow shortcut for navigation by word if I remember correctly. It would be great if someone with macOS to confirm if the current shortcuts are working for them or not