-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement (keyboard): Support scrolling to beginning at end, and to…
… end from beginning This improves navigational flow as it should be in line with user expectation. The user should not have to press HOME or END keys to go back to the desired position in the document. Add support for: - RIGHT and DOWN arrow keys to go back to beginning when at end - LEFT and UP arrow keys to go back to end when at beginning
- Loading branch information
1 parent
d697a1e
commit 044fa9a
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters