aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-03 10:37:17 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-03 10:37:17 +0000
commit81007b19f8df9efd7a3fd3999d29ddb2af006125 (patch)
tree9e25794f82e86c7e7c21fcc33d53fe76c18bb79a /Source/SPAppController.h
parentfbaacf6f4f093faaa20af083190d62877e9b3874 (diff)
downloadsequelpro-81007b19f8df9efd7a3fd3999d29ddb2af006125.tar.gz
sequelpro-81007b19f8df9efd7a3fd3999d29ddb2af006125.tar.bz2
sequelpro-81007b19f8df9efd7a3fd3999d29ddb2af006125.zip
• improved Bundle key equivalent handling and enabled to display all short-cuts in menuItem even there're same short-cuts are assigned
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r--Source/SPAppController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index e1f1e60c..8626148d 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -34,6 +34,7 @@
IBOutlet NSWindow* bundleEditorWindow;
BOOL isNewFavorite;
+ BOOL stopKeyDownListener;
SPAboutController *aboutController;
SPPreferenceController *prefsController;
@@ -56,6 +57,8 @@
}
+- (IBAction)bundleCommandDispatcher:(id)sender;
+
// Window management
- (IBAction)newWindow:(id)sender;
- (IBAction)newTab:(id)sender;
@@ -110,4 +113,6 @@
- (void)addHTMLOutputController:(id)controller;
+- (void)keyDownListener;
+
@end