What is the virtual key value of "+"?

  • Thread starter Thread starter linganmm
  • Start date Start date
L

linganmm

Guest
In my project, I adopt shortcut key for some menu items. What I expect is like this:

Zoom In --> Ctrl++

Zoom Out --> Ctrl+-

Restore to Original size --> Ctrl+=

However, when I set accelerators, I found that VK_OEM_PLUS is assigned to "=" sign, and my google result such as this also confirm this. Then what is the virtual key for "+"?

I tried VK_ADD, however the result will look like this.

Can any one help ?

The IDE is Visual Studio 2015 community.

Thank you so much!

1306410.jpg1306409.jpg

wps68FD.tmp.jpg


Continue reading...
 
Back
Top