home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / CHINESE / ZIPFILES / NJSTAR20.ZIP / EMACS.KEY < prev    next >
Encoding:
Text File  |  1991-10-09  |  4.3 KB  |  162 lines

  1. * this is a comment line
  2. *------------------------------------
  3. * EMACS defination for NJSTAR V1.20
  4. *------------------------------------
  5. * ^ = CTRL    @ = ALT    # = SHIFT
  6. *
  7. *------------------------------------
  8. *MetaKey - two key commands
  9. *------------------------------------
  10. * ctrl-x is used for meta key
  11. * but can be defined to other key
  12. * Keys go with Meta:
  13. *  ^A -> ^Z
  14. *   A -> Z
  15. *   0 -> 9
  16. *   ESC; CTRL_BACKSLASH; CTRL_RBRACE; CTRL_6; CTRL_MINUS
  17. *   ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _
  18. *------------------------------------
  19. ^X        MetaKey
  20.  
  21. Meta+^B   BegFile
  22. Meta+^C   File
  23. Meta+^E   EndFile
  24. Meta+^F   EditFile
  25. Meta+^N   RenameFile
  26. Meta+^O   ScrollDown
  27. Meta+^P   ScrollUp
  28. Meta+^R   SearchReplace
  29. Meta+^S   SaveFile
  30. Meta+^U   UnDelBlock
  31. Meta+^V   EditFile
  32. Meta+^W   SaveAs
  33. Meta+^X   NextFile
  34. Meta+^Z   QuitFile
  35.  
  36.  
  37. ^A        BegLine
  38. ^B        CursorLeft
  39. ^D        DelChar
  40. ^E        EndLine
  41. ^F        CursorRight
  42. ^G        GotoBlock
  43. ^H        BackSpace
  44. ^I        TabRight
  45. ^J        DelToBegLine
  46. ^K        DelToEndLine
  47. ^L        DupLine
  48. ^M        Enter
  49. ^N        CursorDown
  50. ^P        CursorUp
  51. ^R        SearchBackward
  52. ^S        Search
  53. ^T        TimeDate
  54. ^U        UnDelLine
  55. ^V        PageDown
  56. ^W        Copy
  57. ^X        MetaKey
  58. ^Y        Paste
  59. ^Z        PageUp
  60.  
  61. *------------------------------------------------------------------------------
  62. * New command in Ver 1.20
  63. *------------------------------------------------------------------------------
  64. #F2       HzSaveFile
  65. #F3       HzDecode
  66. #F4       HzEditFile
  67. #F5       PcxSaveFile
  68. #F6       ZwSaveFile
  69. #F7       ZwDecode
  70. #F8       ZwEditFile
  71. ^P        Print
  72. @X        LianXiang
  73. @F1       ListDir
  74. ^F9       ToggleEOL
  75. ^F1       FileStatus
  76. ^F3       QuitAll
  77. ^F5       WordCount
  78. ^F6       GotoLine
  79. ^F11      RepeatCmd
  80. ^X^P      PrevFile
  81. F11       MacroRec
  82. F12       MacroExec
  83. *------------------------------------------------------------------------------
  84. * Macro commands - Excute more than one command with one key stroke, plus more.
  85. *
  86. * NOTE:
  87. *       1. macro command start with 'Macro'
  88. *       2. '&' at and means continue at next line
  89. *       3. '#' followed by number n == Insert Ascii n into Macro key.
  90. *           Max n is 160, n can be specified as: DEC $150; OCT $083; HEX $0xA0.
  91. *       4. '$' followed by number n == Sleep n ticks before exec. next command.
  92. *       5. Lebeles are a name+':'; eg. BEG: END:, Max number of Labeles is 64.
  93. *       6. Jump   Beg: == Jump to Label Beg: unconditionally
  94. *       7. JTrue  Beg: == Jump to Beg: if previous command is executed Ok
  95. *       8. JFalse Beg: == Jump to Beg: if previous command is executed NOT Ok
  96. *       9. Pause == Stop Macro Execution till Enter/ESC is Pressed
  97. *      10. "XXXX" or 'XXXX' == insert XXXX into Macro key. eg "I'AM Typping"
  98. *------------------------------------------------------------------------------
  99. Meta+^P   Macro Start: BegFile beg: $128 PageDown JFalse Start: Jump beg:
  100. Meta+^N   Macro "Njstar" '─▀║Φ▓¿'  #156 "39" #155 '00'
  101. Meta+^L   Macro beg: Scrolldown Jfalse end: JUMP beg: &
  102.                 end: BegFile $180 Jump beg:
  103. Meta+^M   Macro search Pause markblock
  104. *--------------------------------------------
  105. * other commands
  106. *--------------------------------------------
  107. @B        MarkBlock
  108. @C        CopyBlock
  109. @D        DelBlock
  110. @DOWN     ScrollDown
  111. @F3       QWinput
  112. @F4       GBinput
  113. @F5       PYinput
  114. @F6       ASCinput
  115. @L        MarkLine
  116. @M        MoveBlock
  117. @X        LianXiang
  118. @U        UnMarkBlock
  119. @UP       ScrollUp
  120. DEL       DelChar
  121. DOWN      CursorDown
  122. END       EndLine
  123. GREYENTER HardReturn
  124. #ENTER    HardReturn
  125. ENTER     Enter
  126. F1        QuickHelp
  127. F10       NextFile
  128. F2        SaveFile
  129. F3        QuitFile
  130. F4        File
  131. F5        Search
  132. F6        SearchReplace
  133. F7        RenameFile
  134. F8        EditFile
  135. F9        UnDelLine
  136. HOME      BegLine
  137. LEFT      CursorLeft
  138. PGDN      PageDown
  139. PGUP      PageUp
  140. RIGHT     CursorRight
  141. TAB       TabRight
  142. UP        CursorUp
  143.  
  144. ^F10      SwitchCCLIB
  145. ^F2       SaveDic
  146. ^F4       SaveAll
  147. ^F8       AddLX
  148. @F8       delLX
  149. ^F9       PureChinese
  150.  
  151. ^BS       DelLine
  152. ^DOWN     EndScreen
  153. ^END      EndFile
  154. ^HOME     BegFile
  155. ^LEFT     WordLeft
  156. ^RIGHT    WordRight
  157. ^UP       BegScreen
  158.  
  159. *---------------------------
  160. * end of njconfig.key
  161. *---------------------------
  162.