Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
senzhk committed May 8, 2014
1 parent 1d8fac6 commit ad9d07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ADBKeyboard will help in these cases, especially in device automation and testin
Usage Example:
<pre>
1. Sending text input
adb shell am broadcast -a ADB_INPUT_TEXT --es msg "你好嗎! Hello!"
adb shell am broadcast -a ADB_INPUT_TEXT --es msg '你好嗎? Hello?'

2. Sending keyevent code (67 = KEYCODE_DEL)
adb shell am broadcast -a ADB_INPUT_CODE --ei code 67
Expand Down

0 comments on commit ad9d07a

Please sign in to comment.