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/SPCopyTable.m | |
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/SPCopyTable.m')
-rw-r--r-- | Source/SPCopyTable.m | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/SPCopyTable.m b/Source/SPCopyTable.m index 82889aee..c36ac380 100644 --- a/Source/SPCopyTable.m +++ b/Source/SPCopyTable.m @@ -1175,13 +1175,6 @@ static const NSInteger kBlobAsImageFile = 4; [super keyDown:theEvent]; } -- (void)performFindPanelAction:(id)sender -{ - if([sender tag] == 1 && [[self delegate] isKindOfClass:[SPTableContent class]]) { - [(SPTableContent*)[self delegate] showFilterTable:self]; - } -} - #pragma mark - #pragma mark Field editing checks |