Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Nikolay Sivov
F Capela wrote: On Thursday 26 November 2009 11:27:24 am Nikolay Sivov wrote: Dmitry Timoshkov wrote: "Nikolay Sivov" wrote: I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOWNs pr

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread F Capela
On Thursday 26 November 2009 11:27:24 am Nikolay Sivov wrote: > Dmitry Timoshkov wrote: > > "Nikolay Sivov" wrote: > > > >> I've noticed some problems with keyboard input while testing my > >> favorite Listview control code. > >> The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: the

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Nikolay Sivov
Paul Chitescu wrote: On Thursday 26 November 2009 11:27:24 am Nikolay Sivov wrote: Dmitry Timoshkov wrote: "Nikolay Sivov" wrote: I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOW

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Paul Chitescu
On Thursday 26 November 2009 11:27:24 am Nikolay Sivov wrote: > Dmitry Timoshkov wrote: > > "Nikolay Sivov" wrote: > > > >> I've noticed some problems with keyboard input while testing my > >> favorite Listview control code. > >> The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: the

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Nikolay Sivov
Dmitry Timoshkov wrote: "Nikolay Sivov" wrote: I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: they don't trigger autorepeat. Is it a known input processing problem? http://bugs

Re: Ctrl/Shift don't autorepeat

2009-11-26 Thread Dmitry Timoshkov
"Nikolay Sivov" wrote: I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: they don't trigger autorepeat. Is it a known input processing problem? http://bugs.winehq.org/show_bug.cgi?

Ctrl/Shift don't autorepeat

2009-11-26 Thread Nikolay Sivov
Hi, guys. I've noticed some problems with keyboard input while testing my favorite Listview control code. The problem is that Ctrl/Shift don't fire WM_KEYDOWNs properly: they don't trigger autorepeat. Is it a known input processing problem? P.S. Alt key is different cause it generates WM_SYS