diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-07-10 17:46:34 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-07-10 17:46:34 (GMT) |
commit | 9bdb1edf35a5ee96f89973f55c52bb7da86dbd9e (patch) | |
tree | c1d21422fff3227e6737fc69c67593905a62da17 /Lib/idlelib/config-main.def | |
parent | ce85acff3a28cd4c3ded487bfbc8c8ac5462d4e4 (diff) | |
download | cpython-9bdb1edf35a5ee96f89973f55c52bb7da86dbd9e.zip cpython-9bdb1edf35a5ee96f89973f55c52bb7da86dbd9e.tar.gz cpython-9bdb1edf35a5ee96f89973f55c52bb7da86dbd9e.tar.bz2 |
Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
Make the default key set depend on the platform.
Add tests for changes to the config module.
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 8ebbc1b..a61bba7 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -70,7 +70,9 @@ name2= [Keys] default= 1 -name= IDLE Classic Windows +name= +name2= +# name2 set in user config-main.cfg for keys added after 2016 July 1 [History] cyclic=1 |