indentation - How to remove tab indent from several lines in IDLE? -
If you want to indent several lines in Python IDLE, then you mark the lines and press the tab but what if Do you want to remove indent from multiple lines? Shift + Tab does not work in IDLE.
If you are using IDLE, and Norwegian
- Configure Option-> IDE.
- Click on the key tab.
- If necessary, click Save As New Custom Key Set.
- Search for "dedent-region" in the list, with your custom key set.
- Click on Get New Key to Select.
- etc.
I tried to put the changes-tab and it works well.
Comments
Post a Comment