Skip to content

Commit

Permalink
fix mcode
Browse files Browse the repository at this point in the history
  • Loading branch information
senzhk committed Nov 23, 2023
1 parent 8dd0b69 commit 96c0422
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 @@ -80,7 +80,7 @@ adb shell am broadcast -a ADB_INPUT_CHARS --eia chars '128568,32,67,97,116'
To send Ctrl + A as below: (4096 is META_CONTROL_ON, 8192 is META_CONTROL_LEFT_ON, 29 is KEYCODE_A)
adb shell am broadcast -a ADB_INPUT_TEXT --es mcode '4096,29' // one metaState.
or
adb shell am broadcast -a ADB_INPUT_TEXT --es mcode '4096^+^8192,29' // two metaState.
adb shell am broadcast -a ADB_INPUT_TEXT --es mcode '4096+8192,29' // two metaState.


6. CLEAR all text (starting from v2.0)
Expand Down

0 comments on commit 96c0422

Please sign in to comment.