Windows 10 x64. opencv 4.0.1
I've been using waitKey, and now under opencv 4.0.1, waitKeyEx successfully for the 4 arrow keys but the returned code from waitKeyEx apparently doesn't change when I press them simultaneously with the SHIFT or CTRL keys (0x00250000 - Left, 0x00260000 - Up, etc returned from waitKeyEx() regardless of shift or CTRL being pressed or not )