forked from len0rd/rockbox
Samsung YH820/92x keymap bugfixes
This patch fixes some (mostly small) plugin issues with the "big" YH-keymap patch (a507b). Only one fix affects the main keymaps (virtual keyboard "DONE" now exits after long key /release/ instead of long button /press/). Change-Id: Id34f925ebfa97ae4974cd9405fbe1fee4f597833
This commit is contained in:
parent
ad65f8cc71
commit
5e91ec1401
21 changed files with 140 additions and 81 deletions
|
|
@ -50,7 +50,8 @@ these markers:
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
|
||||
\opt{MPIO_HD200_PAD}{Long \ButtonFunc}%
|
||||
\opt{MPIO_HD300_PAD}{\ButtonMenu}%
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonDown}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} + \ButtonUp}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonUp}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} button}. \\
|
||||
\emph{C } & There is a comment at the current node. It can be viewed/edited using
|
||||
the \emph{Add/Edit Comment} menu option of the \emph{Context Menu}. \\
|
||||
|
|
@ -143,7 +144,8 @@ these markers:
|
|||
\opt{touchscreen}{\TouchBottomLeft}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonLeft}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonRew}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} + \ButtonLeft}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonLeft}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
&}
|
||||
|
|
@ -161,7 +163,8 @@ these markers:
|
|||
\opt{touchscreen}{\TouchBottomRight}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonRight}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonFF}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} + \ButtonRight}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonRight}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
&}
|
||||
|
|
@ -180,7 +183,7 @@ these markers:
|
|||
\opt{RECORDER_PAD}{\ButtonFTwo}%
|
||||
\opt{ONDIO_PAD}{Long \ButtonMenu}
|
||||
\opt{MPIO_HD200_PAD}{Long \ButtonPlay}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonLeft}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{touchscreen}{\TouchTopLeft}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
|
@ -202,7 +205,7 @@ these markers:
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
|
||||
\opt{MPIO_HD200_PAD}{Long \ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonEnter}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonDown}%
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonPlay}%
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
&}
|
||||
|
|
@ -224,7 +227,8 @@ these markers:
|
|||
\opt{touchscreen}{\TouchTopRight}%
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}%
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonUp}%
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} + \ButtonUp}%
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonUp}%
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
&}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue