- Status Closed
- Percent Complete
- Task Type Patches
- Category User Interface
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#5994 - Mark current font/wps when viewing all (resolution for FS#5080)
Position cursor to the current setting when browsing fonts, wps, rwps, eq preset, fmr. This can’t be done for themes since the current theme is not saved in the settings.
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
Updated the patch:
- introduced constants for standard file extensions
- replaced strcpy+strcat with snprintf (it’s safer) – thanks Linus for the tip
- moved some constants into format string (they are not printed with %s anymore)
The one who will (hopefully) commit this patch: please adjust the definition of FONT_DIR, LANG_DIR, and CODECS_DIR in settings.h so that it contains ROCKBOX_DIR (like e.g. WPS_DIR). Places where these constants are used should be also adjusted.
Linus, my patch doesn’t break the ‘Follow playlist’ feature – testes with the sim and on target (iriver H1xx).
I was thinking that maybe after jdgordon commits the new settings menu patch, it’d be better to have this done in a similar way (i.e., have a little arrow pointing to the current setting as well as beginning on it).