We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb5ba6 commit 43359dbCopy full SHA for 43359db
1 file changed
engine/system/win/sys_main.cpp
@@ -255,9 +255,9 @@ static const byte sys_keyRemap[] = {
255
0, // 68 VK_NUMPAD8
256
0, // 69 VK_NUMPAD9
257
0, // 6A VK_MULTIPLY
258
- 0, // 6B VK_ADD
+ '+', // 6B VK_ADD
259
0, // 6C VK_SEPARATOR
260
- 0, // 6D VK_SUBTRACT
+ '-', // 6D VK_SUBTRACT
261
0, // 6E VK_DECIMAL
262
0, // 6F VK_DIVIDE
263
KEY_F1, // 70 VK_F1
0 commit comments