home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc2 / dialv23.lzh / KEYDFNS.INC < prev    next >
Text File  |  1985-08-03  |  1KB  |  48 lines

  1.  
  2. {********* This file is an "include" file to be used with DIAL.PAS. *********}
  3.  
  4.  
  5.   Key_Help          = $00;      {Grey key scan code definitins}
  6.   Key_Do            = $01;
  7.   Key_Compose       = $02;
  8.   Key_PrintScreen   = $03;
  9.   Key_F4            = $05;
  10.   Key_Interrupt     = $07;
  11.   Key_Resume        = $09;
  12.   Key_Cancel        = $0B;
  13.   Key_MainScreen    = $0D;
  14.   Key_Exit          = $0F;
  15.   Key_AddtnlOptions = $11;
  16.   Key_F17           = $13;
  17.   Key_F18           = $15;
  18.   Key_F19           = $17;
  19.   Key_F20           = $19;
  20.   Key_Find          = $1B;
  21.   Key_InsertHere    = $1D;
  22.   Key_Remove        = $1F;
  23.   Key_Select        = $21;
  24.   Key_PrevScreen    = $23;
  25.   Key_NextScreen    = $25;
  26.   Key_UpArrow       = $27;
  27.   Key_DownArrow     = $29;
  28.   Key_RightArrow    = $2B;
  29.   Key_LeftArrow     = $2D;
  30.   Key_Keypad0       = $2F;
  31.   Key_Keypad1       = $32;
  32.   Key_Keypad2       = $35;
  33.   Key_Keypad3       = $38;
  34.   Key_Keypad4       = $3B;
  35.   Key_Keypad5       = $3E;
  36.   Key_Keypad6       = $41;
  37.   Key_Keypad7       = $44;
  38.   Key_Keypad8       = $47;
  39.   Key_Keypad9       = $4A;
  40.   Key_KeypadDash    = $4D;
  41.   Key_KeypadComma   = $50;
  42.   Key_KeypadPeriod  = $53;
  43.   Key_KeypadEnter   = $56;
  44.   Key_KeypadPF1     = $59;
  45.   Key_KeypadPF2     = $5C;
  46.   Key_KeypadPF3     = $5F;
  47.   Key_KeypadPF4     = $62;
  48.