mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
rgnano: Add manual code and missing AB reset mappings
Cleaned up manual changes, and for some reason i forgot to add ACTION_WPS_ABRESET mappings before so here it is, needed for the manual wps section. Change-Id: If7ab8b146e84f91bb51a3ed03fb872ef3bab4d1f
This commit is contained in:
parent
53ae37825f
commit
01a4f3eec9
49 changed files with 540 additions and 181 deletions
|
@ -70,8 +70,10 @@ static const struct button_mapping button_context_wps[] = {
|
|||
{ ACTION_WPS_HOTKEY, BUTTON_L|BUTTON_REL, BUTTON_L },
|
||||
{ ACTION_WPS_QUICKSCREEN, BUTTON_R|BUTTON_REL, BUTTON_R },
|
||||
{ ACTION_WPS_BROWSE, BUTTON_Y|BUTTON_REL, BUTTON_Y },
|
||||
{ ACTION_WPS_ABSETA_PREVDIR, BUTTON_A|BUTTON_LEFT, BUTTON_NONE },
|
||||
{ ACTION_WPS_ABSETB_NEXTDIR, BUTTON_A|BUTTON_RIGHT, BUTTON_NONE },
|
||||
{ ACTION_WPS_ABSETA_PREVDIR, BUTTON_A|BUTTON_LEFT, BUTTON_A },
|
||||
{ ACTION_WPS_ABSETB_NEXTDIR, BUTTON_A|BUTTON_RIGHT, BUTTON_A },
|
||||
{ ACTION_WPS_ABRESET, BUTTON_A|BUTTON_UP, BUTTON_A },
|
||||
{ ACTION_WPS_ABRESET, BUTTON_A|BUTTON_DOWN, BUTTON_A },
|
||||
|
||||
LAST_ITEM_IN_LIST
|
||||
}; /* button_context_wps */
|
||||
|
|
2
manual/advanced_topics/main.tex
Executable file → Normal file
2
manual/advanced_topics/main.tex
Executable file → Normal file
|
@ -670,6 +670,7 @@ Example of a configuration file:
|
|||
|
||||
\end{description}
|
||||
|
||||
\nopt{rgnano}{
|
||||
\section{\label{ref:FirmwareLoading}Firmware Loading}
|
||||
|
||||
\subsection{\label{ref:using_rolo}Using ROLO (Rockbox Loader)}
|
||||
|
@ -689,6 +690,7 @@ You just ``play'' a file with the extension %
|
|||
\opt{aigoerosq}{\fname{.erosq}} %
|
||||
This can be used to test new firmware versions without deleting your
|
||||
current version.
|
||||
}
|
||||
|
||||
\opt{multi_boot}{
|
||||
\subsection{\label{ref:using_multiboot}Using Multiboot}
|
||||
|
|
|
@ -10,7 +10,7 @@ change to customise your listening experience.
|
|||
where 0~dB is a reference that indicates the maximum volume that the \dap{}
|
||||
can produce without possible distortion (clipping). All values lower than
|
||||
this reference will be negative and yield a progressively softer volume.
|
||||
\nopt{iriverh100,iriverh300,ondavx777,erosqnative}{%
|
||||
\nopt{iriverh100,iriverh300,ondavx777,erosqnative,rgnano}{%
|
||||
Values higher than 0~dB are available and can be used to raise the
|
||||
volume more than would otherwise be possible. These volume levels will
|
||||
ordinarily lead to distorted sound, but might work nicely for music that has
|
||||
|
@ -26,12 +26,13 @@ change to customise your listening experience.
|
|||
-74~dB to a maximum of +6~dB.}%
|
||||
\opt{gigabeats}{minimum of -90~dB to a maximum of +6~dB.}%
|
||||
\opt{gigabeatf,vibe500}{minimum of -74~dB to a maximum of +6~dB.}%
|
||||
\opt{fuzeplus}{minimum of -100~dB to a maximum of +6~dB.}
|
||||
\opt{samsungyh}{minimum of -128~dB to a maximum of 0~dB.}
|
||||
\opt{erosqnative}{minimum of -74~dB (mute) to a maximum of -2~dB.}
|
||||
\opt{fuzeplus}{minimum of -100~dB to a maximum of +6~dB.}%
|
||||
\opt{samsungyh}{minimum of -128~dB to a maximum of 0~dB.}%
|
||||
\opt{erosqnative}{minimum of -74~dB (mute) to a maximum of -2~dB.}%
|
||||
\opt{rgnano}{minimum of -80~dB (mute) to a maximum of 0~dB.}%
|
||||
\opt{ipodvideo}{\\Remark: Lowering the volume below -57~dB will also affect the line-out
|
||||
and the recording gain.}
|
||||
\opt{cowond2}{\\Remark: Lowering the volume below -57~dB will also affect the line-out.}
|
||||
and the recording gain.}%
|
||||
\opt{cowond2}{\\Remark: Lowering the volume below -57~dB will also affect the line-out.}%
|
||||
\opt{erosqnative}{\note{When the Line Out is used without anything connected to the
|
||||
Headphone port, the volume is fixed. The value is user-configurable; see \setting{Volume Limit}, \reference{ref:volume_limit}.
|
||||
If the Headphone port is connected, the volume once again uses the normal \setting{Volume} setting,
|
||||
|
@ -389,7 +390,7 @@ change to customise your listening experience.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,SANSA_C200_PAD,IAUDIO_M3_PAD,MROBE100_PAD%
|
||||
,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonRight}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonRight}
|
||||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_4G_PAD,IPOD_3G_PAD,AIGO_EROSQ_PAD}{\ButtonScrollFwd}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonUp}
|
||||
|
@ -407,7 +408,7 @@ change to customise your listening experience.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,SANSA_C200_PAD,IAUDIO_M3_PAD,MROBE100_PAD%
|
||||
,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonLeft}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonLeft}
|
||||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_4G_PAD,IPOD_3G_PAD,AIGO_EROSQ_PAD}{\ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonDown}
|
||||
|
@ -425,7 +426,8 @@ change to customise your listening experience.
|
|||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
|
||||
,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_M3_PAD,MROBE100_PAD%
|
||||
,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,AIGO_EROSQ_PAD}{\ButtonUp}
|
||||
,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,AIGO_EROSQ_PAD,RG_NANO_PAD}{\ButtonUp}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew}
|
||||
\opt{touchscreen}{\ActionStdPrev}
|
||||
&
|
||||
|
@ -441,7 +443,8 @@ change to customise your listening experience.
|
|||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
|
||||
,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_M3_PAD,MROBE100_PAD%
|
||||
,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,AIGO_EROSQ_PAD}{\ButtonDown}
|
||||
,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,AIGO_EROSQ_PAD,RG_NANO_PAD}{\ButtonDown}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF}
|
||||
\opt{touchscreen}{\ActionStdNext}
|
||||
&
|
||||
|
@ -463,6 +466,7 @@ change to customise your listening experience.
|
|||
\opt{IRIVER_H10_PAD}{\ButtonRight}
|
||||
\opt{IAUDIO_M3_PAD}{\ButtonPlay}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
\opt{touchscreen}{\TouchCenter
|
||||
\opt{COWON_D2_PAD}{/ \ButtonMenu}}
|
||||
&
|
||||
|
@ -483,6 +487,7 @@ change to customise your listening experience.
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
|
||||
\opt{SANSA_FUZEPLUS_PAD,AIGO_EROSQ_PAD}{\ButtonBack}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
\opt{touchscreen}{\TouchTopLeft
|
||||
\opt{COWON_D2_PAD}{/ \ButtonPower}}
|
||||
&
|
||||
|
|
4
manual/configure_rockbox/system_options.tex
Executable file → Normal file
4
manual/configure_rockbox/system_options.tex
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
% $Id$ %
|
||||
\section{\label{ref:SystemOptions}System}
|
||||
|
||||
\nopt{sansa,fuzeplus}%will probably be there on Sansas one day - exclude it the simple way without specific option
|
||||
\nopt{sansa,fuzeplus,rgnano}%will probably be there on Sansas one day - exclude it the simple way without specific option
|
||||
{\nopt{sansaAMS}{
|
||||
\subsection{Battery}
|
||||
Options relating to the battery
|
||||
|
@ -120,7 +120,7 @@ This sub menu relates to limits in the Rockbox operating system.
|
|||
Entries in File Browser} or \setting{Max Playlist Size} to take effect
|
||||
while \setting{Glyphs To Cache} will affect the next font load.}
|
||||
% TODO: this needs to be rewritten in another style, it lets you mix sound from another source into the music
|
||||
\nopt{erosqnative}
|
||||
\nopt{erosqnative,rgnano}
|
||||
{
|
||||
\subsection{Line In} This option activates the line-in port on \dap, which is
|
||||
off by default. This is useful for such applications as:
|
||||
|
|
|
@ -160,9 +160,9 @@ of before installing.
|
|||
\item[Firewire connection.]
|
||||
}
|
||||
To transfer Rockbox to your \dap{} you need to
|
||||
connect it to your computer. For manual installation/uninstallation, or
|
||||
connect it to your computer.\nopt{rgnano}{For manual installation/uninstallation, or
|
||||
should autodetection fail during automatic installation, you need to know
|
||||
where to access the \dap{}. On Windows this means you need to know
|
||||
where to access the \dap{}.} On Windows this means you need to know
|
||||
the drive letter associated with the \dap{}. On Linux you need to know
|
||||
the mount point of your \dap{}. On Mac OS X you need to know the volume
|
||||
name of your \dap{}.
|
||||
|
@ -269,7 +269,9 @@ of before installing.
|
|||
\end{description}
|
||||
}
|
||||
|
||||
\subsection{Storage/Capacity Limits}
|
||||
\nopt{rgnano}{
|
||||
\subsection{Storage/Capacity Limits}
|
||||
}
|
||||
|
||||
\opt{disk_storage}{
|
||||
Rockbox supports very large drive capacities when used with GPT partitioning on devices that utilize ATA storage, but due to the limitations of the FAT32 filesystem, individual paritions cannot exceed 2TiB. Additionally, there may be underlying platform limitations that make it difficult, if not impossible, utilize a drive larger than some arbitrary size or boot from a drive using GPT partitioning.
|
||||
|
@ -323,11 +325,29 @@ It is also worth noting that you will not likely see improved data transfer rate
|
|||
}
|
||||
|
||||
\section{Installing Rockbox}\label{sec:installing_rockbox}\index{Installation}
|
||||
There are two ways to install Rockbox: automated and manual. The automated
|
||||
way is the preferred method of installing Rockbox for the majority of
|
||||
people. Rockbox Utility is a graphical application that does almost everything
|
||||
for you. However, should you encounter a problem, then the manual way is
|
||||
still available to you.\\
|
||||
\nopt{rgnano}{
|
||||
There are two ways to install Rockbox: automated and manual. The automated
|
||||
way is the preferred method of installing Rockbox for the majority of
|
||||
people. Rockbox Utility is a graphical application that does almost everything
|
||||
for you. However, should you encounter a problem, then the manual way is
|
||||
still available to you.\\
|
||||
}
|
||||
|
||||
\opt{rgnano}{
|
||||
Before installing Rockbox in your \dap{} it needs to be updated to the latest
|
||||
DrUm78's FunKey OS CFW release, for this a microSD card reader is required, to update:
|
||||
|
||||
\begin{itemize}
|
||||
\item Download the latest release of DrUm78's FunKey OS from \url{https://github.com/DrUm78/FunKey-OS/releases}, make sure to download the file named \\
|
||||
\fname{FunKey-sdcard-DrUm78\_RG\_Nano.img}.
|
||||
\item Download balenaEtcher for your preferred OS (Windows, macOS or Linux) from \url{https://etcher.balena.io/\#download-etcher}.
|
||||
\item Remove the microSD card from your \dap{} and insert it into the microSD card reader.
|
||||
\item Run balenaEtcher, click on \fname{Flash from file} and select the previously downloaded \fname{FunKey-sdcard-DrUm78\_RG\_Nano.img}.
|
||||
\item Click on \fname{Select target} and select the microSD card previously inserted.
|
||||
\item Click on \fname{Flash!} and wait for the process to finish.
|
||||
\item Once the flashing process is done remove the microSD card from the reader, insert it into your \dap{} and long press the power button to power it up.
|
||||
\end{itemize}
|
||||
}
|
||||
|
||||
\opt{gigabeats,fiiom3k,shanlingq1}{
|
||||
\note{The automated install is not yet available for the
|
||||
|
@ -340,6 +360,8 @@ still available to you.\\
|
|||
two of which need to be installed in order to run Rockbox:}
|
||||
\opt{HAVE_RB_BL_IN_FLASH}{There are two separate components
|
||||
which need to be installed in order to run Rockbox:}
|
||||
\opt{rgnano}{There is one main component which needs to be
|
||||
installed in order to run Rockbox:}
|
||||
|
||||
\begin{description}
|
||||
\opt{HAVE_RB_BL_ON_DISK}{
|
||||
|
@ -350,6 +372,7 @@ still available to you.\\
|
|||
memory in your \playerman{} and comes factory-installed. It is not necessary
|
||||
to modify this in order to install Rockbox.}
|
||||
|
||||
\opt{HAVE_RB_BL_ON_DISK,HAVE_RB_BL_IN_FLASH}{
|
||||
\item[The Rockbox bootloader.] \index{Bootloader}
|
||||
\opt{HAVE_RB_BL_ON_DISK}{The Rockbox bootloader is loaded from disk by
|
||||
the \playerman{} bootloader. It is responsible for loading the Rockbox
|
||||
|
@ -373,6 +396,15 @@ still available to you.\\
|
|||
update Rockbox. The build consists of a directory called
|
||||
\fname{.rockbox} which contains all of the Rockbox files, and is
|
||||
located in the root of your \daps{} drive.
|
||||
}
|
||||
|
||||
\opt{rgnano}{
|
||||
\item[The Rockbox application.]
|
||||
All of the Rockbox code is contained in an .opk file. This makes it easy to
|
||||
update Rockbox. When launcing the .opk it installs a directory called
|
||||
\fname{rockbox} which contains all of the Rockbox files, and is
|
||||
located in the \fname{FunKey} folder of your \daps{} microSD card.
|
||||
}
|
||||
\end{description}
|
||||
|
||||
Apart from the required parts there are some addons you might be interested
|
||||
|
@ -390,10 +422,10 @@ in installing.
|
|||
|
||||
\subsection{Automated Installation}
|
||||
|
||||
\opt{gigabeats,ondavx777,fiiom3k,shanlingq1,erosqnative}{
|
||||
\opt{gigabeats,ondavx777,fiiom3k,shanlingq1,erosqnative,rgnano}{
|
||||
\note{Rockbox Utility does not currently support the \playertype{} and you will
|
||||
therefore need to follow the manual install instructions.}}
|
||||
\nopt{erosqnative}{
|
||||
\nopt{erosqnative,rgnano}{
|
||||
To automatically install Rockbox, download the official installer and
|
||||
housekeeping tool \caps{Rockbox Utility}. It allows you to:
|
||||
\begin{itemize}
|
||||
|
@ -506,15 +538,17 @@ There are three different versions of Rockbox available from the
|
|||
Rockbox website:
|
||||
\label{Version}
|
||||
Release version, current build and archived daily build. You need to decide which one
|
||||
you want to install and get the appropriate version for your \dap{}. If you
|
||||
you want to install and get the appropriate version for your \dap{}. \nopt{rgnano}{If you
|
||||
select either ``Minimal Installation'' or ``Complete Installation'' from the
|
||||
``Quick Start'' tab, then Rockbox Utility will automatically install the
|
||||
release version of Rockbox. Using the ``Installation'' tab will allow you
|
||||
to select which version you wish to install.
|
||||
to select which version you wish to install.}
|
||||
|
||||
\opt{erosqnative}{
|
||||
\note{\textbf{There are two different versions of Rockbox for the \playertype{}. This manual only
|
||||
refers to the \playertype{} Native version, and thus when downloading Rockbox, ensure
|
||||
that the download name includes "erosqnative"!}}
|
||||
}
|
||||
|
||||
\begin{description}
|
||||
|
||||
|
@ -547,9 +581,9 @@ Please now go to \reference{ref:finish_install} to complete the installation pro
|
|||
|
||||
\nopt{erosqnative}{
|
||||
The manual installation method is still available to you, should you need or desire it
|
||||
by following the instructions below. If you have used Rockbox Utility
|
||||
by following the instructions below. \nopt{rgnano}{If you have used Rockbox Utility
|
||||
to install Rockbox, then you do not need to follow the next section and can skip
|
||||
straight to \reference{ref:finish_install}.
|
||||
straight to \reference{ref:finish_install}.}
|
||||
}
|
||||
|
||||
\opt{gigabeats,erosqnative}{\subsubsection{Installing the bootloader}
|
||||
|
@ -557,7 +591,8 @@ straight to \reference{ref:finish_install}.
|
|||
\opt{erosqnative}{\input{getting_started/hibyos_nativeinstall.tex}}
|
||||
}
|
||||
|
||||
\subsubsection{Installing the firmware}\label{sec:installing_firmware}
|
||||
\nopt{rgnano}{\subsubsection{Installing the firmware}\label{sec:installing_firmware}}
|
||||
\opt{rgnano}{\subsubsection{Installing the application}\label{sec:installing_firmware}}
|
||||
|
||||
\opt{gigabeats}{\note{When your \dap{} is in the Rockbox USB or bootloader
|
||||
USB mode, you will see two visible partitions -- the 150~MB firmware
|
||||
|
@ -596,12 +631,12 @@ data partition.}}
|
|||
\end{enumerate}
|
||||
}
|
||||
|
||||
\item Connect your \dap{} to the computer via USB
|
||||
\item Connect your \dap{} to the computer via USB%
|
||||
\nopt{erosqnative}{
|
||||
\opt{sansa,sansaAMS,iriverh10,iriverh10_5gb,vibe500,fuzeplus,samsungyh}
|
||||
{ in MSC mode }
|
||||
\opt{ipod3g,ipod4g,ipodmini,ipodcolor}{ or Firewire }as described in
|
||||
the manual that came with your \dap{}.
|
||||
\opt{sansa,sansaAMS,iriverh10,iriverh10_5gb,vibe500,fuzeplus,samsungyh}%
|
||||
{in MSC mode }%
|
||||
\opt{ipod3g,ipod4g,ipodmini,ipodcolor}{ or Firewire }%
|
||||
as described in the manual that came with your \dap{}.
|
||||
}
|
||||
\opt{erosqnative}{by, with the player OFF, holding \ButtonPlay{} and \ButtonPower{}
|
||||
to boot into the original firmware, and then plugging in the USB cable.
|
||||
|
@ -609,15 +644,17 @@ data partition.}}
|
|||
|
||||
\item Take the \fname{.zip} file that you downloaded and use
|
||||
the ``Extract all'' command of your unzip program to extract
|
||||
the files onto
|
||||
\opt{gigabeats,fuzeplus}{the main data partition of }
|
||||
\opt{cowond2}{either an SD card or the internal memory of }
|
||||
\opt{ondavx777}{the MicroSD of }
|
||||
the files onto %
|
||||
\opt{gigabeats,fuzeplus}{the main data partition of }%
|
||||
\opt{cowond2}{either an SD card or the internal memory of }%
|
||||
\opt{ondavx777}{the MicroSD of }%
|
||||
\opt{rgnano}{the \fname{Applications} folder of the microSD card of }%
|
||||
your \dap{}.
|
||||
\opt{cowond2}{\note{If you have chosen to extract to the internal memory, it
|
||||
will not be possible to save settings.}}
|
||||
\end{enumerate}
|
||||
|
||||
\nopt{rgnano}{
|
||||
\note{The entire contents of the \fname{.zip} file should be extracted
|
||||
directly to the root of your \daps{} drive. Do not try to
|
||||
create a separate directory on your \dap{} for the Rockbox
|
||||
|
@ -629,9 +666,10 @@ structure that Rockbox needs.\\}
|
|||
If the contents of the \fname{.zip} file are extracted correctly, you will
|
||||
have a directory called \fname{.rockbox}, which contains all the files needed
|
||||
by Rockbox, in the main directory of your \daps{} drive.
|
||||
}
|
||||
|
||||
\opt{swcodec}{%
|
||||
\nopt{gigabeats,erosqnative}{%
|
||||
\nopt{gigabeats,erosqnative,rgnano}{%
|
||||
\subsubsection{Installing the bootloader}
|
||||
\opt{iriverh100,iriverh300}{\input{getting_started/iriver_install.tex}}
|
||||
\opt{mpiohd200,mpiohd300}{\input{getting_started/mpio_install.tex}}
|
||||
|
@ -694,7 +732,7 @@ by Rockbox, in the main directory of your \daps{} drive.
|
|||
Don't try to power off the device, it will shutdown by itself after a minute.
|
||||
}
|
||||
|
||||
\opt{gigabeats}{
|
||||
\opt{gigabeats,rgnano}{
|
||||
Safely eject / unmount your \dap{}.
|
||||
}
|
||||
|
||||
|
@ -769,7 +807,7 @@ Rockbox Utility can also aid in the production of talk files, which allow Rockbo
|
|||
to speak file and folder names.
|
||||
|
||||
\section{Running Rockbox}
|
||||
\nopt{ipod,gigabeats,cowond2}{When
|
||||
\nopt{ipod,gigabeats,cowond2,rgnano}{When
|
||||
you turn the unit on, Rockbox should load.}
|
||||
\opt{ipod}{Hard reset the Ipod by holding
|
||||
\opt{IPOD_4G_PAD}{\ButtonMenu{} and \ButtonSelect{} simultaneously}%
|
||||
|
@ -812,19 +850,26 @@ you turn the unit on, Rockbox should load.}
|
|||
\fixme{Add a note about the charging trick and place it here?}
|
||||
}
|
||||
|
||||
\opt{rgnano}{
|
||||
Start Rockbox from the \fname{Applications} category in gmenu2x.
|
||||
}
|
||||
|
||||
\section{Updating Rockbox}
|
||||
\nopt{erosqnative}{
|
||||
Rockbox can be easily updated with Rockbox Utility. You can also update Rockbox
|
||||
|
||||
\nopt{rgnano}{
|
||||
\nopt{erosqnative}{
|
||||
Rockbox can be easily updated with Rockbox Utility. You can also update Rockbox
|
||||
}
|
||||
\opt{erosqnative}{
|
||||
The Native Port to \playername{} is not supported by Rockbox Utility yet, so Rockbox Utility cannot update it.
|
||||
Rockbox is easily updated
|
||||
}
|
||||
manually -- download a Rockbox build
|
||||
as detailed above, and unzip the build to the root directory
|
||||
of your \dap{} as in the manual installation stage. If your unzip
|
||||
program asks you whether to overwrite files, choose the ``Yes to all'' option.
|
||||
The new build will be installed over your current build.\\
|
||||
}
|
||||
\opt{erosqnative}{
|
||||
The Native Port to \playername{} is not supported by Rockbox Utility yet, so Rockbox Utility cannot update it.
|
||||
Rockbox is easily updated
|
||||
}
|
||||
manually -- download a Rockbox build
|
||||
as detailed above, and unzip the build to the root directory
|
||||
of your \dap{} as in the manual installation stage. If your unzip
|
||||
program asks you whether to overwrite files, choose the ``Yes to all'' option.
|
||||
The new build will be installed over your current build.\\
|
||||
|
||||
\opt{gigabeats}{
|
||||
\note{When your \dap{} is in the Rockbox USB or bootloader
|
||||
|
@ -834,34 +879,43 @@ The new build will be installed over your current build.\\
|
|||
data partition.\\}
|
||||
}
|
||||
|
||||
\nopt{erosqnative,rgnano}{
|
||||
The bootloader only changes rarely, and should not normally
|
||||
need to be updated.\\
|
||||
}
|
||||
|
||||
\nopt{erosqnative}{
|
||||
\nopt{erosqnative,rgnano}{
|
||||
\note{If you use Rockbox Utility be aware that it cannot detect manually
|
||||
installed components.}
|
||||
}
|
||||
|
||||
\opt{rgnano}{
|
||||
Rockbox can be easily updated by replacing the \fname{rockbox-funkey-s.opk}
|
||||
file in the \fname{Applications} folder of the microSD card with a newer version.
|
||||
}
|
||||
|
||||
\section{Uninstalling Rockbox}\index{Installation!uninstall}
|
||||
|
||||
\nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5,mrobe100,gigabeats,fuzeplus,erosqnative}{
|
||||
\note{The Rockbox bootloader allows you to choose between Rockbox and
|
||||
the original firmware. (See \reference{ref:Dualboot} for more information.)}
|
||||
\nopt{rgnano}{
|
||||
\nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5,mrobe100,gigabeats,fuzeplus,erosqnative}{
|
||||
\note{The Rockbox bootloader allows you to choose between Rockbox and
|
||||
the original firmware. (See \reference{ref:Dualboot} for more information.)}
|
||||
}
|
||||
|
||||
\subsection{Automatic Uninstallation}
|
||||
\opt{gigabeats,erosqnative}{\note{Rockbox can only be uninstalled manually from the \playername{} for now.}}
|
||||
|
||||
\nopt{erosqnative}{
|
||||
You can uninstall Rockbox automatically by using Rockbox Utility. If you
|
||||
installed Rockbox manually you can still use Rockbox Utility for uninstallation
|
||||
but will not be able to do this selectively.
|
||||
}
|
||||
|
||||
\opt{iriverh100,iriverh300,fuzeplus}{\note{Rockbox Utility cannot uninstall the bootloader due to
|
||||
the fact that it requires a flashing procedure. To uninstall the bootloader
|
||||
completely follow the manual uninstallation instructions below.}}
|
||||
}
|
||||
|
||||
\subsection{Automatic Uninstallation}
|
||||
\opt{gigabeats,erosqnative}{\note{Rockbox can only be uninstalled manually from the \playername{} for now.}}
|
||||
|
||||
\nopt{erosqnative}{
|
||||
You can uninstall Rockbox automatically by using Rockbox Utility. If you
|
||||
installed Rockbox manually you can still use Rockbox Utility for uninstallation
|
||||
but will not be able to do this selectively.
|
||||
}
|
||||
|
||||
\opt{iriverh100,iriverh300,fuzeplus}{\note{Rockbox Utility cannot uninstall the bootloader due to
|
||||
the fact that it requires a flashing procedure. To uninstall the bootloader
|
||||
completely follow the manual uninstallation instructions below.}}
|
||||
|
||||
\subsection{Manual Uninstallation}
|
||||
|
||||
\opt{iriverh10,iriverh10_5gb,mrobe100,vibe500,samsungyh}{
|
||||
|
@ -952,7 +1006,7 @@ completely follow the manual uninstallation instructions below.}}
|
|||
\end{enumerate}
|
||||
}
|
||||
|
||||
\nopt{gigabeats}{
|
||||
\nopt{gigabeats,rgnano}{
|
||||
If you wish to clean up your disk, you may also wish to delete the
|
||||
\fname{.rockbox} directory and its contents.
|
||||
\nopt{iaudiom3,iaudiom5,iaudiox5,fiiom3k,shanlingq1}{
|
||||
|
@ -985,11 +1039,20 @@ completely follow the manual uninstallation instructions below.}}
|
|||
removing all files.}
|
||||
}
|
||||
|
||||
\opt{rgnano}{
|
||||
You can uninstall Rockbox simply by removing:
|
||||
\begin{itemize}
|
||||
\item The \fname{Applications/rockbox-funkey-s.opk} file.
|
||||
\item The \fname{FunKey/rockbox} folder.
|
||||
\end{itemize}
|
||||
in the microSD card of your \dap{}.
|
||||
}
|
||||
|
||||
\section{Troubleshooting}
|
||||
\opt{erosqnative}{
|
||||
For common troubleshooting issues, please see wiki page ErosQNativeTroubleshooting
|
||||
at \url{https://www.rockbox.org/wiki/ErosQNativeTroubleshooting.html}.
|
||||
|
||||
|
||||
For more detailed information about this device, please see the wiki page AIGOErosQK
|
||||
at \url{https://www.rockbox.org/wiki/AIGOErosQK}.}
|
||||
\begin{description}
|
||||
|
@ -1017,27 +1080,37 @@ completely follow the manual uninstallation instructions below.}}
|
|||
the update if the filename is correct, including case. Make sure that the patched
|
||||
Iriver firmware is called \fname{.hex}.}
|
||||
|
||||
\nopt{iriverh100,iriverh300,mpiohd200}{\item[``File Not Found'']}
|
||||
\opt{iriverh100,iriverh300,mpiohd200}{\item[``-1 error'']}
|
||||
If you receive a
|
||||
\nopt{iriverh100,iriverh300,mpiohd200}{``File Not Found''}
|
||||
\opt{iriverh100,iriverh300,mpiohd200}{``-1 error''}
|
||||
from the bootloader, then the bootloader cannot find the Rockbox firmware.
|
||||
This is usually a result of not extracting the contents of the \fname{.zip}
|
||||
file to the proper location\nopt{erosqnative}{, and should not happen when Rockbox has been
|
||||
installed with Rockbox Utility.}\opt{erosqnative}{. It could also be due to the SD card
|
||||
not being formatted correctly to FAT32.}
|
||||
\nopt{rgnano}{
|
||||
\nopt{iriverh100,iriverh300,mpiohd200}{\item[``File Not Found'']}
|
||||
\opt{iriverh100,iriverh300,mpiohd200}{\item[``-1 error'']}
|
||||
If you receive a
|
||||
\nopt{iriverh100,iriverh300,mpiohd200,rgnano}{``File Not Found''}
|
||||
\opt{iriverh100,iriverh300,mpiohd200}{``-1 error''}
|
||||
from the bootloader, then the bootloader cannot find the Rockbox firmware.
|
||||
This is usually a result of not extracting the contents of the \fname{.zip}
|
||||
file to the proper location\nopt{erosqnative}{, and should not happen when Rockbox has been
|
||||
installed with Rockbox Utility.}\opt{erosqnative}{. It could also be due to the SD card
|
||||
not being formatted correctly to FAT32.}
|
||||
|
||||
\nopt{erosqnative}{
|
||||
To fix this, either install Rockbox with the Rockbox Utility which will take care
|
||||
of this for you, or recheck the Manual Install section to see where the files
|
||||
need to be located.
|
||||
}
|
||||
\opt{erosqnative}{
|
||||
To fix this, ensure that the SD card is formatted to FAT32 (the original firmware
|
||||
can be used to do this easily), re-copy the entirety of the \fname{.zip} file's
|
||||
contents to the root of the SD card and reboot the device.
|
||||
}
|
||||
}
|
||||
|
||||
\opt{rgnano}{
|
||||
\item [Rockbox doesn't show up in gmenu2x.]
|
||||
If rockbox doesn't show up in gmenu2x after installing it means you're still running
|
||||
the stock Anbernic FunKey OS firmware and need to update to the latest DrUm78's
|
||||
FunKey OS CFW as described in \reference{sec:installing_rockbox}.
|
||||
}
|
||||
|
||||
\nopt{erosqnative}{
|
||||
To fix this, either install Rockbox with the Rockbox Utility which will take care
|
||||
of this for you, or recheck the Manual Install section to see where the files
|
||||
need to be located.
|
||||
}
|
||||
\opt{erosqnative}{
|
||||
To fix this, ensure that the SD card is formatted to FAT32 (the original firmware
|
||||
can be used to do this easily), re-copy the entirety of the \fname{.zip} file's
|
||||
contents to the root of the SD card and reboot the device.
|
||||
}
|
||||
\end{description}
|
||||
|
||||
\optv{gigabeats}{
|
||||
|
|
97
manual/platform/keymap-rgnano.tex
Normal file
97
manual/platform/keymap-rgnano.tex
Normal file
|
@ -0,0 +1,97 @@
|
|||
% $Id$
|
||||
|
||||
\newcommand{\ButtonPower}{\btnfnt{Power}}
|
||||
\newcommand{\ButtonUp}{\btnfnt{Up}}
|
||||
\newcommand{\ButtonDown}{\btnfnt{Down}}
|
||||
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
||||
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
||||
\newcommand{\ButtonA}{\btnfnt{A}}
|
||||
\newcommand{\ButtonB}{\btnfnt{B}}
|
||||
\newcommand{\ButtonX}{\btnfnt{X}}
|
||||
\newcommand{\ButtonY}{\btnfnt{Y}}
|
||||
\newcommand{\ButtonR}{\btnfnt{R}}
|
||||
\newcommand{\ButtonL}{\btnfnt{L}}
|
||||
\newcommand{\ButtonStart}{\btnfnt{ST}}
|
||||
\newcommand{\ButtonFN}{\btnfnt{SE}}
|
||||
\newcommand{\ButtonHold}{\btnfnt{\ButtonStart{} and \ButtonFN}}
|
||||
|
||||
%Button actions, standard context
|
||||
\newcommand{\ActionStdPrev}{\ButtonUp{}}
|
||||
\newcommand{\ActionStdPrevRepeat}{\ButtonUp{}}
|
||||
\newcommand{\ActionStdNext}{\ButtonDown{}}
|
||||
\newcommand{\ActionStdNextRepeat}{\ButtonDown{}}
|
||||
\newcommand{\ActionStdOk}{\ButtonA}
|
||||
\newcommand{\ActionStdCancel}{\ButtonB}
|
||||
\newcommand{\ActionStdContext}{\ButtonStart}
|
||||
\newcommand{\ActionStdMenu}{\ButtonY{}}
|
||||
\newcommand{\ActionStdQuickScreen}{\ButtonR{}}
|
||||
|
||||
%Button actions, wps context
|
||||
\newcommand{\ActionWpsStop}{Long \ButtonA{} or Long \ButtonL}
|
||||
\newcommand{\ActionWpsBrowse}{\ButtonY}
|
||||
\newcommand{\ActionWpsVolUp}{\ButtonUp}
|
||||
\newcommand{\ActionWpsVolDown}{\ButtonDown}
|
||||
\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
|
||||
\newcommand{\ActionWpsSkipNext}{\ButtonRight}
|
||||
\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
|
||||
\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
|
||||
\newcommand{\ActionWpsPlay}{\ButtonA{}}
|
||||
\newcommand{\ActionWpsContext}{\ButtonStart}
|
||||
\newcommand{\ActionWpsMenu}{\ButtonB}
|
||||
\newcommand{\ActionWpsQuickScreen}{\ButtonR}
|
||||
\newcommand{\ActionWpsHotkey}{\ButtonL{}}
|
||||
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonA{} and \ButtonRight}
|
||||
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonA{} and \ButtonLeft}
|
||||
\newcommand{\ActionWpsAbReset}{\ButtonA{}+\ButtonUp{} or \ButtonA{}+\ButtonDown}
|
||||
|
||||
%Button actions, quickscreen context
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonB{}}
|
||||
|
||||
%Button actions, tree context
|
||||
\newcommand{\ActionTreeWps}{\ButtonX}
|
||||
\newcommand{\ActionTreeStop}{Long \ButtonL}
|
||||
\newcommand{\ActionTreeParentDirectory}{\ButtonB}
|
||||
\newcommand{\ActionTreeEnter}{\ButtonA}
|
||||
\newcommand{\ActionTreeHotkey}{\ButtonL{}}
|
||||
|
||||
%Button actions, YesNo context
|
||||
\newcommand{\ActionYesNoAccept}{\ButtonA{}}
|
||||
|
||||
%Button actions, Virtual Keyboard Context
|
||||
\newcommand{\ActionKbdSelect}{\ButtonA}
|
||||
\newcommand{\ActionKbdUp}{\ButtonUp}
|
||||
\newcommand{\ActionKbdDown}{\ButtonDown}
|
||||
\newcommand{\ActionKbdLeft}{\ButtonLeft}
|
||||
\newcommand{\ActionKbdRight}{\ButtonRight}
|
||||
\newcommand{\ActionKbdPageFlip}{\ButtonX}
|
||||
\newcommand{\ActionKbdDone}{\ButtonStart}
|
||||
\newcommand{\ActionKbdAbort}{\ButtonB}
|
||||
\newcommand{\ActionKbdCursorLeft}{\ButtonL}
|
||||
\newcommand{\ActionKbdCursorRight}{\ButtonR}
|
||||
\newcommand{\ActionKbdBackSpace}{\ButtonY}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonA}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp{}}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown{}}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecBig}{Long \ButtonDown}
|
||||
\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
|
||||
\newcommand{\ActionPsNudgeRight}{\ButtonRight}
|
||||
\newcommand{\ActionPsReset}{\ButtonY}
|
||||
\newcommand{\ActionPsExit}{\ButtonB}
|
||||
\newcommand{\ActionPsFaster}{Long \ButtonRight}
|
||||
\newcommand{\ActionPsSlower}{Long \ButtonLeft}
|
||||
|
||||
%Button actions, Bookmark screen context
|
||||
\newcommand{\ActionBmDelete}{\ButtonY}
|
||||
|
||||
%Plugin lib actions
|
||||
\newcommand{\PluginUp}{\ButtonUp}
|
||||
\newcommand{\PluginDown}{\ButtonDown}
|
||||
\newcommand{\PluginLeft}{\ButtonLeft}
|
||||
\newcommand{\PluginRight}{\ButtonRight}
|
||||
\newcommand{\PluginSelect}{\ButtonA}
|
||||
\newcommand{\PluginSelectRepeat}{Long \ButtonA}
|
||||
\newcommand{\PluginCancel}{\ButtonB}
|
||||
\newcommand{\PluginExit}{\ButtonStart}
|
24
manual/platform/rgnano.tex
Normal file
24
manual/platform/rgnano.tex
Normal file
|
@ -0,0 +1,24 @@
|
|||
% $Id$ %
|
||||
\def\UseOption{rgnano}
|
||||
\edef\UseOption{\UseOption,RG_NANO_PAD}
|
||||
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
|
||||
\edef\UseOption{\UseOption,rgnano}
|
||||
|
||||
\newcommand{\playerman}{Anbernic}
|
||||
\newcommand{\playertype}{RG Nano}
|
||||
\newcommand{\playerlongtype}{\playertype}
|
||||
\newcommand{\dapdisplaywidth}{240}
|
||||
\newcommand{\dapdisplayheight}{240}
|
||||
\newcommand{\dapdisplaydepth}{16}
|
||||
\newcommand{\specimg}{rgnano}
|
||||
%Used to name the player, e.g. ...to the \dap
|
||||
\newcommand{\dap}{handheld}
|
||||
%For use when referring to the player. E.g. the \daps\ capacity ...
|
||||
\newcommand{\daps}{handheld's}
|
||||
\newcommand{\firmwarefilename}{\fname{rockbox_funkey-s.opk}}
|
||||
\newcommand{\firmwareextension}{\fname{opk}}
|
||||
\newcommand{\screenshotsize}{8cm}
|
||||
\newcommand{\disk}{SD card}
|
||||
|
||||
% link external keymap file
|
||||
\input{platform/keymap-rgnano.tex}
|
|
@ -15,7 +15,7 @@ visit\\
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft{} / \ButtonRight{} / \ButtonUp{} / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
|
||||
{\ButtonLeft{} / \ButtonRight{} / \ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
|
@ -36,6 +36,7 @@ visit\\
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Hit (Draw new card) / Select\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
|
||||
\opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
|
@ -48,6 +49,7 @@ visit\\
|
|||
\opt{XDUOO_X3_PAD}{\ButtonNext}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonFF}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Stay (End hand)\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
|
||||
\opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
|
||||
|
@ -60,6 +62,7 @@ visit\\
|
|||
\opt{MPIO_HD300_PAD}{\ButtonRec}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPrev}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& Double down\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
||||
|
@ -72,5 +75,6 @@ visit\\
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Pause game and go to menu / Cancel\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -25,7 +25,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
|
|||
\opt{IAUDIO_X5_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
|
||||
,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD%
|
||||
,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft\ / \ButtonRight}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\\
|
||||
\ButtonVolDown\ / \ButtonVolUp}
|
||||
|
@ -46,8 +46,8 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
|
|||
\opt{COWON_D2_PAD}{\ButtonMenu{} or \TouchCenter}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} or \ButtonUp}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter{}}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Release the ball / Fire\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
||||
|
@ -62,5 +62,6 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Open menu / Quit\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -10,11 +10,12 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD%
|
||||
,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft{} / \ButtonRight{} /}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
|
||||
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown}
|
||||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{/}
|
||||
\opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
|
@ -35,6 +36,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
|
|||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Select a button\\
|
||||
%
|
||||
\nopt{IPOD_4G_PAD,IPOD_3G_PAD}{
|
||||
|
@ -49,6 +51,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Delete last entered digit or clear after calculation\\
|
||||
%
|
||||
}
|
||||
|
@ -68,6 +71,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
|
|||
\opt{COWON_D2_PAD}{\TouchBottomRight}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Calculate\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -84,5 +88,6 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -11,11 +11,11 @@ You can select what day is first day of week by the setting \setting{First Day o
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,IPOD_4G_PAD%
|
||||
,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft{} / \ButtonRight{} /}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
||||
,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
|
||||
{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
|
@ -32,6 +32,7 @@ You can select what day is first day of week by the setting \setting{First Day o
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Show memos for the selected day\\
|
||||
%
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF
|
||||
|
@ -52,6 +53,7 @@ You can select what day is first day of week by the setting \setting{First Day o
|
|||
\opt{MPIO_HD300_PAD}{\ButtonRec{} / \ButtonPlay}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack{} / \ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonL{} / \ButtonR}
|
||||
& Previous / Next month\\}
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -64,5 +66,6 @@ You can select what day is first day of week by the setting \setting{First Day o
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -10,7 +10,7 @@ used in any kind of game with up to ten players.
|
|||
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}
|
||||
{\ButtonRight{} / \ButtonLeft}
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonVolUp / \ButtonVolDown}
|
||||
|
@ -27,6 +27,7 @@ used in any kind of game with up to ten players.
|
|||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Move to next screen\\
|
||||
%
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
||||
|
@ -38,6 +39,7 @@ used in any kind of game with up to ten players.
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft{} or \ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Move to previous screen\\
|
||||
\end{btnmap}
|
||||
|
||||
|
@ -68,6 +70,7 @@ Keys are as follows:
|
|||
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Exit plugin \\
|
||||
%
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
|
||||
|
@ -80,6 +83,7 @@ Keys are as follows:
|
|||
\opt{MROBE100_PAD}{\ButtonDisplay}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Restart round for the current player \\
|
||||
%
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
|
||||
|
@ -90,12 +94,13 @@ Keys are as follows:
|
|||
\opt{PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Pause the time (press again to continue) \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
|
||||
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight}
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
|
@ -104,7 +109,7 @@ Keys are as follows:
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
|
||||
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonLeft}
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonVolDown}
|
||||
|
@ -122,6 +127,7 @@ Keys are as follows:
|
|||
\opt{MPIO_HD200_PAD}{Long \ButtonFunc}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Open menu %
|
||||
\opt{IRIVER_H10_PAD}{(\ButtonPlay\ to select.)}%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{(\ButtonOn\ to select.)}%
|
||||
|
|
|
@ -42,6 +42,7 @@ the game.
|
|||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Pick up / Drop piece\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
|
||||
|
@ -58,6 +59,7 @@ the game.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolDown}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Change level\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
|
||||
|
@ -72,6 +74,7 @@ the game.
|
|||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolUp}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Force play\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
|
||||
|
@ -82,5 +85,6 @@ the game.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Show the menu\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA{} or \ButtonB{}}
|
||||
& Make chopper fly\\
|
||||
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -30,5 +31,6 @@
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Enter menu\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -10,12 +10,12 @@ The more blocks you remove per turn, the more points you get.
|
|||
\opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
|
||||
,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft/\ButtonRight/}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
|
||||
,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD%
|
||||
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp/\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
|
||||
|
@ -28,6 +28,7 @@ The more blocks you remove per turn, the more points you get.
|
|||
{\ButtonSelect}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Remove a block \\
|
||||
}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}
|
||||
|
@ -40,5 +41,6 @@ The more blocks you remove per turn, the more points you get.
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Exit \\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -16,6 +16,7 @@ This is a rotating cube screen saver in 3D.
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Display at maximum frame rate\\
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
|
||||
,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD%
|
||||
|
@ -26,6 +27,7 @@ This is a rotating cube screen saver in 3D.
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Pause\\
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
|
||||
{\ButtonMenu}
|
||||
|
@ -40,11 +42,12 @@ This is a rotating cube screen saver in 3D.
|
|||
\opt{MPIO_HD300_PAD}{\ButtonMenu}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonOption}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Cycle draw mode\\
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,%
|
||||
,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
|
||||
,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonRight{} / \ButtonLeft}
|
||||
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew / \ButtonFF}
|
||||
|
@ -53,7 +56,7 @@ This is a rotating cube screen saver in 3D.
|
|||
& Select axis to adjust\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp{} / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolDown{} / \ButtonVolUp}
|
||||
|
@ -75,5 +78,6 @@ This is a rotating cube screen saver in 3D.
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -82,7 +82,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonUp}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp}
|
||||
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp}
|
||||
\opt{COWON_D2_PAD}{\TouchTopMiddle}
|
||||
|
@ -93,7 +93,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\nopt{IPOD_3G_PAD,IPOD_4G_PAD,COWON_D2_PAD}{
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonDown}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonDown}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
|
||||
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
|
||||
|
@ -104,7 +104,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_CLIP_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
|
||||
,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonLeft}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRew}
|
||||
\opt{COWON_D2_PAD}{\TouchMidLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
|
@ -113,7 +113,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_CLIP_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
|
||||
,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonRight}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonFF}
|
||||
\opt{COWON_D2_PAD}{\TouchMidRight}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
|
@ -129,6 +129,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& Shoot \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
|
@ -141,6 +142,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Open \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -152,6 +154,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& InGame Menu \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD%
|
||||
|
@ -163,6 +166,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\opt{MPIO_HD300_PAD}{Long \ButtonPlay}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Enter \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
|
@ -176,6 +180,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
|
|||
\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonPlay}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Change Weapon \\
|
||||
%
|
||||
\end{btnmap}
|
||||
|
|
|
@ -8,7 +8,8 @@ a screen containing tokens of only one colour.
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
|
@ -29,6 +30,7 @@ a screen containing tokens of only one colour.
|
|||
\opt{SANSA_CLIP_PAD}{\ButtonHome}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Flip \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
|
||||
|
@ -42,6 +44,7 @@ a screen containing tokens of only one colour.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome{} + \ButtonPrev{}}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Shuffle \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
|
||||
|
@ -57,6 +60,7 @@ a screen containing tokens of only one colour.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome{} + \ButtonNext{}}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Solve \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
|
||||
|
@ -74,6 +78,7 @@ a screen containing tokens of only one colour.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome{} + \ButtonPlay{}}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Solve step by step \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
|
||||
|
@ -88,5 +93,6 @@ a screen containing tokens of only one colour.
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit the game \\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -20,6 +20,7 @@ This demonstration draws fractal images from the Mandelbrot set%
|
|||
\opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonScrollUp}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Zoom in\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
|
@ -34,6 +35,7 @@ This demonstration draws fractal images from the Mandelbrot set%
|
|||
\opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonScrollDown}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Zoom out\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft}
|
||||
|
@ -53,6 +55,7 @@ This demonstration draws fractal images from the Mandelbrot set%
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay{} + \ButtonPrev}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
& Decrease iteration depth (less detail)\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight}
|
||||
|
@ -71,6 +74,7 @@ This demonstration draws fractal images from the Mandelbrot set%
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay{} + \ButtonNext}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& Increase iteration depth (more detail)\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
|
||||
|
@ -89,6 +93,7 @@ This demonstration draws fractal images from the Mandelbrot set%
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome{} + \ButtonPower}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Reset and return to the default image\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -104,5 +109,6 @@ This demonstration draws fractal images from the Mandelbrot set%
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -109,12 +109,13 @@ these markers:
|
|||
|
||||
\nopt{IRIVER_H10_PAD,IAUDIO_M3_PAD,PBELL_VIBE500_PAD%
|
||||
,MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,touchscreen,XDUOO_X3_PAD}{\ButtonSelect}%
|
||||
,touchscreen,XDUOO_X3_PAD,RG_NANO_PAD}{\ButtonSelect}%
|
||||
\opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonPlay}%
|
||||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{touchscreen}{\TouchCenter}
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -136,6 +137,7 @@ these markers:
|
|||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonRew}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} + \ButtonLeft}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonLeft}
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolDown}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -155,6 +157,7 @@ these markers:
|
|||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonFF}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} + \ButtonRight}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonRight}
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolUp}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -172,6 +175,7 @@ these markers:
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}%
|
||||
\opt{MPIO_HD200_PAD}{Long \ButtonPlay}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
\opt{touchscreen}{\TouchTopLeft}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -182,9 +186,10 @@ these markers:
|
|||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
|
||||
,MPIO_HD200_PAD,PBELL_VIBE500_PAD,touchscreen,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}{%
|
||||
\nopt{IRIVER_H10_PAD,touchscreen,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,%
|
||||
MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH820_PAD}%
|
||||
MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}%
|
||||
{Long \ButtonSelect}%
|
||||
\opt{IRIVER_H10_PAD}{Long \ButtonPlay}
|
||||
\opt{touchscreen}{Long \TouchCenter}
|
||||
|
@ -192,6 +197,7 @@ these markers:
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
|
||||
\opt{MPIO_HD200_PAD}{Long \ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonEnter}
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonPlay}%
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -203,7 +209,7 @@ these markers:
|
|||
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,MROBE100_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_CLIP_PAD%
|
||||
,PBELL_VIBE500_PAD,MPIO_HD200_PAD,touchscreen,SANSA_FUZEPLUS_PAD,
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}{%
|
||||
\opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
|
||||
,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}%
|
||||
\opt{SANSA_FUZE_PAD,SANSA_CLIP_PAD}{\ButtonHome}%
|
||||
|
@ -214,6 +220,7 @@ these markers:
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}%
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} + \ButtonUp}%
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonUp}%
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
|
|
@ -31,13 +31,13 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonUp\ / \ButtonDown}%
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp\ / \ButtonDown}%
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}%
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} %
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{/ \ButtonLeft\ / \ButtonRight}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp /%
|
||||
\ButtonRec + \ButtonRew / \ButtonRec + \ButtonFF}
|
||||
|
@ -56,6 +56,7 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonUp}
|
||||
\opt{touchscreen}{\TouchTopRight}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Zoom in\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
|
||||
|
@ -68,6 +69,7 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonDown}
|
||||
\opt{touchscreen}{\TouchTopLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Zoom out\\
|
||||
\opt{IRIVER_H100_PAD}{\ButtonOn}
|
||||
\opt{IRIVER_H300_PAD}{\ButtonRec}
|
||||
|
@ -85,6 +87,7 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{MPIO_HD300_PAD}{\ButtonScrollDown}
|
||||
\opt{touchscreen}{\TouchBottomRight}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& Next image in directory\\
|
||||
\opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonRec}
|
||||
\opt{IRIVER_H300_PAD}{\ButtonOn}
|
||||
|
@ -101,6 +104,7 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{MPIO_HD300_PAD}{\ButtonScrollUp}
|
||||
\opt{touchscreen}{\TouchBottomLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
& Previous image in directory\\
|
||||
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{%currently only defined for the sansa pads and samsung yh*
|
||||
|
@ -125,9 +129,10 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Show menu / Abort \\
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SAMSUNG_YH820_PAD}{
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
|
||||
\opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
|
||||
\opt{GIGABEAT_S_PAD}{\ButtonBack}
|
||||
|
@ -137,6 +142,7 @@ view a bigger file you may need to stop playback.}
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit the viewer \\
|
||||
}
|
||||
\end{btnmap}
|
||||
|
|
|
@ -17,11 +17,12 @@ skillfully swapping pairs of jewels.
|
|||
\opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
|
||||
,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
||||
,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft/\ButtonRight/}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD%
|
||||
,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}
|
||||
{\ButtonUp/\ButtonDown}
|
||||
\opt{IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay}
|
||||
\opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd}
|
||||
|
@ -41,6 +42,7 @@ skillfully swapping pairs of jewels.
|
|||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Select a jewel \\
|
||||
\opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD%
|
||||
,IAUDIO_X5_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
|
||||
|
@ -53,5 +55,6 @@ skillfully swapping pairs of jewels.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Menu \\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -33,7 +33,7 @@ text files%
|
|||
|
||||
\input{plugins/brickmania.tex}
|
||||
|
||||
\input{plugins/bubbles.tex}
|
||||
\nopt{rgnano}{\input{plugins/bubbles.tex}}
|
||||
|
||||
\input{plugins/chessbox.tex}
|
||||
|
||||
|
@ -47,13 +47,13 @@ text files%
|
|||
|
||||
\nopt{xduoox3}{\nopt{lowmem}{\input{plugins/doom.tex}}}
|
||||
|
||||
\opt{lcd_color}{\nopt{lowmem,iaudiox5,iriverh300}{\input{plugins/duke3d.tex}}}
|
||||
\opt{lcd_color}{\nopt{lowmem,iaudiox5,iriverh300,rgnano}{\input{plugins/duke3d.tex}}}
|
||||
|
||||
\input{plugins/flipit.tex}
|
||||
|
||||
\input{plugins/goban.tex}
|
||||
|
||||
\opt{lcd_non-mono}{\nopt{iriverh10_5gb,ipodmini1g,c200,c200v2,mpiohd200,clipzip,samsungyh820}{
|
||||
\opt{lcd_non-mono}{\nopt{iriverh10_5gb,ipodmini1g,c200,c200v2,mpiohd200,clipzip,samsungyh820,rgnano}{
|
||||
\input{plugins/invadrox.tex}}}
|
||||
|
||||
\input{plugins/jackpot.tex}
|
||||
|
@ -74,13 +74,13 @@ text files%
|
|||
|
||||
\input{plugins/pong.tex}
|
||||
|
||||
\opt{lcd_color}{\nopt{lowmem,iaudiox5,iriverh300}{\input{plugins/quake.tex}}}
|
||||
\opt{lcd_color}{\nopt{lowmem,iaudiox5,iriverh300,rgnano}{\input{plugins/quake.tex}}}
|
||||
|
||||
\input{plugins/reversi.tex}
|
||||
|
||||
\input{plugins/robotfindskitten.tex}
|
||||
|
||||
\input{plugins/rockblox.tex}
|
||||
\nopt{rgnano}{\input{plugins/rockblox.tex}}
|
||||
|
||||
\input{plugins/rockblox1d.tex}
|
||||
|
||||
|
@ -100,14 +100,14 @@ text files%
|
|||
|
||||
\input{plugins/star.tex}
|
||||
|
||||
\input{plugins/sudoku.tex}
|
||||
\nopt{rgnano}{\input{plugins/sudoku.tex}}
|
||||
|
||||
\opt{lcd_non-mono}{\nopt{iriverh10_5gb,ipodmini1g,c200,c200v2,mpiohd200,clipzip,samsungyh820}{
|
||||
\opt{lcd_non-mono}{\nopt{iriverh10_5gb,ipodmini1g,c200,c200v2,mpiohd200,clipzip,samsungyh820,rgnano}{
|
||||
\input{plugins/superdom.tex}}}
|
||||
|
||||
\opt{lcd_color}{\nopt{lowmem,iaudiox5,iriverh300}{\input{plugins/wolf3d.tex}}}
|
||||
\opt{lcd_color}{\nopt{lowmem,iaudiox5,iriverh300,rgnano}{\input{plugins/wolf3d.tex}}}
|
||||
|
||||
\input{plugins/wormlet.tex}
|
||||
\nopt{rgnano}{\input{plugins/wormlet.tex}}
|
||||
|
||||
\input{plugins/xobox.tex}
|
||||
|
||||
|
@ -290,7 +290,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
|
||||
\input{plugins/resistor.tex}
|
||||
|
||||
\opt{lcd_color}{\input{plugins/rockpaint.tex}}
|
||||
\opt{lcd_color}{\nopt{rgnano}{\input{plugins/rockpaint.tex}}}
|
||||
|
||||
\input{plugins/stats.tex}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IAUDIO_X5_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonUp/ \ButtonDown}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp/ \ButtonDown}
|
||||
\opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd/ \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD}{\ButtonVolUp/ \ButtonVolDown}
|
||||
|
@ -28,7 +28,7 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonRight/ \ButtonLeft}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF / \ButtonRew}
|
||||
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
|
||||
|
@ -44,6 +44,7 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
|
|||
\opt{MROBE100_PAD}{\ButtonDisplay}
|
||||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Pause/Resume playback\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -56,5 +57,6 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
|
|||
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Stop playback and quit\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -5,7 +5,7 @@ Mikmod plays most common tracker music formats.
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IAUDIO_X5_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonUp/ \ButtonDown}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp/ \ButtonDown}
|
||||
\opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd/ \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD}{\ButtonVolUp/ \ButtonVolDown}
|
||||
|
@ -17,7 +17,7 @@ Mikmod plays most common tracker music formats.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonRight/ \ButtonLeft}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF / \ButtonRew}
|
||||
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
|
||||
|
@ -28,7 +28,7 @@ Mikmod plays most common tracker music formats.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{Long \ButtonRight/ Long \ButtonLeft}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{Long \ButtonFF / Long \ButtonRew}
|
||||
\opt{COWON_D2_PAD}{Long \TouchMidRight{} / Long \TouchMidLeft}
|
||||
|
@ -46,10 +46,12 @@ Mikmod plays most common tracker music formats.
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Pause/Resume playback\\
|
||||
%
|
||||
\opt{XDUOO_X3_PAD}{\ButtonOption}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Enter configuration menu\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -63,6 +65,7 @@ Mikmod plays most common tracker music formats.
|
|||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{Long \ButtonA{} or Long \ButtonL{}}
|
||||
& Stop playback and quit\\
|
||||
\end{btnmap}
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ the location of a mine, it can be tagged to avoid accidentally
|
|||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IRIVER_H10_PAD}
|
||||
{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
|
@ -43,6 +44,7 @@ the location of a mine, it can be tagged to avoid accidentally
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Toggle flag on / off \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
|
||||
|
@ -56,6 +58,7 @@ the location of a mine, it can be tagged to avoid accidentally
|
|||
\opt{MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
|
||||
\opt{XDUOO_X3_PAD}{Long \ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Reveal the contents of the current square \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
|
@ -72,6 +75,7 @@ the location of a mine, it can be tagged to avoid accidentally
|
|||
\opt{SAMSUNG_YH92X_PAD}{Long \ButtonPlay}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonOption + \ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Display the current game status \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -87,5 +91,6 @@ the location of a mine, it can be tagged to avoid accidentally
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Exit the game \\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -36,6 +36,7 @@ option and choose \setting{mpegplayer}.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Open the MPEG Player menu\\
|
||||
\end{btnmap}
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ to user input and music may start to skip.
|
|||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Toggle filled / curve / plot \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
|
||||
|
@ -39,6 +40,7 @@ to user input and music may start to skip.
|
|||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonRight}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Toggle whether to scroll or not \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
|
||||
|
@ -56,6 +58,7 @@ to user input and music may start to skip.
|
|||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
|
||||
\opt{XDUOO_X3_PAD}{Long \ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& Toggle drawing orientation \\
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
|
||||
,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD%
|
||||
|
@ -69,9 +72,10 @@ to user input and music may start to skip.
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Pause the demo \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}%
|
||||
{\ButtonUp{} / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
|
||||
|
@ -84,7 +88,7 @@ to user input and music may start to skip.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD%
|
||||
,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonRight{} / \ButtonLeft}
|
||||
\opt{COWON_D2_PAD}{\TouchMidRight\ /\ \TouchMidLeft}
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF{} / \ButtonRew}
|
||||
|
@ -105,5 +109,6 @@ to user input and music may start to skip.
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Exit demo \\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -32,7 +32,7 @@ found at \url{http://www.mame.net}.
|
|||
IPOD_3G_PAD,iriverh10,MROBE100_PAD,SANSA_FUZE_PAD,SAMSUNG_YH92X_PAD,%
|
||||
SAMSUNG_YH820_PAD}{\ButtonRight}
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD}{\ButtonUp}
|
||||
,SANSA_FUZEPLUS_PAD,RG_NANO_PAD}{\ButtonUp}
|
||||
\opt{iriverh10_5gb}{\ButtonScrollUp}
|
||||
\opt{COWON_D2_PAD}{\TouchTopMiddle}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
|
@ -42,7 +42,7 @@ found at \url{http://www.mame.net}.
|
|||
SAMSUNG_YH820_PAD}{\ButtonLeft}
|
||||
\opt{iriverh10_5gb}{\ButtonScrollDown}
|
||||
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,PBELL_VIBE500_PAD,%
|
||||
SANSA_FUZEPLUS_PAD}{\ButtonDown}
|
||||
SANSA_FUZEPLUS_PAD,RG_NANO_PAD}{\ButtonDown}
|
||||
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Move Down\\
|
||||
|
@ -51,7 +51,7 @@ found at \url{http://www.mame.net}.
|
|||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
||||
\opt{iriverh10}{\ButtonScrollUp}
|
||||
\opt{iriverh10_5gb,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD}{\ButtonLeft}
|
||||
,SANSA_FUZEPLUS_PAD,RG_NANO_PAD}{\ButtonLeft}
|
||||
\opt{COWON_D2_PAD}{\TouchMidLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Move Left\\
|
||||
|
@ -60,7 +60,7 @@ found at \url{http://www.mame.net}.
|
|||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
|
||||
\opt{iriverh10}{\ButtonScrollDown}
|
||||
\opt{iriverh10_5gb,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD}{\ButtonRight}
|
||||
,SANSA_FUZEPLUS_PAD,RG_NANO_PAD}{\ButtonRight}
|
||||
\opt{COWON_D2_PAD}{\TouchMidRight}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Move Right\\
|
||||
|
@ -74,6 +74,7 @@ found at \url{http://www.mame.net}.
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Insert Coin\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
|
@ -83,6 +84,7 @@ found at \url{http://www.mame.net}.
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonPlay}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
& 1-Player Start\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{n/a}
|
||||
|
@ -94,6 +96,7 @@ found at \url{http://www.mame.net}.
|
|||
\opt{SAMSUNG_YH92X_PAD}{n/a}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& 2-Player Start\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
|
||||
|
@ -104,5 +107,6 @@ found at \url{http://www.mame.net}.
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonRew}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Menu\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -28,11 +28,12 @@ block and crosses which allow you to choose a replacement block.
|
|||
|
||||
\nopt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
|
||||
,PBELL_VIBE500_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD%
|
||||
,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonSelect}
|
||||
,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD,RG_NANO_PAD}{\ButtonSelect}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonRight}
|
||||
\opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
\opt{touchscreen}{\TouchCenter}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -54,6 +55,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{touchscreen}{\TouchTopRight}
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower + \ButtonHome}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -73,6 +75,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonFF}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonUp}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolUp}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -92,6 +95,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{MPIO_HD200_PAD}{\ButtonPlay{} + \ButtonRew}
|
||||
\opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonDown}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonVolDown}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -110,6 +114,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPower}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
|
|
@ -110,7 +110,7 @@ reduces the time it takes for cover art to be displayed.}}
|
|||
\nopt{IAUDIO_M3_PAD}{%
|
||||
\nopt{IRIVER_H10_PAD,touchscreen,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZE_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}
|
||||
,SAMSUNG_YH820_PAD,XDUOO_X3_PAD,RG_NANO_PAD}
|
||||
{\ButtonSelect}
|
||||
\opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
|
@ -119,6 +119,7 @@ reduces the time it takes for cover art to be displayed.}}
|
|||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
}
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -184,6 +185,7 @@ reduces the time it takes for cover art to be displayed.}}
|
|||
\opt{MPIO_HD200_PAD}{FIXME}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{FIIO_M3K_PAD}{\ButtonBack}
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
\opt{touchscreen}{
|
||||
\opt{COWON_D2_PAD}{Long \ButtonPower{} or}
|
||||
\TouchBottomRight{} (in album view)}
|
||||
|
|
|
@ -11,7 +11,7 @@ a two player game, both players should just press the appropriate buttons for th
|
|||
\begin{btnmap}
|
||||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZE_PAD}{\ButtonLeft}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp}
|
||||
,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp}
|
||||
|
@ -24,7 +24,8 @@ a two player game, both players should just press the appropriate buttons for th
|
|||
& Left player up\\
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown}
|
||||
,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonDown}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolDown}
|
||||
\opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
|
||||
|
@ -45,6 +46,7 @@ a two player game, both players should just press the appropriate buttons for th
|
|||
\opt{MPIO_HD300_PAD,SAMSUNG_YH92X_PAD}{\ButtonFF}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonHome}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Right player up\\
|
||||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonRight}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown}
|
||||
|
@ -59,6 +61,7 @@ a two player game, both players should just press the appropriate buttons for th
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonRew}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonNext}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Right player down\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
|
||||
|
@ -71,5 +74,6 @@ a two player game, both players should just press the appropriate buttons for th
|
|||
\opt{SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -15,7 +15,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp{} / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD}{Tap \ButtonPlay{} / \ButtonMenu}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} / \ButtonCancel}
|
||||
|
@ -23,7 +23,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
|
|||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft{} / \ButtonRight}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
|
||||
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
|
||||
|
@ -40,6 +40,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonPower}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonVolUp}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& A button\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD}{\ButtonOff}
|
||||
|
@ -53,6 +54,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
|
|||
\opt{MPIO_HD300_PAD}{\ButtonRec}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonVolDown}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& B button\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD}{\ButtonRec}
|
||||
|
@ -68,6 +70,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
|
|||
\opt{MPIO_HD300_PAD}{Long \ButtonPlay}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Start\\
|
||||
%
|
||||
\nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{
|
||||
|
@ -81,6 +84,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonUp}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonFN}
|
||||
& Select\\
|
||||
%
|
||||
}
|
||||
|
@ -101,6 +105,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonRecOn}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Open Rockboy menu\\
|
||||
\end{btnmap}
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ Key controls:
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}
|
||||
{\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}
|
||||
{\ButtonLeft{} / \ButtonRight{} / \ButtonMenu{} / \ButtonPlay}
|
||||
|
@ -39,6 +40,7 @@ Key controls:
|
|||
\opt{SANSA_FUZEPLUS_PAD}{Long \ButtonPlay}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Shuffle \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
|
@ -52,6 +54,7 @@ Key controls:
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,MPIO_HD300_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Switch between pictures (default puzzle\opt{albumart}{, album art}, and your own image if
|
||||
launched via Open With), and numbered tiles \\
|
||||
%
|
||||
|
@ -67,5 +70,6 @@ launched via Open With), and numbered tiles \\
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Stop the game \\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -8,7 +8,7 @@ end when the snake touches either the borders of the screen or itself.
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
|
||||
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
|
@ -26,11 +26,13 @@ end when the snake touches either the borders of the screen or itself.
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Toggle Play/Pause\\
|
||||
%
|
||||
\opt{SANSA_FUZEPLUS_PAD.XDUOO_X3_PAD}{\ButtonPower}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Go to the plugin's menu\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -10,7 +10,7 @@ into itself.
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
|
||||
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
|
||||
|
@ -29,6 +29,7 @@ into itself.
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Pause and resume the game\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
|
||||
|
@ -40,6 +41,7 @@ into itself.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit\\
|
||||
\end{btnmap}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ information about the level format, see
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD%
|
||||
,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp, \ButtonDown, }%
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, }%
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown, }%
|
||||
|
@ -25,7 +25,7 @@ information about the level format, see
|
|||
,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
|
||||
,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft, \ButtonRight}
|
||||
\opt{COWON_D2_PAD}
|
||||
{\TouchTopMiddle, \TouchBottomMiddle, \TouchMidLeft, \TouchMidRight}
|
||||
|
@ -44,8 +44,9 @@ information about the level format, see
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Menu \\
|
||||
\nopt{IAUDIO_X5_PAD}{
|
||||
\nopt{IAUDIO_X5_PAD,RG_NANO_PAD}{
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown}
|
||||
|
@ -74,9 +75,10 @@ information about the level format, see
|
|||
\opt{MPIO_HD300_PAD}{\ButtonPlay+\ButtonEnter}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& Restart level \\
|
||||
}
|
||||
\nopt{IAUDIO_X5_PAD}{
|
||||
\nopt{IAUDIO_X5_PAD,RG_NANO_PAD}{
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp}
|
||||
|
@ -102,6 +104,7 @@ information about the level format, see
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRec}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Undo last movement \\
|
||||
|
||||
\opt{IAUDIO_X5_PAD}{\ButtonPlay}
|
||||
|
@ -119,6 +122,7 @@ information about the level format, see
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Redo previously undone move \\
|
||||
\hline
|
||||
\multicolumn{2}{c}{\textbf{Solution playback}} \\
|
||||
|
@ -131,11 +135,12 @@ information about the level format, see
|
|||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
|
||||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
& Pause/resume \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD%
|
||||
,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp/\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/\ButtonScrollDown}
|
||||
|
@ -146,7 +151,7 @@ information about the level format, see
|
|||
,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD%
|
||||
,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft/\ButtonRight}
|
||||
\opt{COWON_D2_PAD}{\TouchMidLeft/\TouchMidRight}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRew/\ButtonFF}
|
||||
|
@ -162,6 +167,7 @@ information about the level format, see
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit \\
|
||||
\end{btnmap}
|
||||
|
||||
|
|
|
@ -16,14 +16,14 @@ visit
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp{} / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IPOD_4G_PAD%
|
||||
,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{/ \ButtonLeft{} / \ButtonRight}
|
||||
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPrev / \ButtonNext / \ButtonHome / \ButtonOption}
|
||||
|
@ -40,6 +40,7 @@ visit
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Select cards, move cards, reveal hidden cards...\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||
|
@ -53,6 +54,7 @@ visit
|
|||
\opt{COWON_D2_PAD}{\TouchTopLeft}
|
||||
\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
|
||||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& If a card was selected -- unselect it, else\\
|
||||
|
@ -76,6 +78,7 @@ visit
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonPlay{} + \ButtonDown}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonDown}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
& Put the card from the top of the remains stack on top of the cursor\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
|
@ -92,6 +95,7 @@ visit
|
|||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonUp}
|
||||
\opt{XDUOO_X3_PAD}{Long \ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Put the card under the cursor on one of the 4 final colour stacks.\\
|
||||
%
|
||||
\opt{IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonRight}
|
||||
|
@ -108,6 +112,7 @@ visit
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonPlay{} + \ButtonRight}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonRight}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& Put the card on top of the remains stack on one of the final colour stacks.\\
|
||||
%
|
||||
\opt{IRIVER_H300_PAD,IRIVER_H100_PAD}{\ButtonOff}
|
||||
|
@ -123,5 +128,6 @@ visit
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Show menu\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -16,12 +16,13 @@ UFO will appear -- shoot this for extra points.
|
|||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Shoot\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
|
||||
|
@ -32,7 +33,7 @@ UFO will appear -- shoot this for extra points.
|
|||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,IRIVER_H10_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft / \ButtonRight}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack / \ButtonScrollFwd}
|
||||
\opt{COWON_D2_PAD}{\TouchMidLeft / \TouchMidRight}
|
||||
|
@ -43,7 +44,7 @@ UFO will appear -- shoot this for extra points.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
|
||||
|
@ -64,6 +65,7 @@ UFO will appear -- shoot this for extra points.
|
|||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Pause game\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -78,5 +80,6 @@ UFO will appear -- shoot this for extra points.
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -14,7 +14,8 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}
|
||||
{\ButtonLeft}
|
||||
\opt{COWON_D2_PAD}{\TouchMidLeft}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRew}
|
||||
|
@ -24,7 +25,8 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD%
|
||||
,RG_NANO_PAD}
|
||||
{\ButtonRight}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonFF}
|
||||
\opt{COWON_D2_PAD}{\TouchMidRight}
|
||||
|
@ -34,7 +36,7 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
|
||||
|
@ -46,7 +48,7 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
|
||||
|
@ -63,6 +65,7 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Switch between circle and square\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonLeft}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonLeft}
|
||||
|
@ -77,6 +80,7 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay + \ButtonPrev}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
& Previous level\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
|
||||
|
@ -91,6 +95,7 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay + \ButtonOption}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Reset level \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonRight}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonRight}
|
||||
|
@ -105,6 +110,7 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay + \ButtonNext}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& Next level \\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
|
||||
|
@ -118,5 +124,6 @@ could not otherwise reach. The block cannot take ``o''s.
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Exit the game \\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -17,6 +17,7 @@ A simple stopwatch program with support for saving times.
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Quit Plugin \\
|
||||
%
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD%
|
||||
|
@ -27,6 +28,7 @@ A simple stopwatch program with support for saving times.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD,IPOD_4G_PAD%
|
||||
,IPOD_3G_PAD}{\ButtonSelect}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Start / stop \\
|
||||
%
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
|
||||
|
@ -40,6 +42,7 @@ A simple stopwatch program with support for saving times.
|
|||
\opt{MROBE100_PAD}{\ButtonDisplay}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Reset timer (only when timer is stopped)\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
|
@ -49,12 +52,13 @@ A simple stopwatch program with support for saving times.
|
|||
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD%
|
||||
,SANSA_CLIP_PAD}{\ButtonSelect}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonY}
|
||||
& Take lap time \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft{} / \ButtonRight}
|
||||
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD%
|
||||
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp{} / \ButtonDown}
|
||||
,SANSA_CLIP_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_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}
|
||||
|
|
|
@ -11,7 +11,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\begin{btnmap}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonUp}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp}
|
||||
|
@ -27,7 +27,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonDown}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolDown}
|
||||
|
@ -68,7 +68,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD%
|
||||
,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{%
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp}
|
||||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonUp}
|
||||
|
@ -77,13 +77,14 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF+\ButtonUp}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonR}
|
||||
& One line up\\
|
||||
}
|
||||
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD%
|
||||
,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{%
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown}
|
||||
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonDown}
|
||||
|
@ -92,6 +93,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\opt{SAMSUNG_YH92X_PAD}{\ButtonFF+\ButtonDown}
|
||||
\opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonL}
|
||||
& One line down\\
|
||||
}
|
||||
|
||||
|
@ -135,6 +137,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IAUDIO_M3_PAD}{\ButtonRCMode}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonX}
|
||||
& Toggle autoscroll\\
|
||||
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonSelect}
|
||||
|
@ -152,6 +155,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IAUDIO_M3_PAD}{\ButtonRCPlay+\ButtonRCMode}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Set/Reset bookmarks\\
|
||||
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
|
@ -167,6 +171,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IAUDIO_M3_PAD}{\ButtonRCPlay}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Enter menu\\
|
||||
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -185,6 +190,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\opt{IAUDIO_M3_PAD}{\ButtonRCRec}
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Exit text viewer\\
|
||||
|
||||
\end{btnmap}
|
||||
|
|
|
@ -23,6 +23,7 @@ and the meter scale can be changed.
|
|||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
|
||||
}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Save settings and quit\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD%
|
||||
|
@ -36,6 +37,7 @@ and the meter scale can be changed.
|
|||
\opt{GIGABEAT_S_PAD}{\ButtonNext}
|
||||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Help\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
|
||||
|
@ -47,10 +49,11 @@ and the meter scale can be changed.
|
|||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{XDUOO_X3_PAD}{\ButtonPlay}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonB}
|
||||
& Settings\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonUp}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD,SANSA_FUZEPLUS_PAD,XDUOO_X3_PAD}{\ButtonVolUp}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp}
|
||||
|
@ -59,7 +62,7 @@ and the meter scale can be changed.
|
|||
& Raise Volume\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonDown}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack}
|
||||
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD,SANSA_FUZEPLUS_PAD,XDUOO_X3_PAD}{\ButtonVolDown}
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
|
||||
|
|
|
@ -11,13 +11,13 @@ To finish a level you have to section off more than 75\%.
|
|||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay,}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
|
||||
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}%
|
||||
{\ButtonUp, \ButtonDown,}%
|
||||
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD%
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft, \ButtonRight}
|
||||
\opt{COWON_D2_PAD}{\TouchTopMiddle, \TouchBottomMiddle, \TouchMidLeft, \TouchMidRight}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRew, \ButtonFF}
|
||||
|
@ -34,6 +34,7 @@ To finish a level you have to section off more than 75\%.
|
|||
\opt{MROBE100_PAD}{\ButtonDisplay}
|
||||
\opt{COWON_D2_PAD}{\TouchCenter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Pause\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
|
||||
|
@ -45,5 +46,6 @@ To finish a level you have to section off more than 75\%.
|
|||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Open menu\\
|
||||
\end{btnmap}
|
||||
|
|
2
manual/plugins/xrick.tex
Executable file → Normal file
2
manual/plugins/xrick.tex
Executable file → Normal file
|
@ -81,7 +81,7 @@ Throughout the game, use these buttons to control Rick:
|
|||
\opt{fuzeplus}{\ButtonPower}
|
||||
\opt{ipodvideo}{\ButtonScrollFwd}
|
||||
\nopt{iriverh300,fuzeplus,ipodvideo}{\PluginExit}
|
||||
\opt{hold_button}{/\ButtonHold}
|
||||
\nopt{RG_NANO_PAD}{\opt{hold_button}{/\ButtonHold}}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Menu\\
|
||||
%
|
||||
|
|
|
@ -13,7 +13,7 @@ Additionally, ``extra'' data files that modify the in-game strings and font can
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
|
||||
|
@ -25,7 +25,7 @@ Additionally, ``extra'' data files that modify the in-game strings and font can
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}
|
||||
{\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonPlay}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
|
||||
|
@ -38,7 +38,7 @@ Additionally, ``extra'' data files that modify the in-game strings and font can
|
|||
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
|
||||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD%
|
||||
,IRIVER_H10_PAD}
|
||||
,IRIVER_H10_PAD,RG_NANO_PAD}
|
||||
{\ButtonLeft{} / \ButtonRight}
|
||||
\opt{HAVE_TOUCHSCREEN}{\TouchMidLeft{} / \TouchMidRight}
|
||||
\opt{PBELL_VIBE500_PAD}{\ButtonMenu{} / \ButtonPlay}
|
||||
|
@ -61,6 +61,7 @@ Additionally, ``extra'' data files that modify the in-game strings and font can
|
|||
,SANSA_FUZEPLUS_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
|
||||
\opt{HAVE_TOUCHSCREEN}{\ButtonBottomLeft}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Action and Fire\\
|
||||
%
|
||||
\opt{DX50_PAD,ONDAVX747_PAD,PHILIPS_HDD1630_PAD,PHILIPS_HDD6330_PAD,PHILIPS_SA9200_PAD%
|
||||
|
@ -79,5 +80,6 @@ Additionally, ``extra'' data files that modify the in-game strings and font can
|
|||
\opt{IRIVER_H10_PAD}{\ButtonPlay}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu{} / \ButtonSelect}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Menu\\
|
||||
\end{btnmap}
|
||||
|
|
|
@ -17,14 +17,14 @@ including an additional but fixed menu button, are assigned as follows:
|
|||
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay/}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
|
||||
,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD%
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}%
|
||||
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,RG_NANO_PAD}%
|
||||
{\ButtonUp/\ButtonDown/}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/}
|
||||
\opt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H100_PAD%
|
||||
,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD%
|
||||
,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD%
|
||||
,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}{\ButtonLeft/\ButtonRight}
|
||||
,SAMSUNG_YH820_PAD,RG_NANO_PAD}{\ButtonLeft/\ButtonRight}
|
||||
\opt{COWON_D2_PAD}{\TouchTopMiddle{}/\TouchBottomMiddle{}/\TouchMidLeft{}/\TouchMidRight}
|
||||
\opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp / \ButtonRew / \ButtonFF}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
|
||||
|
@ -42,6 +42,7 @@ including an additional but fixed menu button, are assigned as follows:
|
|||
\opt{MPIO_HD200_PAD}{\ButtonFunc}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonEnter}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonA}
|
||||
& Jump/Fire\\
|
||||
%
|
||||
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonHold{} switch}
|
||||
|
@ -57,6 +58,7 @@ including an additional but fixed menu button, are assigned as follows:
|
|||
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
|
||||
\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
\opt{RG_NANO_PAD}{\ButtonStart}
|
||||
& Open ZXBox menu\\
|
||||
\end{btnmap}
|
||||
|
||||
|
|
|
@ -549,6 +549,7 @@ detail in the following paragraph.
|
|||
the default.\\}
|
||||
To turn on and off your Rockbox enabled \dap{} use the following keys:
|
||||
\begin{btnmap}
|
||||
\opt{RG_NANO_PAD}{Long \ButtonPower & Turn on the \dap{} \\}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}%
|
||||
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}%
|
||||
{Long \ButtonPlay}%
|
||||
|
@ -560,6 +561,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
|
|||
}{\ButtonPower}%
|
||||
\opt{COWON_D2_PAD} {\ButtonPower{}, then \ButtonHold}%
|
||||
\opt{ONDA_VX777_PAD} {\ButtonPower{}}%
|
||||
\opt{RG_NANO_PAD}{\ButtonA{} (in gmenu2x)}%
|
||||
\opt{AGPTEK_ROCKER_PAD}{\ButtonPower{}}%
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -578,6 +580,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
|
|||
,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,COWON_D2_PAD%
|
||||
,PBELL_VIBE500_PAD,ONDA_VX777_PAD,SANSA_FUZEPLUS_PAD,XDUOO_X3_PAD,AIGO_EROSQ_PAD%
|
||||
}{Long \ButtonPower}%
|
||||
\opt{RG_NANO_PAD}{\ButtonPower}%
|
||||
\opt{AGPTEK_ROCKER_PAD}{Long \ButtonPower{}}%
|
||||
&
|
||||
\opt{HAVEREMOTEKEYMAP}{
|
||||
|
@ -587,6 +590,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
|
|||
|
||||
Shutdown Rockbox
|
||||
\\
|
||||
\opt{RG_NANO_PAD}{Long \ButtonPower & Turn off the \dap{} \\}
|
||||
\end{btnmap}
|
||||
|
||||
\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings.
|
||||
|
@ -615,7 +619,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
|
|||
performed by inserting a paperclip gently into the Reset hole.
|
||||
}%
|
||||
|
||||
\nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5}
|
||||
\nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5,rgnano}
|
||||
{
|
||||
\subsection{Starting the original firmware}
|
||||
\label{ref:Dualboot}
|
||||
|
|
|
@ -82,8 +82,11 @@ your WPS (While Playing Screen).
|
|||
\nopt{hold_button}{%
|
||||
\opt{SANSA_CLIP_PAD}{\ButtonHome+\ButtonSelect}
|
||||
\opt{SANSA_FUZEPLUS_PAD,AIGO_EROSQ_PAD}{\ButtonPower}
|
||||
\opt{RG_NANO_PAD}{\ButtonStart+\ButtonFN}
|
||||
& Key lock (software hold switch) on/off.\\
|
||||
}%
|
||||
\opt{RG_NANO_PAD}{\ButtonStart+\ButtonFN}
|
||||
& Key lock (software hold switch) on/off.\\
|
||||
% We explicitly list all the appropriate targets here and do no condition
|
||||
% on the 'pitchscreen' feature since some players have the feature but do
|
||||
% not have the button to go from the WPS to the pitch screen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue