Drag Gestures Reference

GeoWords uses modifier keys to switch between different drag behaviors. The gesture depends on which modifier keys are held and where you start the drag.

Gesture Table

ModifierClick TargetGestureDescription
Plain dragAny cellPaintStart a fresh selection, accumulating adjacent cells
Ctrl+dragFirst selectedPrependExtend selection backward from the start
Ctrl+dragLast selectedAppendExtend selection forward from the end
Ctrl+dragMiddle selectedSpliceInsert new cells after the anchor position
Shift+dragSelected cellDeleteRemove dragged-over cells from the selection
Shift+Ctrl+dragAny cellGreat CircleSelect tiles along a great circle arc between anchor and cursor
Alt+dragAny cellHaloSelect a ring of tiles at BFS distance N from center
Background clickOrbitRotate the camera around the hexasphere

Notes