03.02.2015, 05:00
Key 'T' - open chat
But if you change keyboard language Key 'T' - will not work
Reason:
Key detection method - WM_CHAR case 't': and case 'T':
As result it don't work in other language
Suggestion to fix:
change key detection method as it used for VK_F6 to - WM_KEYUP
find value will be same - 'T'
But if you change keyboard language Key 'T' - will not work
Reason:
Key detection method - WM_CHAR case 't': and case 'T':
As result it don't work in other language
Suggestion to fix:
change key detection method as it used for VK_F6 to - WM_KEYUP
find value will be same - 'T'