diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-06-02 07:46:45 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-06-02 07:46:45 -0700 |
commit | 541519a9986fe5c85d6b03fc8cf993ba8e950b0c (patch) | |
tree | 08bbe861588be829b6bf53588825b0ff02136858 /text_tests | |
parent | e0462ea2d866588522501875840af464b75b4ece (diff) | |
download | view.love-541519a9986fe5c85d6b03fc8cf993ba8e950b0c.tar.gz |
desired behavior now looks good
Diffstat (limited to 'text_tests')
-rw-r--r-- | text_tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/text_tests b/text_tests index b14f634..d571368 100644 --- a/text_tests +++ b/text_tests @@ -90,9 +90,14 @@ backspace can scroll up screen line # selection select text using shift and cursor movement operations select text using mouse + clicking to left of a line = start of line + clicking to right of a line = end of line + clicking above topmost line = top of screen + clicking below bottom-most line = bottom of screen select text using mouse and shift select text repeatedly using mouse and shift cursor movement without shift resets selection +mouse click without shift resets selection edit deletes selection edit with shift key deletes selection deleting selection may scroll |