mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
erosq: Rework pluginlib mappings a little
prev/next -> PLA_LEFT/RIGHT volup/dn -> PLA_UP/DN scrollwheel -> PLA_SCROLL_* This will fix bubbles and any other plugin that is explicitly expecting PLA_SCROLL_* events. Change-Id: I9fd4c2e6bdd13e147b20e0f0f600e7e0b9a82842
This commit is contained in:
parent
2b30a9fed8
commit
68c3fbe263
2 changed files with 10 additions and 10 deletions
|
@ -100,8 +100,8 @@
|
|||
\newcommand{\ActionBmDelete}{Long \ButtonPlay}
|
||||
|
||||
%Plugin lib actions
|
||||
\newcommand{\PluginUp}{\ButtonUp}
|
||||
\newcommand{\PluginDown}{\ButtonDown}
|
||||
\newcommand{\PluginUp}{\ButtonVolUp}
|
||||
\newcommand{\PluginDown}{\ButtonVolDown}
|
||||
\newcommand{\PluginLeft}{\ButtonLeft}
|
||||
\newcommand{\PluginRight}{\ButtonRight}
|
||||
\newcommand{\PluginSelect}{\ButtonSelect}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue