summaryrefslogtreecommitdiff
path: root/manual/plugins/rockpaint.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/rockpaint.tex')
-rw-r--r--manual/plugins/rockpaint.tex44
1 files changed, 16 insertions, 28 deletions
diff --git a/manual/plugins/rockpaint.tex b/manual/plugins/rockpaint.tex
index 22c7eef26d..a7bcffdc41 100644
--- a/manual/plugins/rockpaint.tex
+++ b/manual/plugins/rockpaint.tex
@@ -79,6 +79,12 @@ The main menu consists of the following:
79 \item[Save] 79 \item[Save]
80 Saves the current file. If it has not been saved before, 80 Saves the current file. If it has not been saved before,
81 you will be given a chance to name it and choose the saving location. 81 you will be given a chance to name it and choose the saving location.
82 \item[Set Width]
83 Allows you to change the width of the image.
84 Border to indicate the width will be shown but it doesn't affect drawing.
85 \item[Set Height]
86 Allows you to change the height of the image.
87 Border to indicate the height will be shown but it doesn't affect drawing.
82 \item[Brush speed] 88 \item[Brush speed]
83 Changes the speed at which the selection cursor 89 Changes the speed at which the selection cursor
84 moves when you hold down a movement button. 90 moves when you hold down a movement button.
@@ -98,9 +104,9 @@ The main menu consists of the following:
98if you select Exit, so any unsaved changes will be lost.} 104if you select Exit, so any unsaved changes will be lost.}
99 105
100\begin{table} 106\begin{table}
101\begin{btnmap}{}{} 107 \begin{btnmap}{}{}
102 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{ 108 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{
103 \nopt{IRIVER_H300_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD,COWON_D2_PAD} 109 \nopt{IRIVER_H300_PAD,GIGABEAT_S_PAD,SANSA_FUZE_PAD}
104 {\ButtonPower} 110 {\ButtonPower}
105 \opt{IRIVER_H300_PAD}{\ButtonOff} 111 \opt{IRIVER_H300_PAD}{\ButtonOff}
106 \opt{GIGABEAT_S_PAD}{\ButtonBack} 112 \opt{GIGABEAT_S_PAD}{\ButtonBack}
@@ -109,33 +115,15 @@ if you select Exit, so any unsaved changes will be lost.}
109 & Quits Rockpaint immediately.\\ 115 & Quits Rockpaint immediately.\\
110 } 116 }
111 117
112 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD% 118 \nopt{COWON_D2_PAD}{\ButtonLeft{} / \ButtonRight{} /}
113 ,SANSA_FUZE_PAD}{\ButtonLeft} 119 \opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight{} /}
114 \opt{COWON_D2_PAD}{\TouchMidLeft}
115 \opt{HAVEREMOTEKEYMAP}{& }
116 & Moves the cursor to the left.\\
117
118 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD%
119 ,SANSA_FUZE_PAD}{\ButtonRight}
120 \opt{COWON_D2_PAD}{\TouchMidRight}
121 \opt{HAVEREMOTEKEYMAP}{& }
122 & Moves the cursor to the right.\\
123
124 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD,COWON_D2_PAD}
125 {\ButtonUp}
126 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu}
127 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
128 \opt{COWON_D2_PAD}{\TouchTopMiddle}
129 \opt{HAVEREMOTEKEYMAP}{& }
130 & Moves the cursor up.\\
131
132 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD,COWON_D2_PAD} 120 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD,COWON_D2_PAD}
133 {\ButtonDown} 121 {\ButtonUp{} / \ButtonDown}
134 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonPlay} 122 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu{} / \ButtonPlay}
135 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 123 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
136 \opt{COWON_D2_PAD}{\TouchBottomMiddle} 124 \opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle}
137 \opt{HAVEREMOTEKEYMAP}{& } 125 \opt{HAVEREMOTEKEYMAP}{& }
138 & Moves the cursor down.\\ 126 & Moves the cursor around.\\
139 127
140 \opt{IRIVER_H300_PAD}{\ButtonOn}% 128 \opt{IRIVER_H300_PAD}{\ButtonOn}%
141 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonMenu}% 129 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonMenu}%
@@ -163,5 +151,5 @@ if you select Exit, so any unsaved changes will be lost.}
163 \opt{HAVEREMOTEKEYMAP}{& } 151 \opt{HAVEREMOTEKEYMAP}{& }
164 & Toggles the brush and selects objects.\\ 152 & Toggles the brush and selects objects.\\
165 153
166 \end{btnmap} 154 \end{btnmap}
167\end{table} 155\end{table}