Desktop.Robot icon indicating copy to clipboard operation
Desktop.Robot copied to clipboard

KeyPress(char key) not working with key # and &

Open manhustbk opened this issue 1 year ago • 0 comments

in c# i used to

using Desktop.Robot
using Desktop.Robot.Extensions

private readonly Robot _robot
_robot.KeyPress(#)
_robot.KeyPress(&)

=> with two key is # or & then _robot.KeyPress() not working. But it is working with remain key same as @ ! $ %.... Please help me check it, does robot lib support for key # and &

manhustbk avatar Jan 31 '24 06:01 manhustbk