diff options
author | rowanbeentje <rowan@beent.je> | 2012-12-17 09:34:49 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-12-17 09:34:49 +0000 |
commit | 5a194fdff493435091e550a96d9e8ce79f1ee463 (patch) | |
tree | b9b060238298d4eb4a06e1701711707b82118921 /Source/SPTableContent.h | |
parent | 0dc6bc96075af5a17f09598c6c179f32dd4cfda5 (diff) | |
download | sequelpro-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.h | 2 |
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; |