mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Add p-System Keyboard Usage to User Guide
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
$define{doc_ver}{Version 3.5}$
|
||||
$define{doc_product}{RomWBW}$
|
||||
$define{doc_root}{https://github.com/wwarthen/RomWBW/raw/dev/Doc}$
|
||||
$define{file_root}{https://github.com/wwarthen/RomWBW/raw/master}$
|
||||
$define{doc_root}{$file_root$/Doc}$
|
||||
$ifndef{doc_title}$ $define{doc_title}{Document Title}$ $endif$
|
||||
$ifndef{doc_author}$ $define{doc_author}{Wayne Warthen}$ $endif$
|
||||
$define{doc_date}{$date{%d %b %Y}$}$
|
||||
|
||||
@@ -2628,7 +2628,19 @@ selecting slice 0 of the corresponding hard disk unit at
|
||||
the RomWBW Boot Loader prompt. Do not attempt to use
|
||||
CP/M slices on the same disk.
|
||||
|
||||
Refer to the ReadMe.txt file in Source/pSys for more details.
|
||||
Due to limitations in the p-System configuration mechanism, it does
|
||||
not recognize the arrow keys of an ANSI Terminal. To work around
|
||||
this, the following control keys have been defined:
|
||||
|
||||
| Function | Key |
|
||||
|------------|------------|
|
||||
| Up | ctrl+E |
|
||||
| Down | ctrl+X |
|
||||
| Left | ctrl+S |
|
||||
| Right | ctrl+D |
|
||||
|
||||
Refer to [Source/pSys/ReadMe.txt]($file_root$/Source/pSys/ReadMe.txt)
|
||||
for more details about the p-System adaptation.
|
||||
|
||||
#### Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user