aardwolf icon indicating copy to clipboard operation
aardwolf copied to clipboard

The key_sender() for duckyscript has not been implemented yet

Open peikai opened this issue 1 year ago • 0 comments

This function is essential to send commands, why it is empty that I think the commands in Duckyscript would not be sent actually.

aardwolf/utils/ducky/init.py

async def key_sender(scancode, is_pressed, as_char = False):
	#print(scancode)
	#print(is_pressed)
	return

peikai avatar Aug 01 '24 13:08 peikai