mirror of https://github.com/stella-emu/stella.git
minor improvement on event mapping doc
This commit is contained in:
parent
94a18431d2
commit
79d77e2c60
|
@ -2918,7 +2918,7 @@
|
|||
<li>If you wish to remap emulation events, click the 'Emulation Events' tab. Here
|
||||
you can also filter for the type of events.
|
||||
Otherwise, click the 'UI Events' tab for user interface events.</li>
|
||||
<li>Select event you want to remap and double-click or click the 'Map' button.</li>
|
||||
<li>Select event you want to remap and click the 'Map' button.</li>
|
||||
<li>Now define the input:
|
||||
<ul>
|
||||
<li>Either press a key, a modifier key (Control, Shift...) or a modifier+key combination.</li>
|
||||
|
@ -2932,17 +2932,21 @@
|
|||
<li>Events which are available in both event modes can be remapped individually.</li>
|
||||
<li>Left and right modifiers are mapped separately when used alone.</li>
|
||||
</ul></li>
|
||||
<li>Cancel a remap in progress by clicking 'Cancel', erase the event's mappings by
|
||||
clicking 'Erase', or reset to default mapping by clicking 'Reset'</li>
|
||||
<li>Reset to default <b>all</b> mappings by clicking 'Defaults'.</li>
|
||||
</ol>
|
||||
You can also:
|
||||
<ul>
|
||||
<li>Cancel a remap in progress by clicking 'Cancel'. <br/>Note: Pressing 'ESC' will map that key, <b>not</b> abort the mapping.</li>
|
||||
<li>Erase all event's mappings by clicking 'Erase'.</li>
|
||||
<li>Reset the event to its default mapping by clicking 'Reset'.</li>
|
||||
<li>Reset <b>all</b> emulation or UI event mappings to default by clicking 'Defaults'.</li>
|
||||
</ul>
|
||||
|
||||
<p>The following screenshots illustrate the event remapping process:<br><br>
|
||||
<img src="graphics/eventmapping.png">
|
||||
<img src="graphics/eventmapping_remap.png">
|
||||
|
||||
<p>There is also a 'Combo' button in the 'Emulation Events' tab, accessible
|
||||
when a Combo event has been selected from the list of events on the left.
|
||||
<p>Finally there is a 'Combo' button in the 'Emulation Events' tab, accessible
|
||||
only when a Combo event has been selected from the list of events on the left.
|
||||
Clicking 'Combo' will show a dialog similar to the following:</p>
|
||||
<img src="graphics/eventmapping_combo.png">
|
||||
<p>In this dialog, you can assign various events to the selected combo event.
|
||||
|
@ -2950,9 +2954,9 @@
|
|||
to map the combo event itself to some action, as described in the 'remap an
|
||||
event' section above.</p>
|
||||
|
||||
</p>
|
||||
</p></br>
|
||||
|
||||
<p>Device and port settings can be configured under the 'Devices & Ports' tab, shown below:</p>
|
||||
<p><b>Device and port</b> settings can be configured under the 'Devices & Ports' tab, shown below:</p>
|
||||
<table border="5" cellpadding="2" frame="box" rules="none">
|
||||
<tr>
|
||||
<td><img src="graphics/eventmapping_devsports.png"></td>
|
||||
|
|
Loading…
Reference in New Issue