ddxoft / master

547 stars 173 forks source link

DD_str issues #41

Open mark3st opened 2 years ago

mark3st commented 2 years ago

when DD_str is used, it only types the first character.

for example, DD_str("class") results in "c", although it should be "class".

can you tell me the solution? thanks.

ddxoft commented 2 years ago

Enter a single byte type string (char),

mark3st @.***> 于2022年4月6日周三 09:24写道:

when DD_str is used, it only types the first character.

for example, DD_str("class") results in "c", although it should be "class".

can you tell me the solution? thanks.

— Reply to this email directly, view it on GitHub https://github.com/ddxoft/master/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXPLN5NTDWQE6GEON3RYUTVDTRTNANCNFSM5SUOVVIA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mark3st commented 2 years ago

Enter a single byte type string (char), mark3st @.***> 于2022年4月6日周三 09:24写道:

Can I ask one more question? When DD_key is used, 1 means press and 2 means release. However, when I code like

DD_key(501, 1) time.sleep(5) DD_key(501, 2)

Key is not pressed for 5 seconds. It only presses one time. But some keys like arrows keep pressing for seconds. Can you tell me why? Thank you for your kind replies.

ddxoft commented 2 years ago

apply hid

mark3st @.***> 于2022年4月6日周三 13:28写道:

Enter a single byte type string (char), mark3st @.***> 于2022年4月6日周三 09:24写道: … <#m-321550467136433330>

Can I ask one more question? When DD_key is used, 1 means press and 2 means release. However, when I code like

DD_key(501, 1) time.sleep(5) DD_key(501, 2)

Key is not pressed for 5 seconds. It only presses one time. But some keys like arrows keep pressing for seconds. Can you tell me why? Thank you for your kind replies.

— Reply to this email directly, view it on GitHub https://github.com/ddxoft/master/issues/41#issuecomment-1089835242, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXPLNZVW6VKLCBTNLZAXJLVDUOGTANCNFSM5SUOVVIA . You are receiving this because you commented.Message ID: @.***>

mark3st commented 2 years ago

apply hid mark3st @.***> 于2022年4月6日周三 13:28写道:

You mean dll file in 3.HID folder? I’ve tried to apply HID but it constantly fails to install the driver. Do you have any solution?