home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 531.lha / TurboText_Utils / TTX_Crunch / TTX_Startup.dfn < prev    next >
Encoding:
Text File  |  1991-07-08  |  18.5 KB  |  561 lines

  1.  
  2. /** $VER: TTX_Standard.dfn 1.0 (3.2.91)
  3.  **
  4.  ** This definition file provides equivalents of TurboText's internal defaults.
  5.  **
  6.  ** Written by Martin Taillefer
  7.  **/
  8.  
  9.  
  10. MENUS:
  11.  
  12.   /***************************************************************************
  13.    * The MENUS section describes the menus presented by TurboText along with
  14.    * the commands associated with them.
  15.    *
  16.    * The format for the lines in this section is one of the following:
  17.    *     MENU <menu name>
  18.    *     ITEM <item name> <keyboard shortcut> <command> [command parameters]
  19.    *     BAR
  20.    *     SUB <sub-item name> <keyboard shortcut> <command> [command parameters]
  21.    *     SBAR
  22.    ***************************************************************************/
  23.  
  24.   MENU " Project "
  25.     ITEM "Open..."             "O" OpenFile
  26.     ITEM "Open New..."         "Y" OpenDoc FileReq
  27.     ITEM "Open Packed"         "&" OpenDoc FileReq macro uncrunchpp.ttx
  28.     BAR
  29.     ITEM "Save"                "S" SaveFile
  30.     ITEM "Save As..."          "A" SaveFileAs
  31.     ITEM "Save Recrunched"     ""  ExecArexxMacro Console Rexx:recrunchpp.ttx
  32.     BAR
  33.     ITEM "Clear"               "K" ClearFile
  34.     ITEM "Print"               "P" PrintFile
  35.     ITEM "Info..."             "?" OpenRequester Info
  36.     BAR
  37.     ITEM "Close Window"        "Q" CloseDoc
  38.  
  39.   MENU " Windows "
  40.     ITEM "New"                 "W" OpenDoc
  41.     ITEM "Activate Next"       "0" ActivateNextDoc
  42.     ITEM "Activate Previous"   "1" ActivatePrevDoc
  43.     BAR
  44.     ITEM "Split View"          "\" SplitView Toggle
  45.     ITEM "Toggle View"         "T" SwitchView
  46.     ITEM "Expand View"         ";" SizeView 1
  47.     ITEM "Shrink View"         ":" SizeView -1
  48.     ITEM "Center View"         "'" CenterView
  49.     BAR
  50.     ITEM "Show Calculator..."  "#" ExecTool SCREEN "RUN >NIL: <NIL: TurboText:TTXCalc"
  51.     ITEM "Edit Hex..."         "$" OpenRequester Hex
  52.     ITEM "Show Console..."     "." ExecARexxMacro Console REXX:CmdShell
  53.  
  54.   MENU " Edit "
  55.     ITEM "Mark"                "B" MarkBlk
  56.     ITEM "Cut"                 "X" CutBlk
  57.     ITEM "Copy"                "C" CopyBlk
  58.     ITEM "Paste"               "V" PasteClip
  59.     ITEM "Erase"               "E" DeleteBlk
  60.     BAR
  61.     ITEM "Mark Vertical"       "<" MarkBlk Vertical
  62.     ITEM "Paste Vertical"      ">" PasteClip Vertical
  63.     BAR
  64.     ITEM "Open Clip..."        "!" OpenClip
  65.     ITEM "Save Clip As..."     "_" SaveClip NoBackup
  66.     ITEM "Print Clip"          "*" PrintClip
  67.  
  68.   MENU " Search "
  69.     ITEM "Find..."             "F" OpenRequester Find
  70.     ITEM "Find Next"           "N" Find
  71.     ITEM "Find & Change..."    "/" OpenRequester FindChange
  72.     BAR
  73.     ITEM "Go To Line #..."     "J" Move
  74.     ITEM "Go To Last Change"   "G" MoveLastChange
  75.     ITEM "Go To Auto-Bookmark" "," MoveAutomark
  76.     ITEM "Match Bracket"       "[" MoveMatchBkt
  77.  
  78.   MENU " Macros "
  79.     ITEM "Record Macro"        "R" RecordMacro
  80.     ITEM "Stop Recording"      "H" EndMacro
  81.     ITEM "Play Macro"          "M" PlayMacro 1
  82.     ITEM "Play Many..."        "I" PlayMacro
  83.     BAR
  84.     ITEM "Open Macro..."       "2" OpenMacro
  85.     ITEM "Save Macro As..."    ""  SaveMacro
  86.     BAR
  87.     ITEM "Exec ARexx..."       "3" ExecARexxMacro
  88.  
  89.   MENU " Folds "
  90.     ITEM "Make Fold"           "(" MakeFold
  91.     BAR
  92.     ITEM "Show Fold"           "+" ShowFold
  93.     ITEM "Hide Fold"           "-" HideFold
  94.     ITEM "Unmake Fold"         ")" UnmakeFold
  95.     BAR
  96.     ITEM "Show Nested Folds"   ""  ShowFold Nested
  97.     ITEM "Hide Nested Folds"   ""  HideFold Nested
  98.     ITEM "Unmake Nested Folds" ""  UnmakeFold Nested
  99.     BAR
  100.     ITEM "Show All Folds"      ""  ShowFold All
  101.     ITEM "Hide All Folds"      ""  HideFold All
  102.     ITEM "Unmake All Folds"    ""  UnmakeFold All
  103.  
  104.   MENU " Extras "
  105.     ITEM "Undelete Line"       "D" UndeleteLine
  106.     ITEM "Undo Line"           "Z" UndoLine
  107.     BAR
  108.     ITEM "Center"              "^" Center
  109.     ITEM "Justify"             "=" Justify
  110.     ITEM "Format Paragraph"    "]" FormatParagraph
  111.     BAR
  112.     ITEM "Conv To Upper Case"  "U" Conv2Upper
  113.     ITEM "Conv To Lower Case"  "L" Conv2Lower
  114.     ITEM "Conv Tabs To Spaces" ""  Conv2Spaces
  115.  
  116.   MENU " Prefs "
  117.     ITEM "Display..."          "4" OpenRequester DisplayPrefs
  118.     ITEM "Edit..."             "5" OpenRequester EditPrefs
  119.     ITEM "File..."             "6" OpenRequester FilePrefs
  120.     BAR
  121.     ITEM "Open Prefs..."       "7" OpenPrefs
  122.     ITEM "Save Prefs As..."    "8" SavePrefs
  123.     ITEM "Save As Defaults"    "9" SaveDefPrefs
  124.     BAR
  125.     ITEM "Open Defs..."        "%" OpenDefinitions
  126. #
  127.  
  128.  
  129. KEYBOARD:
  130.  
  131.   /***************************************************************************
  132.    * The KEYBOARD section describes which commands are associated with which
  133.    * keyboard sequences.
  134.    *
  135.    * The format for the lines in this section is:
  136.    *     <keyboard sequence> <command> [command parameters]
  137.    *
  138.    * where: <keyboard sequence> describes a complete sequence of keys to press
  139.    *        to cause a command invocation. The keys can include any key found
  140.    *        on your keyboard. Some keys do not represent simple characters,
  141.    *        you must specify those keys using the following names:
  142.    *
  143.    *           CURSOR_UP  CURSOR_DOWN  CURSOR_RIGHT  CURSOR_LEFT
  144.    *           TAB  ESC  DEL  BACKSPACE  HELP  RETURN  SPACEBAR
  145.    *           ENTER  F1  F2  F3  F4  F5  F6  F7  F8  F9  F10  F11  F12
  146.    *           NP_DEL  NP_DOWN  NP_END  NP_HOME  NP_INS  NP_LEFT  NP_NUML
  147.    *           NP_PGDN  NP_PGUP  NP_PRTSC  NP_RIGHT  NP_SCRL  NP_UP
  148.    *           PAGE_UP  PAGE_DOWN  INSERT  PAUSE  BREAK  HOME  END
  149.    *
  150.    *        In addition, the following key qualifiers can be applied to any
  151.    *        key:
  152.    *
  153.    *           SHIFT  ALT  CTRL  LEFT_AMIGA  NUM_PAD  META  META2
  154.    *           MODE  MODE2  MODELESS  NOREPEAT
  155.    *
  156.    *        <command> [command parameters] can be any of the commands
  157.    *        documented in Appendix A of the user's manual.
  158.    ***************************************************************************/
  159.  
  160.   RETURN             InsertLine
  161.   ENTER              InsertLine NoBreak Indent
  162.   F1                 CorrectWord
  163.   F2                 CompleteTemplate
  164.   F3                 ToggleCharCase
  165.   F4                 SwapChars
  166.   F5                 IconifyWindow Toggle
  167.   CURSOR_UP          MoveUp
  168.   CURSOR_DOWN        MoveDown
  169.   CURSOR_RIGHT       MoveRight
  170.   CURSOR_LEFT        MoveLeft
  171.   HELP               OpenDoc NAME TurboText:Support/TTX_Help.txt
  172.   HOME               MoveSOF
  173.   END                MoveEOF
  174.   INSERT             SetPrefs Overstrike Toggle
  175.   PAGE_UP            MoveUpScr
  176.   PAGE_DOWN          MoveDownScr
  177.  
  178.   CTRL-B             SetPrefs MakeBackups Toggle
  179.   CTRL-C             SetPrefs CorrectCase Toggle
  180.   CTRL-D             ExecARexxString "Insert Date()"
  181.   CTRL-F             SetPrefs FreeForm Toggle
  182.   CTRL-I             SetPrefs AutoIndent Toggle
  183.   CTRL-O             SetPrefs Overstrike Toggle
  184.   CTRL-Q             SetQuoteMode On
  185.   CTRL-R             SetReadOnly Toggle
  186.   CTRL-T             ExecARexxString "Insert Time()"
  187.   CTRL-W             SetPrefs WordWrap Toggle
  188.   CTRL-CURSOR_RIGHT  ShiftRight
  189.   CTRL-CURSOR_LEFT   ShiftLeft
  190.   CTRL-DEL           DeleteLine
  191.  
  192.   ALT-F1             MoveBookmark 1
  193.   ALT-F2             MoveBookmark 2
  194.   ALT-F3             MoveBookmark 3
  195.   ALT-F4             MoveBookmark 4
  196.   ALT-F5             MoveBookmark 5
  197.   ALT-F6             MoveBookmark 6
  198.   ALT-F7             MoveBookmark 7
  199.   ALT-F8             MoveBookmark 8
  200.   ALT-F9             MoveBookmark 9
  201.   ALT-F10            MoveBookmark 10
  202.   ALT-F11            MoveBookmark 11
  203.   ALT-F12            MoveBookmark 12
  204.   ALT-CURSOR_UP      MoveSOF
  205.   ALT-CURSOR_DOWN    MoveEOF
  206.   ALT-CURSOR_RIGHT   MoveEOL
  207.   ALT-CURSOR_LEFT    MoveSOL
  208.   ALT-BACKSPACE      DeleteSOL
  209.   ALT-DEL            DeleteEOL
  210.  
  211.   SHIFT-F1           SetBookmark 1
  212.   SHIFT-F2           SetBookmark 2
  213.   SHIFT-F3           SetBookmark 3
  214.   SHIFT-F4           SetBookmark 4
  215.   SHIFT-F5           SetBookmark 5
  216.   SHIFT-F6           SetBookmark 6
  217.   SHIFT-F7           SetBookmark 7
  218.   SHIFT-F8           SetBookmark 8
  219.   SHIFT-F9           SetBookmark 9
  220.   SHIFT-F10          SetBookmark 10
  221.   SHIFT-F11          SetBookmark 11
  222.   SHIFT-F12          SetBookmark 12
  223.   SHIFT-CURSOR_UP    MoveUpScr
  224.   SHIFT-CURSOR_DOWN  MoveDownScr
  225.   SHIFT-CURSOR_RIGHT MoveNextWord
  226.   SHIFT-CURSOR_LEFT  MovePrevWord
  227.   SHIFT-BACKSPACE    DeleteSOW
  228.   SHIFT-DEL          DeleteEOW
  229.   SHIFT-TAB          MovePrevTabStop
  230. #
  231.  
  232.  
  233. HOT_KEYS:
  234.  
  235.   /***************************************************************************
  236.    * The HOT_KEYS section describes which commands are associated with special
  237.    * "hot key" sequences. These sequences can be invoked from within any
  238.    * application, and will automatically be picked up by TurboText.
  239.    *
  240.    * The format for the lines in this section is:
  241.    *     <keyboard sequence> <command> [command parameters]
  242.    *
  243.    * where: <keyboard sequence> describes a complete sequence of keys to press
  244.    *        to cause a hot key command invocation. The keys can include any key
  245.    *        found on your keyboard. Some keys do not represent simple
  246.    *        characters, you must specify those keys using the following names:
  247.    *
  248.    *           CURSOR_UP  CURSOR_DOWN  CURSOR_RIGHT  CURSOR_LEFT
  249.    *           TAB  ESC  DEL  BACKSPACE  HELP  RETURN  SPACEBAR
  250.    *           ENTER  F1  F2  F3  F4  F5  F6  F7  F8  F9  F10  F11  F12
  251.    *           NP_DEL  NP_DOWN  NP_END  NP_HOME  NP_INS  NP_LEFT  NP_NUML
  252.    *           NP_PGDN  NP_PGUP  NP_PRTSC  NP_RIGHT  NP_SCRL  NP_UP
  253.    *           PAGE_UP  PAGE_DOWN  INSERT  PAUSE  BREAK  HOME  END
  254.    *
  255.    *        In addition, the following key qualifiers can be applied to any
  256.    *        key:
  257.    *
  258.    *           SHIFT  ALT  CTRL  LEFT_AMIGA  NUM_PAD
  259.    *
  260.    *        <command> [command parameters] can be one of:
  261.    *
  262.    *           SetBackground OFF
  263.    *           OpenDoc
  264.    *           OpenDoc FileReq
  265.    *           Screen2Front
  266.    *           ActivateLastDoc
  267.    ***************************************************************************/
  268.  
  269.   CTRL-ALT-A  ActivateLastDoc
  270.   CTRL-ALT-O  OpenDoc FileReq
  271.   CTRL-ALT-S  Screen2Front
  272.   CTRL-ALT-U  SetBackground OFF
  273.   CTRL-ALT-W  OpenDoc
  274. #
  275.  
  276.  
  277. MOUSE_BUTTONS:
  278.  
  279.   /***************************************************************************
  280.    * The MOUSE_BUTTONS section describes which commands are associated with
  281.    * the six supported mouse button sequences.
  282.    *
  283.    * The format for the lines in this section is:
  284.    *     <mouse sequence> <command> [command parameters]
  285.    *
  286.    * where: <mouse sequence> is one of the six available mouse sequences:
  287.    *
  288.    *           LEFTMIDDLE   - depress left button and click middle button
  289.    *           LEFTRIGHT    - depress left button and click right button
  290.    *           MIDDLELEFT   - depress middle button and click left button
  291.    *           MIDDLERIGHT  - depress middle button and click right button
  292.    *           DOUBLELEFT   - double click the left button
  293.    *           DOUBLEMIDDLE - double click the middle button
  294.    *
  295.    *        <command> [command parameters] can be any of the commands
  296.    *        documented in the Appendix A of the user's manual.
  297.    *
  298.    *        Note that the standard Amiga mouse does not have a middle button,
  299.    *        which implies the LEFTMIDDLE, MIDDLELEFT, MIDDLERIGHT and
  300.    *        DOUBLEMIDDLE sequences are not available unless a special three
  301.    *        button mouse is being used. Additionally, the middle mouse button
  302.    *        is only supported by AmigaDOS 2.0 and beyond.
  303.    ***************************************************************************/
  304.  
  305.   DOUBLELEFT    MarkBlk
  306.   DOUBLEMIDDLE  MarkBlk Vertical
  307.   LEFTRIGHT     MoveAutomark
  308.   LEFTMIDDLE    MakeFold
  309.   MIDDLERIGHT   ToggleFold
  310. #
  311.  
  312.  
  313. DICTIONARY:
  314.  
  315.   /***************************************************************************
  316.    * The DICTIONARY section is a simple list of words used by TurboText's
  317.    * advanced Case Correction and Word Correction features. Simply enumerate
  318.    * all the words you wish to have TurboText know about, one per line.
  319.    ***************************************************************************/
  320.  
  321. #
  322.  
  323.  
  324. TEMPLATES:
  325.  
  326.   /***************************************************************************
  327.    * The TEMPLATES section is a simple table used by TurboText's advanced
  328.    * Template completion feature. Simply list all the templates you wish
  329.    * TurboText know about, one template per line. The special character sequence
  330.    * *n is used whenever you wish to have TurboText enter a <RETURN> character
  331.    * in the template. The special character _ indicates that the cursor should
  332.    * be positioned on the following character after the template has been
  333.    * inserted.
  334.    ***************************************************************************/
  335.   "David Dunn@"
  336.   "Welsh Road, Apt. I-106@"
  337.   "Philadelphia@"
  338. #
  339.  
  340.  
  341. TEXT_STRINGS:
  342.  
  343.   /***************************************************************************
  344.    * The TEXT_STRINGS section is a simple text table containing all the
  345.    * text used by TurboText. Any line of this table can be changed to present
  346.    * different text. This is meant mainly for internationalizing TurboText by
  347.    * providing text tables in various languages.
  348.    *
  349.    * The special character _ is used to indicate that the next character
  350.    * should be used as a keyboard shortcut. This is only applicable when a
  351.    * text string is associated with a gadget.
  352.    *
  353.    * The lines in this table should be kept to reasonable lengths, otherwise
  354.    * the screen formatting will suffer.
  355.    ***************************************************************************/
  356.  
  357.   "_Use"                   /* used for positive responses */
  358.   "_Cancel"                /* used for negative responses */
  359.  
  360.   /* Display Prefs requester */
  361.   "Display Prefs"          /* title */
  362.   "_Display Type"
  363.   "Workbench|2 Color Screen|4 Color Screen|2 Color Lace Screen|4 Color Lace Screen|2 Color LoRes Screen|4 Color LoRes Screen"
  364.   "Screen _Width"
  365.   "Screen _Height"
  366.   "Clone Workbench Si_ze"
  367.   "Font _Name"
  368.   "Font _Size"
  369.   "_Red"
  370.   "_Green"
  371.   "_Blue"
  372.   "Select New _Font..."
  373.   "Select Font to Use"
  374.  
  375.   /* Edit Prefs requester */
  376.   "Edit Prefs"             /* title */
  377.   "_Auto-Indent"
  378.   "Corr_ect Case"
  379.   "_Free Form"
  380.   "_Overstrike"
  381.   "_Strip EOL Blanks"
  382.   "_TAB --> Spaces"
  383.   "T_ranslate CRs"
  384.   "_Word Wrap"
  385.   "TAB Wi_dth"
  386.   "Right _Margin"
  387.   "Fold _Indent"
  388.   "ARe_xx Console"
  389.   "S_how End Of File"
  390.   "Show End Of _Lines"
  391.   "Show S_paces"
  392.   "Show Ta_bs"
  393.  
  394.   /* File Prefs requester */
  395.   "File Prefs"             /* title */
  396.   "_Load/Save Project Icons"
  397.   "_Icon Tool"
  398.   "_Auto-Save"
  399.   "Auto-Save _Delay"
  400.   "Confirm Auto-_Saves"
  401.   "_Make Backups"
  402.   "Ma_x Backup Versions"
  403.   "_Backup Template"
  404.   "_Print Device"
  405.  
  406.   /* Find and Change requester */
  407.   "Find"                   /* title for Find requester          */
  408.   "Find & Change"          /* title for Find & Change requester */
  409.   "_Find"                  /* Find text gadget                  */
  410.   "_Change"                /* Change text gadget                */
  411.   "Find _Next"
  412.   "C_hange"
  413.   "Change _All"
  414.   "_Ignore Accents"
  415.   "I_gnore Case"
  416.   "_Only Whole Words"
  417.   "_Scan Backwards"
  418.   "Replaced "
  419.  
  420.   /* File requester */
  421.   "<ASGN> "                /* used to indicate logical assignments    */
  422.   "<DRW> "                 /* used to indicate drawers (directories)  */
  423.   "<VOL> "                 /* used to indicate volumes with no device */
  424.   "P_attern"               /* Pattern text gadget                     */
  425.   "_Drawer"
  426.   "_File"
  427.   "_Volumes"
  428.   "_Parent"
  429.   "_Open"                  /* positive gadget in file requester      */
  430.   "Select File to Open as Clip"
  431.   "Select File to Open"
  432.   "Select File to Open as Macro"
  433.   "Select File to Open as Prefs"
  434.   "Select File to Open as Definitions"
  435.   "_Save"                  /* positive gadget in file requester      */
  436.   "Select FIle to Save as Clip"
  437.   "Select File to Save"
  438.   "Select File to Save as Macro"
  439.   "Select File to Save as Prefs"
  440.   "_Exec"                  /* positive gadget in file rwquester      */
  441.   "Select File to Execute as ARexx Macro"
  442.  
  443.   /* Info requester */
  444.   "TurboText Information"      /* title */
  445.   "ARexx port name"
  446.   "Visible lines"
  447.   "Folded lines"
  448.   "Total lines"
  449.   "Characters"
  450.   "Average chars/line"
  451.   "Available memory"
  452.  
  453.   /* Various simple requesters */
  454.   "Go To Line # ?"
  455.   "Play How Many?"
  456.   "Printing..."
  457.   "Hex View"
  458.  
  459.   /* Yes/No requesters */
  460.   "_Yes"
  461.   "_Cancel"
  462.   "_OK"
  463.   "_Continue"
  464.   "_Abort"
  465.   "TurboText Confirmation Request"
  466.   "     Open without saving changes?"
  467.   "    Clear without saving changes?"
  468.   "    Close without saving changes?"
  469.   "Discard file?"
  470.   "WARNING: File cannot be recovered"
  471.   "Attempt to create backup file as"
  472.   "failed. Save anyway?"
  473.   "Auto-save request for"
  474.   "Save this file?"
  475.   "Incorrect Def. File Format"
  476.   "on line #"
  477.   " in file"
  478.   "TurboText Memory Panic!"
  479.   "  No memory for requested operation!"
  480.   "TurboText Screen"
  481.   "Trying to close TurboText screen,"
  482.   "please close all non-TurboText"
  483.   "windows on this screen."
  484.  
  485.   /* ASCII parser errors */
  486.   "Invalid command specification"
  487.   "Invalid keyboard sequence"
  488.   "Invalid mouse sequence"
  489.   "Unknown MENUS directive"
  490.   "Incorrect MENU specification"
  491.   "Incorrect ITEM specification"
  492.   "Incorrect SUB specification"
  493.   "Incorrect Hot Key command"
  494.   "Templates must start with a letter"
  495.  
  496.   /* TurboText general errors */
  497.   " Not enough memory!"
  498.   " Hit document boundary!"
  499.   " Not found!"
  500.   " Not on {,[,(,},] or ) !"
  501.   " More '?' in 'Change' than in 'Find'!"
  502.   " User requested abort!"
  503.   " Not allowed in read-only mode!"
  504.   " Not currently recording!"
  505.  
  506.   " No block marked!"
  507.   " Clipboard device not found!"
  508.   " Clipboard is empty!"
  509.   " Clipboard does not contain text!"
  510.   " Clipboard I/O error!"
  511.  
  512.   " ARexx process or library not found!"
  513.  
  514.   " Bookmark not set!"
  515.   " Bookmark not found!"
  516.  
  517.   " No fold on current line!"
  518.   " Already a fold on current line!"
  519.   " No macro to play!"
  520.  
  521.   " Template or word not found!"
  522.   " Not enough characters for Comp.Temp.!"
  523.   " Too many characters!"
  524.  
  525.   " Illegal while recording!"
  526.  
  527.   " Illegal command or arguments!"
  528.   " Cmd only allowed in ARexx macros!"
  529.  
  530.   " Loading..."
  531.   " Saving..."
  532.   " Printing..."
  533.   " Searching..."
  534.   " Working..."
  535.   " Bookmark set"
  536.  
  537.   " Couldn't execute tool!"
  538.   " ARexx error"
  539.   " Load error"
  540.   " Save error"
  541.   " Print error"
  542.   " Backup error"
  543.   " - not saved!"
  544.   "DOS code "
  545.  
  546.   "bBcCfFiImMoOrRwW"   /* for status area */
  547. #
  548.  
  549.  
  550. LINKS:
  551.  
  552.   /***************************************************************************
  553.    * The LINKS section is a simple list of extra definition files to read
  554.    * in addition to this one. The files specified here are treated just like
  555.    * if their contents was included within this definition file directly.
  556.    * The way this operates is identical to the C programming language's
  557.    * INCLUDE directive.
  558.    ***************************************************************************/
  559.    "Turbotext:support/TTX_PCNumPad.dfn"
  560. #
  561.