Opps, the sound levels are changed by 'Alt [' and 'Alt ]', not the Ctrl keys.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@351 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2005-01-04 02:38:45 +00:00
parent 6508718b39
commit 3c0e0af714
1 changed files with 21 additions and 21 deletions

View File

@ -219,7 +219,7 @@
occurred at program start/stop and when entering/exiting menu or pause mode
have been eliminated.</li>
<li>Added <b>Control [</b> and <b>Control ]</b> keys to dynamically adjust the
<li>Added <b>Alt [</b> and <b>Alt ]</b> keys to dynamically adjust the
sound volume during emulation.</li>
<li>Added <b>Control 0</b>, <b>Control 1</b>, <b>Control 2</b>, <b>Control 3</b>
@ -1455,16 +1455,6 @@
<td>Alt + -</td>
</tr>
<tr>
<td>Grab mouse (keep mouse in game window)</td>
<td>Control + g</td>
</tr>
<tr>
<td>Hide cursor (hide cursor in game window)</td>
<td>Control + h</td>
</tr>
<tr>
<td>Toggle fullscreen/windowed mode</td>
<td>Alt + Enter</td>
@ -1475,6 +1465,26 @@
<td>Alt + f</td>
</tr>
<tr>
<td>Increase volume</td>
<td>Alt + ]</td>
</tr>
<tr>
<td>Decrease volume</td>
<td>Alt + [</td>
</tr>
<tr>
<td>Grab mouse (keep mouse in game window)</td>
<td>Control + g</td>
</tr>
<tr>
<td>Hide cursor (hide cursor in game window)</td>
<td>Control + h</td>
</tr>
<tr>
<td>Toggle display format between <i>NTSC</i> and <i>PAL</i></td>
<td>Control + f</td>
@ -1485,16 +1495,6 @@
<td>Control + s</td>
</tr>
<tr>
<td>Increase volume</td>
<td>Control + ]</td>
</tr>
<tr>
<td>Decrease volume</td>
<td>Control + [</td>
</tr>
<tr>
<td>Set mouse to emulate paddle 0</td>
<td>Control + 0</td>