home *** CD-ROM | disk | FTP | other *** search
/ PC Play 2 (Suomi) / PCPLAY2_1.ISO / demos / zork / data / zkeys.ini < prev   
Encoding:
INI File  |  1997-10-13  |  631 b   |  45 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. [Version]
  20. Keycode=86
  21. Modifier=Control
  22.  
  23. [Quit]
  24. Keycode=81
  25. Modifier=Control
  26.  
  27. [Swap]
  28. Keycode=88
  29. Modifier=Control
  30.  
  31. [Disconnect]
  32. Keycode=87
  33. Modifier=Control
  34.  
  35. [Yes]
  36. Keycode=89
  37.  
  38. [No]
  39. Keycode=78
  40.  
  41. [Cancel]
  42. Keycode=27
  43.  
  44.