mirror of
https://github.com/python/cpython.git
synced 2025-09-19 07:00:59 +00:00
adjust help menu bindings
This commit is contained in:
parent
38507ae614
commit
0ba4df89ab
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ menudefs = [
|
||||||
('_IDLE Help...', '<<help>>'),
|
('_IDLE Help...', '<<help>>'),
|
||||||
('Python _Documentation...', '<<python-docs>>'),
|
('Python _Documentation...', '<<python-docs>>'),
|
||||||
('_Advice...', '<<good-advice>>'),
|
('_Advice...', '<<good-advice>>'),
|
||||||
|
('View IDLE _Readme...', '<<view-readme>>'),
|
||||||
None,
|
None,
|
||||||
('_About IDLE...', '<<about-idle>>'),
|
('_About IDLE...', '<<about-idle>>'),
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue