further work on config system
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index 2269a90..aae6106 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -37,9 +37,9 @@
    ('_Undo', '<<undo>>'),
    ('_Redo', '<<redo>>'),
    None,
-   ('Cu_t', '<<Cut>>'),
-   ('_Copy', '<<Copy>>'),
-   ('_Paste', '<<Paste>>'),
+   ('Cu_t', '<<cut>>'),
+   ('_Copy', '<<copy>>'),
+   ('_Paste', '<<paste>>'),
    ('Select _All', '<<select-all>>'),
    None,
    ('_Find...', '<<find>>'),
@@ -58,11 +58,11 @@
    ('!_Debugger', '<<toggle-debugger>>'),
    ('!_Auto-open stack viewer', '<<toggle-jit-stack-viewer>>' ),
   ]),
-# ('settings', [
-#   ('_Configure Idle...', '<<open-config-dialog>>'),
-#   None,
-#   ('Revert to _Default Settings', '<<revert-all-settings>>'),
-#  ]),
+ ('settings', [
+   ('_Configure Idle...', '<<open-config-dialog>>'),
+   None,
+   ('Revert to _Default Settings', '<<revert-all-settings>>'),
+  ]),
  ('help', [
    ('_IDLE Help...', '<<help>>'),
    ('Python _Documentation...', '<<python-docs>>'),