summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-01-05 00:02:33 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-01-05 00:02:33 -0800
commit70f04c8bc5ea6869e4631aff490efe646d9d870e (patch)
tree88f4ecfcead4e3b3cf07035f1728bffd58ed15d6
parent79368a0ecf8ac4b950f5a3349c0281317c49cb09 (diff)
downloadqtlocation-mapboxgl-70f04c8bc5ea6869e4631aff490efe646d9d870e.tar.gz
Updated gesture help
Followup to #3426.
-rw-r--r--platform/osx/app/AppDelegate.m7
1 files changed, 4 insertions, 3 deletions
diff --git a/platform/osx/app/AppDelegate.m b/platform/osx/app/AppDelegate.m
index ba1dfad3ef..b54ab4fe74 100644
--- a/platform/osx/app/AppDelegate.m
+++ b/platform/osx/app/AppDelegate.m
@@ -127,9 +127,10 @@ NSString * const MGLLastMapDebugMaskDefaultsKey = @"MGLLastMapDebugMask";
NSAlert *alert = [[NSAlert alloc] init];
alert.messageText = @"Mapbox GL Help";
alert.informativeText = @"\
-• To scroll, swipe with two fingers, drag the cursor, or press the arrow keys.\n\
-• To zoom, pinch with two fingers, or hold down Shift while dragging the cursor up and down, or hold down Option while pressing the up and down arrow keys.\n\
-• To rotate, move two fingers opposite each other in a circle, or hold down Option while dragging the cursor left and right, or hold down Option while pressing the left and right arrow keys.\n\
+• To scroll, swipe with two fingers on a trackpad, or drag the cursor, or press the arrow keys.\n\
+• To zoom in, pinch two fingers apart on a trackpad, or double-click, or hold down Shift while dragging the cursor down, or hold down Option while pressing the up key.\n\
+• To zoom out, pinch two fingers together on a trackpad, or double-tap on a mouse, or hold down Shift while dragging the cursor up, or hold down Option while pressing the down key.\n\
+• To rotate, move two fingers opposite each other in a circle on a trackpad, or hold down Option while dragging the cursor left and right, or hold down Option while pressing the left and right arrow keys.\n\
• To tilt, hold down Option while dragging the cursor up and down.\n\
• To drop a pin, click and hold.\
";