Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - How does the key wizard set up continuous shooting? For example, if I press "E", I will keep pressing "E", then release and stop.
How does the key wizard set up continuous shooting? For example, if I press "E", I will keep pressing "E", then release and stop.
Long get keystone (vk _ code) parameter definition:

Vk_code integer: virtual key code return value: integer:

0: rebound

1: press

This is a function of the key wizard desert plug-in. There are also lazy plug-ins that have similar functions.

The general idea of your request is.

key=Plugin.dm.GetKeyState(74)

If key= 1

Press the key "j", 1

If ... it will be over.

Just repeat this sentence. But the disadvantage is that if you press two keys at the same time or press the J key first and then press another key, the continuous shooting will stop. I'm thinking about it, too