diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-01-29 17:15:01 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-01-29 17:15:01 +0000 |
commit | 51f937c2e445eaef345d3a9d15782436bb5e5c27 (patch) | |
tree | ed0788d5631e8e2d208c4af571b520797fc9fcc3 /manual/plugins/chip8emulator.tex | |
parent | ba75e6038f3f9af54bdeaf9feb1f4bd90c042f19 (diff) |
Commit FS#8527 by Thomas Martiz, renaming the wheel macros for sansa e200 to be consistent with ipods and the code and some minor fixes/tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16182 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/chip8emulator.tex')
-rw-r--r-- | manual/plugins/chip8emulator.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex index 5c98f3cb9a..80271e0577 100644 --- a/manual/plugins/chip8emulator.tex +++ b/manual/plugins/chip8emulator.tex @@ -53,9 +53,9 @@ The default keymappings are: % Key "2" \begin{sideways} \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonUp} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} + \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} - \opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp} + \opt{IRIVER_H10_PAD}{\ButtonScrollUp} \end{sideways} & % Key "3" @@ -88,9 +88,9 @@ The default keymappings are: % Key "8" \begin{sideways} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} + \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd} \opt{IAUDIO_X5_PAD}{\ButtonDown} - \opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollDown} + \opt{IRIVER_H10_PAD}{\ButtonScrollDown} \end{sideways} & % Key "9" |