diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-05-18 16:49:26 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-05-18 22:51:01 +0200 |
commit | 9e674c712f9cfa6342291add796979124b0740c7 (patch) | |
tree | fbc2f6b5a1236eea97be1f495f59c995affc64ba /docs | |
parent | 2da6766f7598a7d77ac362caded2bba1a4d20318 (diff) | |
download | rockbox-9e674c712f9cfa6342291add796979124b0740c7.tar.gz rockbox-9e674c712f9cfa6342291add796979124b0740c7.zip |
FS#13195: rocker: Improved root menu keymap (Howard Richardson)
This patch addresses a keymapping anomaly on the Rocker. Currently the
Power button when pressed inside a sub-menu will return you to the root
of the menu. However when pressed again it returns you to the sub-menu
you were in previously. This is at odds with how other ports work and
makes it difficult to return to the WPS without manually selecting it on
the root menu.
This patch copies the behaviour of the home button on the Sansa Clip+.
Pressing it once will exit a sub-menu and bring you back to the root
menu. Pressing it again takes you to the WPS. No functionality is lost
or covered up by making this reassignment.
Change-Id: I17789457d49b087a2b4c75f4490ec722d9479a9b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CREDITS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 5bf01f50db..fd598a4127 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -690,6 +690,7 @@ Johannes König Alexander Drammen Kei Miyamoto James D. Smith +Howard Richardson The libmad team The wavpack team |