This file contains hidden or 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
--Find current activity | |
adb shell dumpsys window windows | grep "mFocusedApp" | |
--Find running activities | |
adb shell dumpsys activity activities | grep "run" | |
-- Find specfic exco running processes (good for fragments) | |
adb shell dumpsys activity com.excointouch |
This file contains hidden or 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
^!Left::Send {Home} | |
^!Right::Send {End} | |
^!Up::Send {PgUp} | |
^!Down::Send {PgDn} | |
^+4::Send {ASC 0163} |