melib.Android_K0 is kmscript keyboard/mouse engine for android, required:
- android 7.0 or high
- ROOT not requied and no recommend
the Keyboard usage:
- make sure the keyboard and mouse engine are melib.Android_K0, see W3Config
- call key_releasein KMS, doesn't need key_press
- enter one of the global key name:
- A_BACK, the Android's back
- A_HOME, the Android's home
- A_NOTIFICATIONS, the Android's notify
- A_RECENTS, the Android's recents
- A_POWER, the Android's power
- A_QSETTINGS, the Android's quick settings
- A_SLEFT, the Android's swipe left
- A_SRIGHT, the Android's swipe right
- A_SUP, the Android's swipe up
- A_SDOWN, the Android's swipe down
- or the key name for current focus(for example the content in SMS ):
- A_CLICK, the android's click
- A_COPY, the android's copy
- A_CUT, the android's cut
- A_PASTE, the android's paste
- A_LCLICK, the android's long click
- A_TEXT, enter the text, for example input the hello to current focus, the syntax:
A_TEXT:hello
the Gesture usage:
- make sure the keyboard and mouse engine are melib.Android_K0, see W3Config
- call mouse_move, mouse_pressand the mouse_releasein KMS, for example hand press and hold in screen from 100,100 to 200,200:
- mouse_move to 100,100
- mouse_press, no matter which key
- mouse_move to 200,200
- mouse_release
- engine support the waitas time of action, for example insert an wait 2000 before mouse_release, the action(press to release) will takes 2000ms
UI: li_tag