diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-15 20:03:46 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-15 20:03:46 -0500 |
| commit | e08988a8874f534b79229cd503cdf9f8dd15b8f2 (patch) | |
| tree | 56ffd58b3ad3b8ba4700303cfa46826b65ad1ff2 | |
| parent | 2eca285b16e2e8f3d2219d9a9dca6b2b32d15b7a (diff) | |
More keyboard selection notes.
| -rw-r--r-- | wintable/new/select.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/wintable/new/select.h b/wintable/new/select.h index 034fe92..5d57bb4 100644 --- a/wintable/new/select.h +++ b/wintable/new/select.h @@ -104,5 +104,11 @@ with 100 items (0-99), the window currently shows items 30 through 47 as well as - page up: -> item 30 - page down: -> item 64 -TODO what happens if you press a navigational button with no item selected? at different scroll positions? +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 +- home selects item xxxx +- end selects item xxx */ |
