Completed
Last Updated: 14 Feb 2014 09:20 by Max
ADMIN
Ivaylo
Created on: 04 Mar 2013 13:03
Type: Bug Report
2
Alt key doesn't get triggered for a WPF application
When using Manager.Desktop.KeyBoard.KeyPress or Manager.Desktop.KeyBoard.KeyDown the Alt key never gets triggered, the same scenario works flawlessly when the Ctlr key is used.

Steps to reproduce:

1. Create a sample step executing for example Alt+Tab in a coded step.
2. Run the test

Expected behavior: The Alt+Tab combination to work
Actual behavior: Only the Tab key is pressed.
4 comments
Max
Posted on: 14 Feb 2014 09:20
This still appears to not be working. Are you saying you cannot reproduce this if you are asking us to contact support?
ADMIN
Pavel
Posted on: 15 Aug 2013 07:51
Please contact our support if you still cannot make this work.
Kiranjeet
Posted on: 03 Apr 2013 16:06
This doesn't work for holding down the key, carry on doing other things and finally releasing the key.
ADMIN
Konstantin Petkov
Posted on: 27 Mar 2013 11:54
Please use this code as a work-around:
this.ActiveApplication.MainWindow.Desktop.KeyBoard.SendString("%{F1}");