- Get root access in the current ROM
- Open terminal/adb shell
- Open
su
shell - Now find your persist partition
# mount | grep "persist" /dev/block/xxxxxx on /mnt/vendor/persist type ext4
- Assuming
/mnt/vendor/persist
is your mount point, make sure it's RW-able
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
#Requires AutoHotkey v2.0 | |
^q::ExitApp | |
Send "!{Tab}" | |
Loop { | |
Send "^1" | |
Sleep 100 | |
Send "^1" | |
Sleep 100 |
Last updated: Android 14
Key | Function |
---|---|
Super | Home Opens search on AOSP launcher |
Super + Backspace | Back |
Alt + Tab Super + Tab |
Recents |
Super + / | List of shortcuts |
Super + Alt | Caps Lock |
Super + Space | Page Up |