Fix NSBeep being emitted for some keys

Fixes #719.
This commit is contained in:
Camilla Berglund 2016-02-28 10:53:48 +01:00
parent dd4d66d1bf
commit 73216e5fb1

View File

@ -692,6 +692,10 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
} }
} }
- (void)doCommandBySelector:(SEL)selector
{
}
@end @end