Skip to content

Commit

Permalink
Use KEYCODE_SLEEP (223) instead
Browse files Browse the repository at this point in the history
  • Loading branch information
uragiristereo committed Oct 9, 2022
1 parent 59beb72 commit 5edf6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/uragiristereo/pldt2s/HookEntry.kt
Expand Up @@ -27,7 +27,7 @@ class HookEntry : IYukiHookXposedInit {
}

afterHook {
Shell.cmd("input keyevent 26").exec()
Shell.cmd("input keyevent 223").exec()
}
}
}
Expand Down

0 comments on commit 5edf6a4

Please sign in to comment.