这是本文档旧的修订版!
How you can close apps, depends on your launcher. On the rM1 most launchers depend on using the buttons. On the rM2, only remux currently supports gestures.
Draft
Draft expects either the application to allow exiting from the UI, or for the user to use an external service (button-capture or genie) to manage closing the application.
Remux
Hold the middle button or swipe up the side of the display to open remux and switch applications.
Oxide
Hold the left button to open the launcher. If you are on a rM2, you'll need to use something like genie to mimic the button presses (The third gesture requires jq to be installed):
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