]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added class browser binding.
authorGuido van Rossum <guido@python.org>
Tue, 13 Oct 1998 16:31:46 +0000 (16:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 Oct 1998 16:31:46 +0000 (16:31 +0000)
Tools/idle/Bindings.py

index 795d837d77a860e2fbb178b7db1427f1b3a30c6c..85ae56488143a0e61e82148605a9108d4e99a630 100644 (file)
@@ -59,6 +59,8 @@ emacs_bindings = [
      "<<open-window-from-file>>", "<Control-x><Control-f>"),
     ("file", "Open module...", "C-x C-m",
      "<<open-module>>", "<Control-x><Control-m>"),
+    ("file", "Class browser...", "C-x C-b",
+     "<<open-class-browser>>", "<Control-x><Control-b>"),
     ("file", None, None),
 
     ("file", "Save", "C-x C-s",