home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / wp3 / blkbrd74.lzh / BBC.DOC < prev    next >
Text File  |  1987-05-27  |  3KB  |  101 lines

  1.                 ██████████
  2.               ██████████████
  3.              ███ · ████ · ███
  4.               ██████████████
  5.               ██████  ██████
  6.                ████████████
  7.                  ████████
  8.                 ██││││││██
  9.                  ████████
  10.              ██▄          ▄██
  11.               ▀██▄      ▄██▀
  12.                 ▀██▄  ▄██▀
  13.                   ▀████▀
  14.                   ▄████▄
  15.                 ▄██▀  ▀██▄
  16.               ▄██▀      ▀██▄
  17.              ██▀          ▀██
  18.  
  19.               ┌────────────┐
  20.               │ BLACKBEARD │
  21.               └────────────┘
  22.  
  23.               User Supported Software
  24.  
  25.  
  26.                VERSION LOG
  27.              BLACKBEARD KEY COMPILER
  28.  
  29. version  remarks
  30. ----------------------------------------------------------------
  31. 7.30     New C compiler. Fix to menu bug (not apparent).
  32.  
  33. 6.51     Version numbers match BB version to some degree. This
  34.      version "really" works!
  35.  
  36. 6.45     Almost fixed key compiler again. Close, but no cigar.
  37.  
  38. 1.3      Almost fixed, but nooooo!
  39.  
  40. 1.2      This version was developed with new "C" compiler.  A
  41.      "bug" in the C compiler (*s1++ == *s2++) made it so that
  42.      it didn't quite work!
  43.  
  44. 1.1      First version. I believe it works with older versions
  45.      of Blackbeard.
  46.  
  47. Key binding File
  48.  
  49.    Blackbeard keeps a key binding file that will allow you to
  50. redefine the keystrokes: Blackbeard looks in the current
  51. subdirectory for a file named BB.KEY.  This file defines the
  52. keyboard binding.  If there is not a file named BB.KEY in the
  53. current subdirectory, Blackbeard will look in the BB DOS
  54. environment subdirectory for this file, if it is found it will
  55. use the filename supplied with the symbol.  This will let you
  56. keep one key binding file and use Blackbeard from any disk or
  57. directory.
  58.  
  59.    See the OPTIONS/SETTINGS/KEYS menu for the read and save key
  60. bindings commands.  These commands will request a filename and
  61. default to the current path and BB.KEY filename if none is
  62. given.
  63.  
  64.  KEY BINDING
  65.  
  66.    Every key on the keyboard (with a few exceptions such as ^)
  67. can be bound to function by creating a key binding file.  This
  68. file is a text file with each line having a key name and a
  69. function name.  BBKEYS.TXT is the default key binding file.
  70. BBC.EXE creates a compiled binding from this text file.  To
  71. rebind keys do the following:
  72.  
  73.    1. Edit the key binding file using Blackbeard.
  74.    2. Run the compiler with the following command.
  75.  
  76.       BBC BBKEYS.TXT NEW.KEY
  77.  
  78.       The first file is your text key binding file. The second
  79.       file is the name of your compiled file.
  80.  
  81.    3. Run Blackbeard and use this key file by naming it bb.key
  82.       or reading it using the read bindings command. NOTE:
  83.       running BBC in the DOS window and reading the key binding
  84.       file allows you to dynamically rebind keys inside
  85.       Blackbeard.
  86.  
  87. Commands
  88.  
  89.       SHOW BINDINGS  (α2)
  90.      Displays the current key to function bindings.
  91.  
  92.       WRITE BINDINGS
  93.      Writes the key bindings to the specified file. If no
  94.      filename is given BB.KEY is used.
  95.  
  96.       READ BINDINGS
  97.      Read the key bindings from the specified file. If no
  98.      filename is given BB.KEY is used.
  99.  
  100.  
  101.