Added class browser binding.

This commit is contained in:
Guido van Rossum 1998-10-13 16:31:46 +00:00
parent 7f5c9ef5fd
commit 49c1a7ebc2
1 changed files with 2 additions and 0 deletions

View 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",