Table of Contents

Keys & Gestures

Gestures in Total Launcher provide a method for executing commands, launching applications, or manipulating the user interface without relying on visible buttons. These interactions are divided into two primary categories: global gestures that apply to the entire launcher environment, and object-specific gestures attached to individual items.

Introduction to Gestures Total Launcher supports a wide array of inputs, including standard swipes, multi-touch interactions, and device sensor triggers (shaking or flipping the device). Configuring these allows for a minimalist design by hiding complex functionality behind invisible triggers.

Keys & Gestures dialog :

Navigate to: Launcher Options > Key & Gestures.
Scope: - Applies to the home screen and other launcher windows unless overridden by an object.

Global Gestures

Global gestures are detected on the background of the launcher (empty space) and are not tied to specific objects. These are managed within the main launcher settings.

The Key & Gestures menu separates inputs into standard touch gestures, landscape-specific overrides, and sensor-based actions.

Keys & Gesture Input Description
Home key For devices using Android's “Back-Home-Recent Apps” navigation controls the command can be re-assigned. The Android operating system does not allow third-party launchers to override the input of the Recent Apps button directly. However, any gesture can be assigned by launcher action “Recent Apps”
Back key
Double tap Executes a command upon quickly tapping the screen background twice.
Triple tap Executes a command upon quickly tapping the screen background three times.
Swipe up Triggers an action when swiping upward on an empty area.
Swipe down
(Left half / Right half)
Distinct actions can be assigned to swiping down on the left half versus the right half of the screen.
Swipe left/right Triggers actions when swiping horizontally across the screen.
Pinch out Typically used to toggle Edit mode or open menus.
Two-finger swipe
(Up/Down)
Supports directional swipes using two fingers simultaneously.
Face down Executes an action when the device is placed screen-down on a flat surface.
Face up Executes an action when the device is placed screen-up.
Shake device Triggers an action when the device is shaken. Includes a Shake sensitivity setting.

Landscape Mode

The Gestures Landscape section allows for a distinct set of actions when the device is rotated.

Advanced Settings

Additional configuration options are available at the bottom of the Key & Gestures menu.

Launcher Action Alternatives

Gestures are generally global in nature. Look at Total Launcher's "Launcher Actions" as an alternative to accomplishing object specific actions.

Object-Specific Gestures

Gestures can also be assigned to individual objects, such as app icons, graphic images, or text. This allows a single object to perform multiple functions.

Examples of object-specific configurations:

  1. Folder Emulation: - Tapping an icon opens the app; swiping up on the same icon opens a folder. An example may be tap to open a Finance folder containing all financial-related apps while a swipe left would open the ABC Bank or a swipe right would open the primary credit card.
  2. Widget Control: - Swiping on a music widget change the media volume.

Layout Strategies

For theme designers, gestures offer a way to maintain a clean aesthetic while retaining complex functionality. Advanced implementation often involves the use of invisible objects or “hotspots.”

This technique is useful for:

  1. Stealth Navigation: - Creating secret tap zones to reveal hidden windows.
  2. Custom Controls: - Overlaying gesture areas on top of static wallpapers to simulate interactive buttons.
  3. Conflict Resolution: - If a widget has internal touch controls that conflict with a global swipe gesture, placing a container or invisible object on top can manage how the touch is intercepted.

Note: When Edit mode is active, some gestures may be disabled or modified to allow for object selection and movement. Testing should always be performed in Use mode.