Added method to put focus on group, entry or inspector view via keyboard shortcuts. This might be better done via a simple "cmd + arrow" shortcut to move about

This commit is contained in:
michael starke
2013-11-27 01:04:06 +01:00
parent 839c87102c
commit 213bb3d51f
6 changed files with 53 additions and 6 deletions

View File

@@ -65,6 +65,10 @@ typedef NS_ENUM(NSUInteger, MPContentTab) {
[[NSNotificationCenter defaultCenter] removeObserver:self];
}
- (NSResponder *)reconmendedFirstResponder {
return [self view];
}
#pragma mark Properties
- (void)setActiveTab:(NSUInteger)activeTab {
if(_activeTab != activeTab) {