hak5/bashbunny-payloads

Feature Request: QUACK to support KEYDOWN/KEYUP or non-modifier combo keys

datajerk opened this issue · 1 comments

E.g.

HOLDDOWN/ALLDOWN/etc... A,B,C 0.5 # press A B and C and the same time for 0.5 seconds
DELAY ...

OR

KEYDOWN A
KEYDOWN B
KEYDOWN C
DELAY ...
KEYUP A
KEYUP B
KEYUP C # or just KEYUP with no args for all keys up

This can be done by modifying the language json or using the KEYCODE command.