home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / fteo46b5.zip / fteo46b5 / config / kbd / k_c.fte next >
Text File  |  1997-05-30  |  696b  |  16 lines

  1. eventmap C {
  2.     key       [Tab]     { LineIndent; LineTrim }
  3.     key       [G-Enter] { LineIndent; LineNew }
  4.     key       [{]       { SelfInsert; ?LineIndent }
  5.     key       [}]       { SelfInsert; ?LineIndent; MoveLeft; ?HilitMatchBracket; MoveRight }
  6.     key       [)]       { SelfInsert; MoveLeft; ?HilitMatchBracket; MoveRight }
  7.     key       [\]]       { SelfInsert; MoveLeft; ?HilitMatchBracket; MoveRight }
  8.     key       [:]       { SelfInsert; ?LineIndent }
  9.     key       [#]       { SelfInsert; ?LineIndent }
  10.     key     [A+\\]      { BlockReIndent }
  11.     
  12.     # do some smart indents
  13.     key   [A+G-Enter]   { LineAdd; LineIndent }
  14.     key   [S+G-Enter]   { LineInsert; LineIndent }
  15. }
  16.