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/SPDatabaseDocument.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/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index 73a322d7..b5ea2373 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -330,6 +330,7 @@ - (IBAction)renameDatabase:(id)sender; #ifndef SP_REFACTOR /* method decls */ - (IBAction)showMySQLHelp:(id)sender; +- (IBAction) makeTableListFilterHaveFocus:(id)sender; - (IBAction)showServerVariables:(id)sender; - (IBAction)showServerProcesses:(id)sender; - (IBAction)openCurrentConnectionInNewWindow:(id)sender; @@ -377,6 +378,7 @@ - (IBAction)saveCreateSyntax:(id)sender; - (IBAction)copyCreateTableSyntaxFromSheet:(id)sender; - (IBAction)focusOnTableContentFilter:(id)sender; +- (IBAction)showFilterTable:(id)sender; - (IBAction)export:(id)sender; - (IBAction)exportSelectedTablesAs:(id)sender; |