Welcome to MSDN Blogs Sign in | Join | Help

Windows Mobile Team Blog

The Official Windows Mobile Team Blog
Keyboard Map for the Device Emulator

Here are some desktop keyboard shortcuts you can use on the Device Emulator. Learning these keys should make debugging your Windows Mobile applications a lot faster! If you're not a developer but simply interested in playing around with Windows Mobile, you can always download the free standalone emulator to take our OS for a test drive.

Pocket PC Device Emulator
Hardware Button: Maps To:
Soft Key 1 F1
Soft Key 2 F2
Volume Up F6
Volume Down F7
Action Enter
Back Backspace
Start Menu Windows key
1-9 (Phone Keypad) 1-9 (NOT NumPad)
A-Z A-Z (Keyboard)

Smartphone Device Emulator
Hardware Button: Maps To:
Soft Key 1 F1
Soft Key 2 F2
Talk F3
End F4
Volume Up F6
Volume Down F7
* F8
# F9
Action Enter
Back Escape
Home Windows key
1-9 (Phone Keypad) 1-9 (NOT NumPad)
A-Z A-Z (Keyboard)
Posted: Thursday, October 12, 2006 4:37 PM by MelSam
Filed under:

Comments

Cantoni.org said:

If you want to run a simulated Windows Mobile device, installing the Windows Mobile 5.0 SDK can be a challenge. For starters, the SDK is about 175MB, then there’s the fact that it only works with Visual Studio 2005. If...

# October 19, 2006 3:18 AM

David said:

Why can we have SEND & END key mapping in Pocket PC DEs?

# October 25, 2006 4:20 AM

Andy Briggs said:

Is there anyway of removing the F6 F7 (Volume Control) keys in Windows Mobile?

If so please could you e-mail these to me, or at least remind me of this thread - I've looked everywhere and they seem to be hardcoded and connot be changed, I'm sure they can somehow! ;)

Many thanks

Andy Briggs

andrew.briggs@fortecpallet.com

# March 12, 2007 11:16 AM

Brad Burns said:

I also am looking for a way of re-mapping the F1, F2 as well as the volume controls.  I am running a Terminal Server and having PPC 5.0 remote into this TS to access SAP.  Opera is the browser that I am having connect to the SAP webconsole because Opera support key mapping.  When I run the console on my laptop, the F1 and F2 work fine, however it does not work on the PPC.  

# April 20, 2007 4:42 PM

Koterpillar said:

Is there any mapping for FN on QWERTY smartphone? Seems like it's the only way to enter a slash (/), because "?/" key on the PC doesn't enter "/" no matter what the shift state is.

# October 27, 2007 3:55 AM

Joseph Morin said:

Those mappings also work if connect a BlueTooth keyboard to a WM6 Smartphone.  (Yeah, I tried it for kicks.  Sure made emails easier!)

# November 16, 2007 11:22 AM

Varun Prakash Shrivastava said:

Hi,

I am using windows mobile 6 professional device. The device has side keys for volume up and down.

I was to know how can I capture the events thrown by the side keys.

Here is the snippet of the code I wrote(it didn't work )

private void Form1_KeyDown(object sender, KeyEventArgs e)

       {

           MessageBox.Show("Key Down\n" + e.KeyCode);

       }

       private void Form1_KeyPress(object sender, KeyPressEventArgs e)

       {

           MessageBox.Show("Key Press\n" + e.KeyChar);

       }

       private void Form1_KeyUp(object sender, KeyEventArgs e)

       {

           MessageBox.Show("Key Up\n" + e.KeyCode);

       }

Please suggest me how should I proceed.

# January 21, 2008 3:48 AM

Jack said:

How can input Tab in the Device Emulator

# August 19, 2008 10:32 PM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker