Reputation: 653
I noticed that Shift-B is not being recorded or received on EditTexts when I am using the emulator with my physical keyboard.
onKeyListener.onKey()
receives a keyCode of 0I have used Android Studio and the Emulator extensively for a year and just now noticed this. I am not sure when it began.
I have quit and restarted Android Studio and the Emulator to no avail.
I am guessing that I somehow have a key map messed up by accident or corruption, but I do not know where to begin fixing this.
Upvotes: 1
Views: 453
Reputation: 653
This was a bug in the emulator and was fixed in 27.0.5 that was released in the past week.
Upvotes: 1