Skip to content

Short script that allows to use computer's keyboard to simulate android keyboard

License

Notifications You must be signed in to change notification settings

muraziz/androidkeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

androidkeyboard

Short script that allows to use computer's keyboard to simulate android keyboard

This script can be useful for testing keyboard navigation in android applications.

The script uses adb shell commands to emulate key press.

Currently supported keys:

  • UP/DOWN/LEFT/RIGHT
  • PAGE UP/PAGE DOWN
  • BACKSPACE (used as back key in device)
  • TAB
  • ENTER

'q' need to be pressed to quit this mode (this script uses curses library, therefore the terminal might become messed if it doesn't quit properly, like when CTRL+C is pressed)

About

Short script that allows to use computer's keyboard to simulate android keyboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published