mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 16:19:54 +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];
|
[super keyDown:theEvent];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!handled) {
|
if (!handled && [theEvent type] != NSEventTypeFlagsChanged) {
|
||||||
[super keyUp:theEvent];
|
[super keyUp:theEvent];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user