Skip to content

Commit

Permalink
Replace 3f tap with double tap (text only). Refs blinksh#1829
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Aug 18, 2023
1 parent 9edfeb3 commit e6ae605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blink/Intro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ struct PageInfo: Identifiable {
title: "MULTIPLE TERMINALS & WINDOWS",
linkText: Text("READ DOCS"),
url: URL(string: "https://docs.blink.sh/basics/navigation")!,
info: Text("Use **pinch** to zoom the terminal. Use **two finger tap** to create a new shell. Use **slide** to move between shells. Use **three finger tap** for menu. Type **help** if you need it."),
info: Text("Use **pinch** to zoom the terminal. Use **two finger tap** to create a new shell. Use **slide** to move between shells. Use **double tap Cmd or Home bar** for menu.\nType **help** if you need it."),
compactInfo: Text("Not to use in compact"),
image: "intro-windows"

Expand Down

0 comments on commit e6ae605

Please sign in to comment.