UNO-HIDKeyboard-Library icon indicating copy to clipboard operation
UNO-HIDKeyboard-Library copied to clipboard

Key ',' comma is not working. Sent as '<'

Open manojece8088 opened this issue 5 years ago • 2 comments

I am working on a script which sends powershell commands through arduino. In that, a command has a comma ',' character in it ***** keyboard.print("$SMTPInfo = New-Object Net.Mail.SmtpClient($SmtpServer, 587)"); ****. When the code is executed, the character '<' is sent instead of comma ','. I tried using SHIFT as well, but same result.

manojece8088 avatar May 22 '19 16:05 manojece8088

I fixed this by modifying the HIDKeyboard.h and changing the shift register for 44 (ascii = ,) from SHIFT to 0x00. both work asintended now , & <

Zuclo avatar Nov 12 '19 09:11 Zuclo

@jojov0 i do not own this project so what do you mean?

Zuclo avatar Nov 12 '19 18:11 Zuclo