Stop annoying beeps and exceptions
This commit is contained in:
parent
94c6dbd281
commit
3c8f3ad3fc
@ -204,7 +204,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (!handled) {
|
||||
if (!handled && [theEvent type] != NSEventTypeFlagsChanged) {
|
||||
[super keyDown:theEvent];
|
||||
}
|
||||
}
|
||||
@ -238,7 +238,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (!handled) {
|
||||
if (!handled && [theEvent type] != NSEventTypeFlagsChanged) {
|
||||
[super keyUp:theEvent];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user