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>keysave</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  KEYSAVE

  .  Summary

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

  .  Description

  The keysave function is used to save the current macro key text def-
  initions to a disk file. <fname> is the file to save the definitions
  to, and if no extension is given, ".KEY" is added. Telix always
  keeps two key definition tables in memory, a relatively constant
  user table, and a terminal table which changes with each different
  terminal and holds the proper key assignments for that terminal. If
  <table> is 0, then the definitions from the user table are saved. If
  <table> is 1, the definitions from the terminal table are saved.

  .  Return Value

  A value of -1 is returned if there is a problem writing to the file,
  otherwise a non-zero (TRUE) value is returned.


See Also: keyload keyget keyset ASCII table keyboard Key Codes

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