home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.9 / 1997-12_Disc_3.9_No._1.bin / ZGI_DEMO / DATA / ZKEYS.INI < prev   
INI File  |  1997-07-17  |  474b  |  28 lines

  1. ; ZGI Keyboard Input Mapping
  2. ; Specify the Windows Keycodes for the engine's keyboard interactions
  3. ; The Modifier key must be pressed along with the main keycode. 
  4. ; The Modifier can be "Control", "Shift", or "None"
  5. ; Note: 'Yes' and 'No' cannot take Modifiers.
  6.  
  7. [Save]
  8. Keycode=83
  9. Modifier=Control
  10.  
  11. [Restore]
  12. Keycode=82
  13. Modifier=Control
  14.  
  15. [Prefs]
  16. Keycode=80
  17. Modifier=Control
  18.  
  19. [Quit]
  20. Keycode=81
  21. Modifier=Control
  22.  
  23. [Yes]
  24. Keycode=89
  25.  
  26. [No]
  27. Keycode=78