#792 Allow Option-Command-F to focus the filter field in the main window

This commit is contained in:
Mitchell Livingston
2008-03-16 14:24:27 +00:00
parent c4646711a1
commit a149f8992b
3 changed files with 26 additions and 6 deletions

View File

@@ -241,6 +241,7 @@ typedef enum
- (void) showStatusBar: (BOOL) show animate: (BOOL) animate;
- (void) toggleFilterBar: (id) sender;
- (void) showFilterBar: (BOOL) show animate: (BOOL) animate;
- (void) focusFilterField;
- (void) allToolbarClicked: (id) sender;
- (void) selectedToolbarClicked: (id) sender;