Unlike WingRing0 that doesn't support USB keyboard, DD even works without a physical keyboard.
Source
Example:
Code: Select all
#Include, class_DD.ahk
DD.str("abc") ; Send string abc
DD._key_press("F11") ; Send hotkey F11
DD._key_press("LWin", "R") ; Send Win+R
DD._key_press("Ctrl", "Alt", "S") ; Send Ctrl+Alt+S
Limitation:
A network connection is required when loading the DD library (dll file), but once loaded the computer can go offline.