More keyboard selection notes.

This commit is contained in:
Pietro Gagliardi 2014-12-15 23:48:09 -05:00
parent e08988a887
commit 5389e3c2d6
1 changed files with 6 additions and 2 deletions

View File

@ -107,8 +107,12 @@ with 100 items (0-99), the window currently shows items 30 through 47 as well as
when nothing is selected: when nothing is selected:
- down selects item 0 regardless of scroll - down selects item 0 regardless of scroll
- up selects nothing regardless of scroll - up selects nothing regardless of scroll
- page down selects item xxx regardless of scroll - page down selects the last fully visible item depending on scroll
- page up selects items xxxx regarldess of scroll - so with the above configuration:
- item 0 -> item 17
- item 30 -> item 47
- item 80 -> item 97
- page up selects item 0 regardless of scroll
- home selects item xxxx - home selects item xxxx
- end selects item xxx - end selects item xxx
*/ */