IDLE.cfg 742 B

1234567891011121314151617181920212223242526272829
  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. [Keys]
  6. # Only list keys different to default.
  7. # Note you may wish to rebind some of the default
  8. # Pythonwin keys to "Beep" or "DoNothing"
  9. Alt+L = LocateSelectedFile
  10. Ctrl+Q = AppExit
  11. # Other non-default Pythonwin keys
  12. Alt+A = EditSelectAll
  13. Alt+M = LocateModule
  14. # Movement
  15. Ctrl+D = GotoEndOfFile
  16. # Tabs and other indent features
  17. Alt+T = <<toggle-tabs>>
  18. Ctrl+[ = <<indent-region>>
  19. Ctrl+] = <<dedent-region>>
  20. [Keys:Interactive]
  21. Alt+P = <<history-previous>>
  22. Alt+N = <<history-next>>