home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1B / DATAFILE_PDCD1B.iso / _gutenburg / gutenberg / etext90 / _stronged / modes / cconcepts < prev    next >
Text File  |  1994-06-11  |  3KB  |  98 lines

  1.  
  2. # Description of the "CConcepts" mode
  3. # This mode implements changes to the keys used in StrongED to match
  4. # to some extent the ones chosen by CC in Impression.
  5.  
  6. # Written by Dag Håkon Myrdal (dhmyrdal@pvv.unit.no)
  7.  
  8. KeyList
  9. #    ^A 1        DeleteRight
  10. #    ^A 2        MarkWord  CB_Copy  MarkWord  BlockDelete
  11. #    ^A 3        MarkLine  CB_Copy  MarkLine  BlockDelete
  12.     ^B        InsertStr("{BaseStyle on}")
  13.     ^C        CB_Copy  BlockClear
  14.     ^D 1        MarkWord CB_Copy MarkWord BlockDelete
  15.     ^E        InsertStr("{Kern+}")
  16.     ^F        InsertStr("{Spell}")
  17.     ^G        InsertStr("{NextFrame}")
  18.     ^H        DeleteLeft
  19.     ^I        CreateView    #should have been insertframe...
  20.     ^J        InsertStr("{VKern+}")
  21.     ^K        BlockDelete
  22.     ^L        DeleteLine
  23.     ^N        PageDown
  24.     ^O        BlockMark_Continous InsertStr("{Toggle Frame outline}") 
  25.     ^P        PageUp
  26.     ^Q 1        MarkWord
  27.     ^Q 2        MarkToEnd_tl
  28.     ^Q 3        MarkLine
  29.     ^Q 4        MarkText
  30.     ^R        InsertStr("{Kern-}")
  31.     ^S        SwapcaseChar
  32.     ^T        MarkText
  33.     ^U        InsertStr("{VKern-}")
  34.     ^V        CB_Paste
  35.     ^W        MarkWord
  36.     ^X        CB_Copy  BlockDelete
  37.     ^Z 1        BlockClear
  38.     ^Z 2        CB_Purge
  39.     ^@        StartOfTLine  MarkToEnd_tl
  40.  
  41.     ^⇧A        BlockMark_Continous InsertStr("{AlterChapter}") 
  42.     ^⇧B        NextView    #should have been "put to back"
  43.     ^⇧C        KillView
  44.     ^⇧D 1        DateAndTime("%DY.%MN.%YR")
  45.     ^⇧D 2        DateAndTime ("%24:%MI")
  46.     ^⇧E        InsertStr("{Ruler }")
  47.     ^⇧F        InsertStr("{EmbedFrame}")
  48.     ^⇧G        GotoLine
  49.     ^⇧H        InsertStr("•")
  50.     ^⇧I        InsertStr("{tab}")
  51.     ^⇧J        InsertStr("{Script Super}")
  52.     ^⇧K        InsertStr("{Script Sub}")
  53.     ^⇧L        InsertStr("{LineSpacing}")
  54.     ^⇧N        InsertStr("{New ruler }")
  55.     ^⇧P        BlockMark_Continous InsertStr("{toggle PageRulers}") 
  56.     ^⇧Q        Transpose(-1)
  57.     ^⇧R        BlockMark_Continous InsertStr("{InsertRepeatFrame}") 
  58.     ^⇧S 1        InsertStr("{fontsize}")
  59.     ^⇧S 2        InsertStr("{font}")
  60.     ^⇧T        SaveText
  61.     ^⇧U        InsertStr("{underline}")
  62.     ^⇧W        GotoLine
  63.     ^⇧Z        KillView
  64.     ^⇧_        InsertStr("—")
  65.  
  66. #    ^⇧C        BlockCopy
  67.     ^⇧V        BlockMove
  68. #    ^⇧X        BlockDelete
  69. #    ^⇧Z        BlockClear
  70.  
  71.     Insert        CB_Paste
  72.     BackSpace    DeleteLeft
  73.     Delete        DeleteLeft
  74.     Copy        DeleteRight
  75.     PgUp        PageUp
  76.     PgDown        PageDown
  77.     Home        StartOfText
  78.     Print        Print
  79. #    ⇧Print        PrintBlock
  80.  
  81.     F1 1        InsertStr("{\"Main Heading\" on}")
  82.     F1 2        InsertStr("{\"Main Heading\"}")
  83.     F2 1        InsertStr("{\"Sub-Heading\" on}")
  84.     F2 2        InsertStr("{\"Sub-Heading\"}")
  85.     F5        InsertStr("{justify left}")
  86.     F6        InsertStr("{justify centre}")
  87.     F7        InsertStr("{justify right}")
  88.     F8        InsertStr("{justify full}")
  89.     F9 1        InsertStr("{\"Italic\" on}")
  90.     F9 2        InsertStr("{\"Italic\"}")
  91.     F10 1        InsertStr("{\"Index\" on}")
  92.     F10 2        InsertStr("{\"Index\"}")
  93.     ^⇧F4 1        InsertStr("{\"Bold\" on}")
  94.     ^⇧F4 2        InsertStr("{\"Bold\"}")
  95.     ^⇧F10 1        InsertStr("{\"Hanging indent\" on}")
  96.     ^⇧F10 2        InsertStr("{\"Hanging indent\"}")
  97. End
  98.