Commit 2bccd90d authored by Guido van Rossum's avatar Guido van Rossum

Update outdated text about how to fix the font.

parent 3d4986fc
...@@ -123,10 +123,11 @@ Syntax colors: ...@@ -123,10 +123,11 @@ Syntax colors:
Other preferences: Other preferences:
To change the font on Windows, open EditorWindow.py and change Most preferences can be changed by editing one of the
text['font'] = ("lucida console", 8) configuration text files: config.txt (generic) or one of
to, e.g., config-unix.txt, config-win.txt, config.mac.txt (platform
text['font'] = ("courier new", 10) specific). User-specific preferences can be stored in
$HOME/.idle, which overrides the config*.txt files.
To change keyboard bindings, edit Bindings.py To change keyboard bindings, edit Bindings.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment