Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BHELP On-Line: CBRIEF Macro Help - inq_assignment (convert_str, [convert_to_key]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
inq_assignment (convert_str, [convert_to_key])

     Usage: Converts back and forth from command names to key
            assignments.

Parameters: To convert from a key sequence to a command name,
            convert_str .string. contains the key sequence (see
            Key Table), and convert_to_key .int. is 0 or omitted.
            To convert from a command name to a key sequence,
            convert_str contains the command name, and convert_to_key
            is non-0.

   Returns: A string containing the desired conversion.
            For key sequence to command: the name of the command; OR
            "nothing" if no command is assigned; OR "ambiguous" if
            there is more than key sequence starting with the convert_str.
            For command to key sequence: a list of the valid
            key sequences for the command.  The list elements
            are formatted with the following separators:

              <-or>     Separates different ways of specifying
                        a single key.
              <-and>    Separates keys in a multi-key sequence.
              <-also>   Separates multiple (different) key sequences.

            See manual for more detail.

See Also: assign_to_key key_to_int key_to_int Key Table

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson