Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>keyload</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  KEYLOAD

  .  Summary

  keyload(str <fname>, int <table>);

  .  Description

  The keyload function is used to load a keyboard macro definition
  file into Telix. <fname> is the name of the definition file (if no
  extension is given, .KEY is assumed). Telix always keeps two defini-
  tion tables in memory, a relatively constant user table, and a ter-
  minal table which changes with each different terminal and holds the
  proper key assignments for that terminal. If <table> is 0, then the
  definitions are loaded into the user table. If <table> is 1, the
  definitions are loaded into the terminal table.

  .  Return Value

  A value of -1 is returned if there are problems loading the key
  file, otherwise a non-zero (TRUE) value is returned.

  .  Example

  keyload("SPECIAL", 0);

See Also: keysave keyget keyset ASCII table keyboard Key Codes

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