Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS emulator for Android stops responding to keyboard

Tags:

I've been using the new VS emulator for Android for a few days now, and while it works brilliantly otherwise, it randomly stops receiving keyboard events. It does change the keyboard language when I press CTRL + Space, but it won't receive any characters when I try to type text.

So far, the only solution I've found is to swap between the virtual keyboard and the physical keyboard for multiple times before the physical keyboard starts working again.

Is this just a bug in the emulator, or am I doing something that causes the physical keyboard to not function correctly? I didn't see any settings in the emulator for input.

like image 563
manabreak Avatar asked Aug 03 '15 05:08

manabreak


2 Answers

The bug also occurs when you hit Win + R. My thesis is, that you switch focus in the emulator.

To get it to work again, simply mouse click a editbox or anything that gives your app focus again and hit win. Windows now opens start menu. Click in the emulator, and you can type again.

I submitted the bug to MS.

Another possibility is that the emulator thinks the Alt key is pressed, hit Alt to release it.

like image 105
Wildcard Avatar answered Nov 06 '22 09:11

Wildcard


I restarted the emulator and it started working ok.

like image 39
Matt Lacey Avatar answered Nov 06 '22 10:11

Matt Lacey