GNOME Bugzilla – Bug 359750
fix find/replace shortcut keys
Last modified: 2009-08-15 18:40:50 UTC
Currently Anjuta uses the following shortcuts: Find: Ctrl + F Find and Replace: Shift + Ctrl + F Find in Files: (no shortcut) Context Help: Ctrl + H This has the following problems: 1) According to the GNOME interface guidelines Ctrl + H should be used for Replace (as it is in Gedit). 2) Find in Files is so useful that it should have a shortcut key. So I propose the following change: Find: Ctrl + F Find and Replace: Ctrl + H Find in Files: Shift + Ctrl + F Context Help: Shift + F1 The GNOME interface guidelines say that Shift + F1 is used for "context-sensitive help for [the] currently-focused window or control", so I think it's reasonable to use it for context help for the symbol under the cursor as well. Other information:
Sounds resonable
Created attachment 74097 [details] [review] fix I've attached a patch implementing these shortcut changes.
Closing all fixed bugs. Sorry for the mass update :( ...