home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activepython / ActivePython-2.1.1.msi / Python21_Pythonwin_pywin_IDLE.cfg < prev    next >
Encoding:
INI File  |  2001-07-26  |  771 b   |  30 lines

  1. [General]
  2. # We base this configuration on the default config.
  3. # You can list "Based On" as many times as you like
  4. Based On          = default
  5.  
  6. [Keys]
  7. # Only list keys different to default.
  8. # Note you may wish to rebind some of the default
  9. # Pythonwin keys to "Beep" or "DoNothing"
  10.  
  11. Alt+L             = LocateSelectedFile
  12. Ctrl+Q            = AppExit
  13.  
  14. # Other non-default Pythonwin keys
  15. Alt+A             = EditSelectAll
  16. Alt+M             = LocateModule
  17.  
  18. # Movement
  19. Ctrl+D            = GotoEndOfFile
  20.  
  21. # Tabs and other indent features
  22. Alt+T            = <<toggle-tabs>>
  23. Ctrl+[            = <<indent-region>>
  24. Ctrl+]            = <<dedent-region>>
  25.  
  26. [Keys:Interactive]
  27. Alt+P             = <<history-previous>>
  28. Alt+N             = <<history-next>>
  29.  
  30.