diff --git a/AppleWin/docs/History.txt b/AppleWin/docs/History.txt index 90967784..deb7d887 100644 --- a/AppleWin/docs/History.txt +++ b/AppleWin/docs/History.txt @@ -24,7 +24,7 @@ Changes: . Support auto-fire for all 3 joystick buttons (via Config->Input) . Debugger: Added "disk info" command . Added confirmation message box for reboot (F2) -. Added -no-printscreen-dlg to surpress the warning if AppleWin failed to capture the PrintScreen key +. Added -no-printscreen-dlg to suppress the warning if AppleWin failed to capture the PrintScreen key . Changed save-state file persisted to Registry from filename to pathame Fixes: . [Bug #19154] ProDOS Order 2IMG crashing diff --git a/AppleWin/help/CommandLine.html b/AppleWin/help/CommandLine.html index 1327c865..23f83946 100644 --- a/AppleWin/help/CommandLine.html +++ b/AppleWin/help/CommandLine.html @@ -34,5 +34,7 @@ Enable logging. Creates an AppleWin.log file

-m
Disable DirectSound support

+ -no-printscreen-dlg
+ Suppress the warning message-box if AppleWin fails to capture the PrintScreen key

diff --git a/AppleWin/help/cfg-input.html b/AppleWin/help/cfg-input.html index 0cf13c72..49663739 100644 --- a/AppleWin/help/cfg-input.html +++ b/AppleWin/help/cfg-input.html @@ -26,6 +26,15 @@ joystick X/Y offsets when the joystick is centered. Normally central position is X=127, Y=127 so this adds the trim value for PC joysticks & keyboard (centering). If you are using an analog PC joystick, then you should leave these values at 0. +
  • Allow cursor keys to be read from keyboard: Applicable only in 'Keyboard (cursors)' mode.
  • +
  • NB.
  • + +
  • Auto-fire (all 3 buttons): For each button pressed, the button's state will be toggled when read.
  • +
  • Keyboard auto-centering: When keys used for joystick emulation are released then the joystick will return to the central position.
  • diff --git a/AppleWin/help/img/input.png b/AppleWin/help/img/input.png index cfd0cd0b..6a834a5d 100644 Binary files a/AppleWin/help/img/input.png and b/AppleWin/help/img/input.png differ