aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-12-17 09:34:49 +0000
committerrowanbeentje <rowan@beent.je>2012-12-17 09:34:49 +0000
commit5a194fdff493435091e550a96d9e8ce79f1ee463 (patch)
treeb9b060238298d4eb4a06e1701711707b82118921 /Source/SPTableContent.h
parent0dc6bc96075af5a17f09598c6c179f32dd4cfda5 (diff)
downloadsequelpro-5a194fdff493435091e550a96d9e8ce79f1ee463.tar.gz
sequelpro-5a194fdff493435091e550a96d9e8ce79f1ee463.tar.bz2
sequelpro-5a194fdff493435091e550a96d9e8ce79f1ee463.zip
- Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set the focus to the Filter Content tab bar. ⇧⌘F is used to show the advanced content filter table. This allows ^⌘F to be used for the standard OS X fullscreen window command, addressing Issue #1513.
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 66aab772..3e62448d 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -53,7 +53,7 @@
@interface SPTableContent : NSObject
#ifdef SP_REFACTOR
-<NSTableViewDelegate, NSTableViewDataSource, NSComboBoxDataSource, NSComboBoxDelegate>
+<NSTableViewDelegate, NSTableViewDataSource, NSComboBoxDataSource, NSComboBoxDelegate, NSResponder>
#endif
{
IBOutlet SPDatabaseDocument *tableDocumentInstance;