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!
Continue reading...
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!
Continue reading...