Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Typing in windows phone 7 simulator

I am a newbie in windows phone 7 development. In my project, I add a textbox control to the main form. When I run it, I want to type some text to this textbox by my keyboard (PC keyboard) but I can't. I just touch to the soft-keyboard (by mouse) only - too slow, so uncomfortable! Could you tell me a way to solving this problem please?

like image 644
Nguyen Minh Binh Avatar asked Jan 11 '11 04:01

Nguyen Minh Binh


2 Answers

use the page up key board which will help to type in the emulatoor with ur keyboard than SIP .

There are also quite a few other shortcut keys available ..

You can find them on Shortcuts keys for Developing on Windows Phone 7 Emulator

like image 197
Senthil Kumar B Avatar answered Dec 13 '22 12:12

Senthil Kumar B


Push PgUp key on real keyboard and it allows you to type in the emulator.

like image 34
Kerry Avatar answered Dec 13 '22 12:12

Kerry