When Function2 is pressed, consumer code 0x0cd should be sent. When Function2 is released, code should be cleared.
Actual functionality:
When Function2 is pressed, consumer code 0x0cd should be sent. When Function2 is released, code is sent again. If another consumer code is sent, it overwrites the first and continues to be sent.
Debug output using above kll:
From pressing & releasing Function2, Function2, LAlt, Function2
example kll:
Expected functionality:
When Function2 is pressed, consumer code 0x0cd should be sent. When Function2 is released, code should be cleared.
Actual functionality:
When Function2 is pressed, consumer code 0x0cd should be sent. When Function2 is released, code is sent again. If another consumer code is sent, it overwrites the first and continues to be sent.
Debug output using above kll:
From pressing & releasing Function2, Function2, LAlt, Function2