Skip to content

Instantly share code, notes, and snippets.

@mahendranv
Created May 26, 2014 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahendranv/0958a2cbda303191c507 to your computer and use it in GitHub Desktop.
Save mahendranv/0958a2cbda303191c507 to your computer and use it in GitHub Desktop.
ABD shell combined keyevent CTRL+N
adb shell sendevent /dev/input/event0 0 114 1
adb shell sendevent /dev/input/event0 0 42 1
adb shell sendevent /dev/input/event0 0 42 0
adb shell sendevent /dev/input/event0 0 114 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment