Skip to content
CleverKeys Wiki

Selection Delete

Selection Delete mode lets you select text by holding backspace and moving your finger like a joystick. When you release, the selected text is deleted.

Quick Summary

WhatDescription
PurposeQuickly select and delete text
ActivationShort swipe + hold on backspace
MovementJoystick-style text selection

How It Works

  1. Do a short swipe on backspace and hold
  2. Move your finger to select text (like TrackPoint)
  3. Release to delete the selected text

The gesture combines selection and deletion in one fluid motion.

How to Use

Step 1: Short Swipe on Backspace

Touch backspace and do a small swipe in any direction, then hold without lifting.

Step 2: Selection Mode Activates

After holding briefly, selection mode activates. You’ll feel a haptic pulse.

Step 3: Move to Select

Move your finger in the direction you want to select:

DirectionSelection
LeftSelect characters to the left
RightSelect characters to the right
UpSelect lines above
DownSelect lines below

Step 4: Release to Delete

Lift your finger. All selected text is deleted.

[!WARNING] This action cannot be easily undone. Select carefully!

Bidirectional Selection

You can change direction while selecting:

  1. Start selecting left
  2. Move finger right to reduce selection
  3. Move further right to select in the other direction

The selection follows your finger movement continuously.

Vertical Selection

Moving up/down selects by lines:

SettingDescription
Vertical ThresholdHow much vertical movement triggers line selection
Vertical SpeedHow fast line selection moves

Configure in Settings > Gesture Tuning > Selection-Delete Mode.

Speed Control

Like TrackPoint, speed depends on distance:

  • Near center: Slow selection (precise)
  • Far from center: Fast selection
  • Vertical: Slower than horizontal (configurable)

Tips and Tricks

  • Small deletions: Don’t move far, quick release
  • Large deletions: Swipe to edge for fast selection
  • Change direction: Move opposite way to deselect
  • Cancel: Move back to center and release (selects nothing)

[!TIP] Practice with non-important text first. The gesture takes some getting used to.

Difference from Regular Backspace

ActionRegular BackspaceSelection Delete
GestureTap or holdShort swipe + hold
DeletesOne char / word at a timeSelected region at once
DirectionBackwards onlyAny direction
SpeedFixed repeat rateVariable

Settings

SettingLocationDescription
Vertical ThresholdGesture Tuning% of key height for vertical activation
Vertical SpeedGesture TuningSpeed multiplier for line selection

Default values:

  • Vertical Threshold: 40%
  • Vertical Speed: 0.4x (slower than horizontal)

Technical Details

See Selection Delete Technical Specification for implementation details including:

  • FLAG_P_SELECTION_DELETE_MODE flag
  • Shift+Arrow key simulation
  • Axis tracking algorithm