diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-15 23:48:09 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-15 23:48:09 -0500 |
| commit | 5389e3c2d60f97378b072c0e8ac5dbac13e9c4ed (patch) | |
| tree | f9ea06be837c3c8ddba70a2692edef729359b4a5 | |
| parent | e08988a8874f534b79229cd503cdf9f8dd15b8f2 (diff) | |
More keyboard selection notes.
| -rw-r--r-- | wintable/new/select.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/wintable/new/select.h b/wintable/new/select.h index 5d57bb4..4b73cfd 100644 --- a/wintable/new/select.h +++ b/wintable/new/select.h @@ -107,8 +107,12 @@ with 100 items (0-99), the window currently shows items 30 through 47 as well as when nothing is selected: - down selects item 0 regardless of scroll - up selects nothing regardless of scroll -- page down selects item xxx regardless of scroll -- page up selects items xxxx regarldess of scroll +- page down selects the last fully visible item depending on 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 - end selects item xxx */ |
