Netdex / android-usb-script

An Android app that allows you to script USB gadgets (work-in-progress).
MIT License
37 stars 12 forks source link

send key delete #3

Closed chungdtph03756 closed 6 years ago

chungdtph03756 commented 6 years ago

I want to send command of delete button to pc please help me

Netdex commented 6 years ago

The Lua command press_keys(kb.DELETE) would send a delete key.

A full list of input keys is available in Input.java. A full list of Lua commands is available in LuaHIDBinding.java. Some example self-documenting scripts are available in assets/scripts.