Help: Document behaviour of Caps Lock (fixes #535)

This commit is contained in:
tomcw 2018-02-08 22:14:20 +00:00
parent 095827cf6f
commit 2295964c5f

View File

@ -43,6 +43,16 @@
key will pause emulation. Press
<span style="font-style: italic;">Pause</span>
again to resume emulation.</p>
<p><span style="font-weight: bold;">Caps Lock:</span><br>
On start-up, AppleWin always begins with the Apple II's Caps Lock enabled, regardless of the current state of the PC's Caps Lock key.
<ul>
<li>Assuming Caps Lock is off, when you press the PC's Caps Lock key the first time, this will enable the PC's Caps Lock. AppleWin will see this but remain in the Caps Lock enabled state.
<li>Now pressing the PC's Caps Lock key a second time, AppleWin will disable Caps Lock and allow lower-case to be used.
<li>Subsequent toggling of the PC's Caps Lock key will continue to be tracked and replicated by AppleWin.
</ul>
Of course, for lower-case you must be emulating a //e, Enhanced //e or cloned //e (so not a II or II+).<br><br>
Also in AppleWin's UI, there is a little icon in the bottom right of the window which shows either 'A' or 'a' to reflect the current state of the emulated Apple II's Caps Lock.
</p>
<p><span style="font-weight: bold;">Scroll Lock:</span><br>
<span style="font-style: italic;">Scroll Lock</span>
key can be configured to toggle normal/full-speed mode, or only enable full-speed when pressed. See <a href="cfg-input.html">Input</a> for configuring how <span style="font-style: italic;">Scroll Lock</span> behaves.