- Status Closed
- Percent Complete
- Task Type Patches
- Category
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#3012 - List scroller with new page at limits.
This patch makes the GUI jump to a new page everytime a
list scroller is about to go outside the viewable
areas. Much like the original iRiver. This works very
well with the slow update speed of the display. Only
tested with H120.
Very simple patch - still needs to reset the button
repeat delay everytime this happens I think.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
These are my first lines of C code ever so please bear with
me btw.
- The patch is now an option in the file view settings menu.
- moved option to Display>scrolling.
Hey. I just wanted to tell you (and everyone else…) that a
while ago, we had the pointer always pointing in the 2/3
middle of the screen. that means you would have reached the
last 1-3 files only at list ends (top or bottom, depending
on font size.)
today the pointer stops at the one-before-last item, and
then the list starts to scroll.
The change was because of how lists are now handled (list.c)
about it, it was a better way…)
like after selecting a file » open with… command, the
list doesn’t return to the exact same position
to an new page as it is now!
Thanks - but I know all this, and I don’t think either
method works as good as this one, but hey - it’s an option…