Completed
Last Updated: 08 May 2015 05:43 by ADMIN
ADMIN
Ivaylo
Created on: 04 Jun 2014 13:26
Type: Feature Request
1
Alt key not working as expected in coded step
The following code does not work properly when executed:

Manager.Desktop.KeyBoard.KeyDown(Keys.Alt);
Manager.Desktop.KeyBoard.KeyPress(Keys.D);
Manager.Desktop.KeyBoard.KeyUp(Keys.Alt);

The behavior is like pressing the Alt Gr + Q keyboard combination, instead of Alt+Q
3 comments
ADMIN
Daniel Djambov
Posted on: 08 May 2015 05:42
Telerik: the issue is fixed and solution will be available in our next internal product release planned to be out by mid May 2015.
Bradley Fulton
Posted on: 30 Apr 2015 15:50
And now the AltGr key is not represented as a shift state by any of the browsers -- it's just passed through as an invalid key.  Previously (3 years ago) the browsers would have used Ctrl and Alt to represent this, so would have been equivalent to the Alt key in a way.  But that doesn't work any more! So not web-based program would be able to capture an Alt + key IN ANY WAY.  This is a very serious problem!!  
Bradley Fulton
Posted on: 28 Apr 2015 23:03
More than that, there doesn't seem to be any way to emulating an Alt+key, which is quite an oversight!!  All the browsers use Alt keys for accesskey, so this is not a minor problem.