home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1388 / we.kcd < prev    next >
Encoding:
Text File  |  1993-12-05  |  3.3 KB  |  62 lines

  1. ! Keyboard command definitions for WE.EXE
  2.  
  3. ! Control keys ^H through ^M overlap other named
  4. !  special keys (arrows, Tab, and Enter)
  5.  
  6. Esc            men  ! Display main menu
  7. Tab            9    ! Enter TAB (ASCII 9)
  8. Enter          ent  ! ENTER key ("alb" on last line)
  9. Ctrl/Enter     ala  ! Add blank line above cursor
  10. Shift/Enter    alb  ! Add blank line below cursor
  11. Del            del  ! Delete character at cursor
  12. Back           dpv  ! Delete previous character
  13. Left           lft  ! Move cursor one column to left
  14. Right          rgt  ! Move cursor one column to right
  15. Up             upl  ! Move cursor up one line
  16. Down           dnl  ! Move cursor down one line
  17. Home           lfx  ! Move cursor to beginning of line
  18. End            rgx  ! Move cursor to end of line
  19. Ctrl/Left      llf  ! Move cursor 8 columns to left
  20. Ctrl/Right     lrg  ! Move cursor 8 columns to right
  21. ^B             spl  ! Break line into two lines at cursor
  22. ^A             joi  ! Append line below onto current line
  23. ^R             dcl  ! Delete (remove) current line
  24. ^E             dte  ! Delete from cursor to end of line
  25. PgUp           pup  ! Move cursor one page up
  26. PgDn           pdn  ! Move cursor one page down
  27. ^Z             sup  ! Scroll text up one line without moving cursor
  28. ^W             sdn  ! Scroll text down one line without moving cursor
  29. ^P             pfm  ! Reformat paragraph with cursor in it
  30. ^N             nxt  ! Find next match for most recent search
  31. Ins            isw  ! Toggle insert/overwrite mode
  32. F2             mln  ! Mark entire line (move down first if current already marked)
  33. Shift/F2       uln  ! Unmark entire line (if current line has no marks then try adjacent lines)
  34. F3             mmr  ! Mark char at cursor and move right
  35. Shift/F3       umc  ! Unmark char at cursor (move first if current not marked)
  36. F4             shr  ! Insert blank column at cursor position in marked block
  37. Shift/F4       shl  ! Delete column at cursor position in marked block
  38. F5             iws  ! Increase size of current window
  39. Shift/F5       dws  ! Decrease size of current window
  40. F6             snw  ! Switch to next window
  41. Shift/F6       spw  ! Switch to previous window
  42. F7             aco  ! Indent line to align with line above
  43. Shift/F1       dia  ! Diagnostic information display
  44. Ctrl/Home      ftp  ! Move to top of file
  45. Ctrl/End       fbt  ! Move to end of file
  46. ^X   ^P        ibp  ! Insert brace pair
  47. ^X   ^C        icb  ! Insert closing brace
  48. ^X   ^F        ser  ! Search for string with exact capitalization
  49. ^X   ^Z        zoo  ! Zoom to current window
  50. ^X   ^O        opn  ! Open file and load into new window
  51. ^X   ^N        opt  ! Open window and load file named by text at cursor
  52. ^X   ^I        swi  ! Search for word with any capitalization
  53. ^X   ^W        swd  ! Search for word with exact capitalization
  54. ^X   ^R        rep  ! Replace string with exact capitalization
  55. ^X   ^Q        qui  ! Close window without saving any changes
  56. ^X   ^H        hde  ! Hide/unhide the current window
  57. ^X   ^L        lok  ! Lock/unlock the current window on the screen
  58. ^X   ^U        snu  ! Swap next unlocked window into unlocked area on screen
  59. ^X   ^A        1    ! Insert ASCII 1
  60. ^X   ^S        sav  ! Save file without closing window
  61. ^X   ^D        dlc  ! Delete last char on each line in marked block
  62.