home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / wp / blackbrd.zip / BBC.DOC < prev    next >
Text File  |  1987-03-09  |  3KB  |  99 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. 6.51     Version numbers match BB version to some degree. This
  32.      version "really" works!
  33.  
  34. 6.45     Almost fixed key compiler again. Close, but no cigar.
  35.  
  36. 1.3      Almost fixed, but nooooo!
  37.  
  38. 1.2      This version was developed with new "C" compiler.  A
  39.      "bug" in the C compiler (*s1++ == *s2++) made it so that
  40.      it didn't quite work!
  41.  
  42. 1.1      First version. I believe it works with older versions
  43.      of Blackbeard.
  44.  
  45. Key binding File
  46.  
  47.    Blackbeard keeps a key binding file that will allow you to
  48. redefine the keystrokes: Blackbeard looks in the current
  49. subdirectory for a file named BB.KEY.  This file defines the
  50. keyboard binding.  If there is not a file named BB.KEY in the
  51. current subdirectory, Blackbeard will look in the BB DOS
  52. environment subdirectory for this file, if it is found it will
  53. use the filename supplied with the symbol.  This will let you
  54. keep one key binding file and use Blackbeard from any disk or
  55. directory.
  56.  
  57.    See the OPTIONS/SETTINGS/KEYS menu for the read and save key
  58. bindings commands.  These commands will request a filename and
  59. default to the current path and BB.KEY filename if none is
  60. given.
  61.  
  62.  KEY BINDING
  63.  
  64.    Every key on the keyboard (with a few exceptions such as ^)
  65. can be bound to function by creating a key binding file.  This
  66. file is a text file with each line having a key name and a
  67. function name.  BBKEYS.TXT is the default key binding file.
  68. BBC.EXE creates a compiled binding from this text file.  To
  69. rebind keys do the following:
  70.  
  71.    1. Edit the key binding file using Blackbeard.
  72.    2. Run the compiler with the following command.
  73.  
  74.       BBC BBKEYS.TXT NEW.KEY
  75.  
  76.       The first file is your text key binding file. The second
  77.       file is the name of your compiled file.
  78.  
  79.    3. Run Blackbeard and use this key file by naming it bb.key
  80.       or reading it using the read bindings command. NOTE:
  81.       running BBC in the DOS window and reading the key binding
  82.       file allows you to dynamically rebind keys inside
  83.       Blackbeard.
  84.  
  85. Commands
  86.  
  87.       SHOW BINDINGS  (α2)
  88.      Displays the current key to function bindings.
  89.  
  90.       WRITE BINDINGS
  91.      Writes the key bindings to the specified file. If no
  92.      filename is given BB.KEY is used.
  93.  
  94.       READ BINDINGS
  95.      Read the key bindings from the specified file. If no
  96.      filename is given BB.KEY is used.
  97.  
  98.  
  99.