I have a MacOS desktop application built with flutter. In it I have a RawKeyboardListener widget. it is functioning as expected. It is capturing keyboard input which I could process as normal.
However whenever I press a key the OS level key input rejection sound plays. That sound that comes up when you press a key in a place where the key specifically won't work.
I haven't encountered this otherwise when using the listener so I'm not even sure where to begin.