diff --git a/Framework/UI/MASShortcutView.m b/Framework/UI/MASShortcutView.m index dbe036f..0cb793b 100644 --- a/Framework/UI/MASShortcutView.m +++ b/Framework/UI/MASShortcutView.m @@ -580,6 +580,11 @@ -(void) propagateValue:(id)value forBinding:(NSString*)binding #pragma mark - Accessibility +- (BOOL)isAccessibilityElement +{ + return YES; +} + - (NSString *)accessibilityHelp { return MASLocalizedString(@"To record a new shortcut, click this button, and then type the"