Created
May 26, 2014 06:44
-
-
Save mahendranv/0958a2cbda303191c507 to your computer and use it in GitHub Desktop.
ABD shell combined keyevent CTRL+N
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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