]> granicus.if.org Git - python/commitdiff
Hm. Add Unix binding for replace, too.
authorGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 21:18:40 +0000 (21:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 21:18:40 +0000 (21:18 +0000)
Tools/idle/SearchBinding.py

index 9710f9fc91779ed4fdeb51afad321b8adeb669e1..c1b2b164e0efe00736bab7eb435747e3fe507af6 100644 (file)
@@ -39,6 +39,7 @@ class SearchBinding:
         '<<find-in-files>>': ['<Alt-s>', '<Meta-s>'],
         '<<find-selection>>': ['<Control-s>'],
         '<<find>>': ['<Control-u><Control-u><Control-s>'],
+        '<<replace>>': ['<Control-r>'],
         '<<goto-line>>': ['<Alt-g>', '<Meta-g>'],
     }