mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-28 22:09:46 +02:00
Stop annoying beeps and exceptions
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user