- Status Closed
- Percent Complete
- Task Type Bugs
- Category Configuration
- Assigned To No-one
- Operating System Another
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by albertogorjon - 2016-04-25
Last edited by speachy - 2020-06-15
Opened by albertogorjon - 2016-04-25
Last edited by speachy - 2020-06-15
FS#13073 - Samsung YP-R0, bug, Colour Configuration
Samsung YP-R0
Error keyboard mapping of menu: Settings - Theme Settings - Colours - Foreground Colour /Background Colour, don’t allow change colors
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
I confirm the issue.
I checked a bit how was the keymapping on other targets like H320 or Fuze+ and adapt it to R0. I can’t say I really understood what I did exactly but I confirm it works properly now.
I can’t write a proper patch myself so if someone is willing to do it and push it, that would be nice :)
In keymap-ypr0.c
I replaced:
static const struct button_mapping button_context_settings[] = {
}; /* button_context_settings */
By:
static const struct button_mapping button_context_settings[] = {
}; /* button_context_settings */
static const struct button_mapping button_context_settings_right_is_inc[] = {
}; /* button_context_settingsgraphical */
case CONTEXT_CUSTOM|CONTEXT_SETTINGS:
I tested the behavior and I cannot reproduce the issue anymore.
This is justified by the commit at https://git.rockbox.org/?p=rockbox.git;a=commit;h=108a0f3 Therefore, it could be closed.