fixed 0 key issue on windows

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 6f47299097
commit 9d81e4a949
  1. 2
      src/frameworks/UBPlatformUtils_win.cpp

@ -247,7 +247,7 @@ KEYBT FRENCH_LOCALE[] = {
/* ? 7 */ KEYBTDECL(0xe8, 0x37, true),
/* _ 8 */ KEYBTDECL(0x5f, 0x38, true),
/* ? 9 */ KEYBTDECL(0xe7, 0x39, true),
/* ? 0 */ KEYBTDECL(0xe0, 0x29, true),
/* ? 0 */ KEYBTDECL(0xe0, 0x30, true),
/* ) ? */ KEYBTDECL(0x29, 0xb0, true),
/* = + */ KEYBTDECL(0x3d, 0x2b, true),

Loading…
Cancel
Save