如何关闭应用程序取决于您的启动器。 在 rM1 上,大多数启动器都依赖于使用按钮。 在 rM2 上,目前只有 remux 支持手势。 =====Draft===== Draft 期望应用程序允许退出 UI,或者让用户使用外部服务([[https://github.com/dixonary/button-capture-reMarkable|button-capture]] 或 [[https://rmkit.dev/apps/genie|genie]]) 来管理关闭应用程序。 ===== Remux ===== 按住中间按钮或向上滑动显示屏侧面以打开 remux 并切换应用程序。 ===== Oxide ===== 按住左键打开启动器。 如果您使用的是 rM2,则需要使用类似的东西[[https://rmkit.dev/apps/genie|genie]]模拟按钮按下 (第三个手势需要安装jq): gesture=tap fingers=1 command=/opt/bin/rot apps call previousApplication duration=3 gesture=tap fingers=2 command=/opt/bin/rot screen call screenshot duration=3 gesture=tap fingers=3 command=/opt/bin/rot apps get applications | /opt/bin/jq '."codes.eeems.erode"' -cr | sed 's|/codes/eeems/oxide1/||' | xargs -I {} /opt/bin/rot --object Application:{} apps call launch duration=3