lucassklp / Desktop.Robot

A library used to control your mouse and keyboard programmatically in .NET Core
MIT License
139 stars 23 forks source link

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

Open manhustbk opened 5 months ago

manhustbk commented 5 months ago

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 &