Fix keymap entry for the Clip series in the stopwatch plugin
Change-Id: If3ee1cb06957e52cf826dc66b6d276b4371ea798
This commit is contained in:
parent
2ca6fe1a77
commit
784fb6a1dd
1 changed files with 8 additions and 6 deletions
14
manual/plugins/stopwatch.tex
Normal file → Executable file
14
manual/plugins/stopwatch.tex
Normal file → Executable file
|
@ -8,7 +8,7 @@ A simple stopwatch program with support for saving times.
|
|||
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
|
||||
,MROBE100_PAD}{\ButtonPower}
|
||||
,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower}
|
||||
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
|
||||
\opt{GIGABEAT_S_PAD}{\ButtonBack}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
|
||||
|
@ -21,7 +21,8 @@ A simple stopwatch program with support for saving times.
|
|||
%
|
||||
\opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD%
|
||||
,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay}
|
||||
\opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonRight}
|
||||
\opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD%
|
||||
,SANSA_CLIP_PAD}{\ButtonRight}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD,IPOD_4G_PAD%
|
||||
,IPOD_3G_PAD}{\ButtonSelect}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
|
@ -29,7 +30,7 @@ A simple stopwatch program with support for saving times.
|
|||
%
|
||||
\opt{PLAYER_PAD}{\ButtonStop}
|
||||
\opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonLeft}
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonLeft}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew}
|
||||
\opt{IAUDIO_X5_PAD}{\ButtonRec}
|
||||
|
@ -44,14 +45,15 @@ A simple stopwatch program with support for saving times.
|
|||
\opt{ONDIO_PAD,GIGABEAT_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF}
|
||||
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
|
||||
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD%
|
||||
,SANSA_CLIP_PAD}{\ButtonSelect}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Take lap time \\
|
||||
%
|
||||
\opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft{} / \ButtonRight}
|
||||
\opt{RECORDER_PAD,ONDIO_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD%
|
||||
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}%
|
||||
{\ButtonUp{} / \ButtonDown}
|
||||
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_CLIP_PAD}{\ButtonUp{} / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonVolUp / \ButtonVolDown}
|
||||
|
|
Loading…
Reference in a new issue