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:
Solomon Peachy 2025-03-25 17:34:56 -04:00
parent 2b30a9fed8
commit 68c3fbe263
2 changed files with 10 additions and 10 deletions

View file

@ -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}