[Suggestion] Fix Chat Open 'T'
#1

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'
Reply
#2

Or alternatively you can press ` or F6 to type...
Reply
#3

` - also don't work in other language

Only F6 work because it use WM_KEYUP method
Reply
#4

Use F6
Reply
#5

Actually these is easy to fix so why not...key mapped to Y always has same id/code (Example would be that textdraw editor that iPleomax made...)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)