mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Documentation patches by bsherwood
This commit is contained in:
parent
fb57c435aa
commit
8a7b4fa6d2
1 changed files with 13 additions and 4 deletions
|
@ -123,10 +123,19 @@ Syntax colors:
|
|||
|
||||
Other preferences:
|
||||
|
||||
To change the font on Windows, open EditorWindow.py and change
|
||||
text['font'] = ("lucida console", 8)
|
||||
to, e.g.,
|
||||
text['font'] = ("courier new", 10)
|
||||
To change the font open config-[win/unix/mac].txt and
|
||||
change
|
||||
|
||||
font-name: courier new
|
||||
font-size: 10
|
||||
|
||||
to, for example:
|
||||
|
||||
font-name: courier new bold
|
||||
font-size: 14
|
||||
|
||||
Note: a GUI based configuration screen will be provided
|
||||
in the future.
|
||||
|
||||
To change keyboard bindings, edit Bindings.py
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue