diff options
author | ben <ben@nagy.contact> | 2025-01-02 13:13:11 -0800 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-01-02 13:13:11 -0800 |
commit | 17afdd47194da24b581075f01d678342c4b56f14 (patch) | |
tree | bea0b4dd51fd68d164715e7c72f8fc7109e5fe68 /README.md | |
parent | 16fb12c35ea3a89d3f35c7725e04994e93a407a3 (diff) |
a hello world
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -34,3 +34,12 @@ Key Codes (gestures): ``` $: adb push sleep.lua /storage/emulated/0/Android/media/is.xyz.mpv/scripts/ ``` + + +## ignore +<!-- +We need to retrieve user input. MPV OSD can output content, but not retrieve input. +We could use [termux-dialog](https://wiki.termux.com/wiki/Termux-dialog), but that's bloated. + +Alternatively, we can write a small app that sleep.lua executes to retrieve user input through a simple dialogue +--> |