meta data for this page
  •  
Translations of this page:
  • en
Index Key Link
action Click to view
add Click to view
affiliation Click to view
align Click to view
alignment Click to view
alpha Click to view
analog clock Click to view
animated image Click to view
app drawer Click to view
app group Click to view
application Click to view
audio Click to view
background Click to view
backup Click to view
beginner Click to view
behavior Click to view
blur Click to view
calendar Click to view
card Click to view
checklist Click to view
circle indicator Click to view
clean slate Click to view
clock Click to view
code block Click to view
code of conduct Click to view
color picker Click to view
communities Click to view
compass Click to view
compatibility Click to view
complementary color Click to view
conceptual learning Click to view
configure Click to view
contact Click to view
contrast Click to view
contribute Click to view
date Click to view
date / time Click to view
default launcher Click to view
delete Click to view
desktop Click to view
developer Click to view
discussion guideline Click to view
distribution Click to view
drawer Click to view
drawer handle Click to view
dual-screen Click to view
dynamic color Click to view
dynamic image Click to view
dynamic text Click to view
edit Click to view
editing Click to view
edit mode Click to view
export Click to view
feature Click to view
file naming Click to view
flip-style Click to view
foldable Click to view
folder Click to view
font Click to view
full screen Click to view
gaussian Click to view
gesture Click to view
getting started Click to view
gradient Click to view
group Click to view
heading Click to view
help Click to view
hide Click to view
html Click to view
hue Click to view
icon Click to view
import Click to view
install Click to view
installation Click to view
instructable Click to view
intellectual property Click to view
issue Click to view
key Click to view
keys & gestures Click to view
label Click to view
landscape mode Click to view
launcher action Click to view
layout Click to view
liability Click to view
lifetime purchase Click to view
light source Click to view
link Click to view
list Click to view
luminance Click to view
macro Click to view
macrodroid Click to view
margin Click to view
mask Click to view
media controller Click to view
mobile Click to view
month/year/day Click to view
move Click to view
multi-screen Click to view
namespace Click to view
navigation Click to view
object Click to view
object design menu Click to view
official Click to view
official blog Click to view
offset Click to view
option Click to view
ordinal Click to view
page Click to view
page indicator Click to view
paste Click to view
performance Click to view
permission Click to view
pin Click to view
png Click to view
quoting Click to view
radius Click to view
registration Click to view
reminder Click to view
remove Click to view
resource Click to view
rotate Click to view
rss Click to view
save Click to view
scroll Click to view
search Click to view
select Click to view
shadow Click to view
shape Click to view
share Click to view
sidebar Click to view
slider Click to view
sliding drawer Click to view
spacing Click to view
stretch Click to view
syntax Click to view
system setting Click to view
system ui Click to view
table Click to view
table of content Click to view
tasker Click to view
taxonomy Click to view
temperature Click to view
termination Click to view
terms of use Click to view
text Click to view
theme Click to view
toby Click to view
trademark Click to view
transform Click to view
transparency Click to view
transparent Click to view
troubleshooting Click to view
typeface Click to view
ui Click to view
user conduct Click to view
user interface demo Click to view
variable Click to view
wallpaper Click to view
warranties Click to view
weather Click to view
webp Click to view
website Click to view
welcome Click to view
widget Click to view
wiki Click to view
wiki editing Click to view
window Click to view

This is an old revision of the document!


<!-- googleoff: index -->

⚠️ v4.0 UI Transition Notice - In Process: The release of Total Launcher v4.0 has introduced significant user interface changes. Please note that this page does not yet reflect these updates. The new layout paths, folds, and visual maps are currently being compiled and will be deployed shortly.

<!-- googleon: index -->


Resource: Sequence

====== Sequence ====== - Automate multiple actions

Sequence is a powerful automation feature that allows users to string together multiple actions and execute them simultaneously or in a specific chain with a single trigger. Rather than being restricted to mapping a single action, such as launching an app or opening a drawer to a gesture or a button tap, sequences act as a macro builder. Through the launcher's settings, bundle diverse operations like:

  • Opening multiple layout windows at once.
  • Triggering device setting adjustments (like lowering brightness or changing volume levels).
  • Launching a specific application.

… all under one unified command. It serves as a lightweight, built-in alternative to complex external automation tools, bridging the gap between static interface design and dynamic user interaction.

Integrating sequences into a setup design unlocks a new layer of efficiency and minimalism. For example, a dedicated “Bedtime” graphic button or swipe gesture can be designed to instantly lock the screen, set the media volume to zero, and open a blue-light-filtered e-reading app. Alternatively, power users often integrate sequences to fix or bypass complex layout behaviors, such as tying custom window management actions together or seamlessly launching a specific app search drawer layout. The primary benefits received are a cleaner, less cluttered interface and reduced friction in daily workflow. By automating repetitive multi-tap tasks into a single gesture or icon tap, sequences transform a Total Launcher setup from a merely aesthetic layout into a highly responsive, personalized dashboard that anticipates and adapts to immediate needs.

Sequence Management

Sequences are managed through the launcher behavior options or when assigning a new action to an object.

  • Add Sequence: - Create a new macro string by selecting the plus (+) icon.
  • Add Action: - Select the specific launcher command or task to include in the macro.
  • Add Delay: - Insert a timing pause between actions.
  • Rename: - Assign a unique identifier to the sequence to ensure clarity when assigning actions.
  • Delete: - Remove a sequence by long-pressing the sequence name or selecting the delete icon.

Steps and Timing Logic

Each sequence is comprised of individual action steps and timing delays. The duration of each delay must be calculated in milliseconds (ms). Note: 1000 ms is equal to 1 second.

[Visual Placeholder: Screenshot of the Sequence Editor showing Action and Delay fields]

  • Timing Reference Table:
    1. 100 ms: Immediate (Fastest feedback).
    2. 200 ms - 300 ms: Standard (Recommended for most UI actions).
    3. 500 ms: Focused (Visible pause).
    4. 1000 ms: Slow (Used for long delays).
  • Simultaneous Execution (Parallel): - List multiple actions consecutively without adding a delay step to trigger them at the same time.
  • Chaining Steps (One after another): - Insert a delay step between actions to stagger execution.
    1. Action: Launch App.
    2. Delay: 500 ms.
    3. Action: Close Window.

Execution and Triggers

Sequences remain inactive until called by an action trigger.

  • Manual Triggers: - Assign the Sequence action to a Tap, Long Press, or Swipe event in the object's action menu.
  • Variable Triggers: - Sequences can be programmed to begin when a specific variable state is reached (e.g., via a Tasker command or shortcut integration).

Toby Lancer says Megaphone Power Tips: Design Guidelines

The 300ms Rule: - For a responsive feel, keep most action delays between 200 ms and 300 ms.

Window Management: - Use a sequence to automatically close background windows when launching an app, ensuring a clean home screen upon return.

System Toggles: - Combine device settings like Wi-Fi, screen rotation, and brightness adjustments into a single sequence for contextual scenarios like driving or reading.

Step-by-Step Examples

  • Example: App Launch with Auto-Cleanup
    1. Step 1: Action Launch App (Select preferred application).
    2. Step 2: Delay of 300 ms.
    3. Step 3: Action Close Window (Target background folder or window).
    4. Result: The application launches and the originating window automatically closes, maintaining a clean layout upon return.

[Visual Placeholder: GIF of an app launching and window closing simultaneously]

Suggested Next Steps

To learn how to trigger the sequences created, proceed to the following section:

Discussion

Enter your comment. Wiki syntax is allowed:
Please solve the following equation to prove you're human. 226 +11 =