]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add unix binding for grep (otherwise the menu entry doesn't work!)
authorGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 16:32:04 +0000 (16:32 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 16:32:04 +0000 (16:32 +0000)
Tools/idle/SearchBinding.py

index d73db13df59423db2d74f58e1351801202cedced..9710f9fc91779ed4fdeb51afad321b8adeb669e1 100644 (file)
@@ -36,6 +36,7 @@ class SearchBinding:
 
     unix_keydefs = {
         '<<find-again>>': ['<Control-u><Control-s>'],
+        '<<find-in-files>>': ['<Alt-s>', '<Meta-s>'],
         '<<find-selection>>': ['<Control-s>'],
         '<<find>>': ['<Control-u><Control-u><Control-s>'],
         '<<goto-line>>': ['<Alt-g>', '<Meta-g>'],