|
From: Alexander K. <alk...@ya...> - 2014-12-24 09:28:08
|
The :bKeyDown was called twice - for WM_KEYDOWN and WM_CHAR winapi messages. I dropped the call for WM_CHAR. If you need to handle this message, use the :bOther instead. Regards, Alexander. |