home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / frodo / Docs / keyboard_h < prev    next >
Text File  |  1995-09-18  |  2KB  |  114 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Keyboard layout</TITLE>
  4. </HEAD>
  5. <BODY>
  6.  
  7. <H1>Keyboard layout</H1>
  8.  
  9. <HR>
  10.  
  11. The keyboard layout closely resembles that of a real C64. The individual
  12. rows of the keyboard are mapped as follows (american keyboard):
  13.  
  14. <PRE>
  15. <- 1 2 3 4 5 6 7 8 9 0 + -
  16.     Q W E R T Y U I O P @ *
  17.     A S D F G H J K L : ;
  18.      Z X C V B N M , . /
  19. </PRE><P>
  20.  
  21. In addition, the following keys are used:
  22.  
  23. <PRE>
  24.  Esc        - RUN/STOP
  25.  Backspace  - INS/DEL
  26.  Return     - RETURN
  27.  Enter      - RETURN
  28.  Shift keys - SHIFT
  29.  Caps lock  - SHIFT LOCK
  30.  F1-F8      - F1-F8
  31. </PRE><P>
  32.  
  33. Special keys under BeOS:
  34.  
  35. <PRE>
  36.  \          - ^
  37.  Insert     - Shift-INS/DEL
  38.  Delete     - INS/DEL
  39.  Home       - CLR/HOME
  40.  End        - £
  41.  Page Up    - £
  42.  Page Down  - =
  43.  Menu Keys  - C=
  44.  Ctrl Left  - CTRL
  45.  Ctrl Right - C=
  46.  F11        - RESTORE
  47.  F12        - C64 Reset
  48. </PRE><P>
  49.  
  50. Special keys under Unix:
  51.  
  52. <PRE>
  53.  \          - ^
  54.  Insert     - Shift-INS/DEL
  55.  Delete     - INS/DEL
  56.  Home       - CLR/HOME
  57.  End        - £
  58.  Page Up    - ^
  59.  Page Down  - =
  60.  Alt Keys   - C=
  61.  Ctrl Left  - CTRL
  62.  Ctrl Right - C=
  63.  F9         - Start SAM
  64.  F10        - Quit Frodo
  65.  F11        - RESTORE
  66.  F12        - C64 Reset
  67. </PRE><P>
  68.  
  69. Special keys under AmigaOS:
  70.  
  71. <PRE>
  72.  \          - £
  73.  Delete     - CLR/HOME
  74.  ( (keypad) - ^
  75.  ) (keypad) - =
  76.  Alt Keys   - C=
  77.  Ctrl       - CTRL
  78.  F9         - RESTORE
  79.  F10        - C64 Reset
  80. </PRE><P>
  81.  
  82. So the famous key combination RUN/STOP-RESTORE must be typed as Esc-F11 (Esc-F9 under AmigaOS).
  83. But you don't have to thrash the F11 key the same way as the RESTORE key on
  84. the original C64. <TT>:-)</TT><P>
  85.  
  86. The cursor (arrow) keys work as expected. I.e. "cursor up" corresponds to
  87. "Shift-cursor down" on the C64. The same applies to the function keys F2,
  88. F4, F6 and F8.
  89.  
  90. The numerical keypad emulates a joystick in port 1 or 2, depending on the
  91. state of the Num Lock (Num Lock off: port 2, Num Lock on: port 1):<P>
  92.  
  93. <PRE>
  94.    7    8    9
  95.         ^
  96.         |
  97.    4    5    6
  98.   <-- Fire  -->
  99.         |
  100.         v
  101.    1    2    3
  102.  
  103.    0
  104.  Fire
  105. </PRE><P>
  106.  
  107. The '+' and '-' keys on the numerical keypad increase and decrease the
  108. "Draw every n-th frame" setting on the fly. The '*' on the numerical keypad
  109. toggles the "Limit Speed" option. The '/' on the numerical keypad toggles
  110. the processor-level 1541 emulation.
  111.  
  112. </BODY>
  113. </HTML>
  114.