Ariver
2026-06-09 fae673d17c0d7c4f9acb076218c7de291bf507ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Support — TagLauncher</title>
  <meta name="description" content="TagLauncher support: shortcuts, FAQ, contact email, and localized help PDF.">
  <link rel="stylesheet" href="styles.css">
  <link rel="alternate" hreflang="en" href="support-en.html">
  <link rel="alternate" hreflang="zh-Hans" href="support.html">
</head>
<body>
  <header class="site-header">
    <div class="layout site-header__bar">
      <a class="brand" href="index-en.html">
        <img src="assets/app-icon-256.png" width="34" height="34" alt="">
        TagLauncher
      </a>
      <nav class="site-nav" aria-label="Main">
        <a href="index-en.html">Home</a>
        <a href="support-en.html" aria-current="page">Support</a>
        <a href="privacy.html">Privacy</a>
        <a href="https://github.com/shanghai3168/taglauncher/releases/download/v7.6.0/Taglauncher-help-en.pdf" rel="noopener" type="application/pdf">Help PDF</a>
      </nav>
      <div class="lang-switch" role="navigation" aria-label="Language">
        <a href="support.html" hreflang="zh-Hans">中文</a>
        <a href="support-en.html" class="is-active" hreflang="en">EN</a>
      </div>
    </div>
  </header>
 
  <main class="page-main">
    <div class="layout prose">
      <article class="card">
        <h1>Support</h1>
        <p>
          <strong>Current version:</strong> 7.8.15 (Build 20260605.2337)<br>
          <strong>System requirement:</strong> macOS 15.0 or later
        </p>
 
        <h2>Contact</h2>
        <p>
          Email:
          <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>
        </p>
        <p>Please include your macOS version and TagLauncher version when contacting support. We usually reply within a few business days.</p>
 
        <h2>Default Shortcuts</h2>
        <ul>
          <li><kbd>Option</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd> — open App Grid</li>
          <li><kbd>Space</kbd> inside App Grid — open Quick Search</li>
          <li><kbd>Fn</kbd> + <kbd>Space</kbd> — Quick Search only (adjustable in Settings)</li>
          <li><kbd>Esc</kbd> — close Quick Search or App Grid</li>
          <li><kbd>Command</kbd> + <kbd>,</kbd> — Preferences</li>
        </ul>
        <p>You can view or change shortcuts in TagLauncher Settings → Shortcuts, depending on your app version.</p>
 
        <h2>Help</h2>
        <p>
          The app's About panel opens the help PDF that matches the current interface language.
          You can also download the English help document directly:
        </p>
        <p>
          <a href="https://github.com/shanghai3168/taglauncher/releases/download/v7.6.0/Taglauncher-help-en.pdf" rel="noopener" type="application/pdf">
            Download English Help PDF
          </a>
        </p>
 
        <h2>FAQ</h2>
        <h3>App Grid stays on a loading spinner?</h3>
        <p>
          Update to TagLauncher 7.8.15 or later. If it still happens, quit TagLauncher completely and open it again.
          You can also check Settings → Data to make sure the layout file is not damaged, then restore from a backup JSON if needed.
        </p>
        <h3>How do I back up categories and layouts?</h3>
        <p>Open Settings → Data → Export Categories and Layout, then save the JSON file. Use Import to restore it after reinstalling or moving to another Mac.</p>
        <h3>Can one app belong to multiple tags?</h3>
        <p>Yes. This is one of the main differences between TagLauncher and Launchpad's folder model.</p>
        <h3>Does TagLauncher upload my data to the cloud?</h3>
        <p>No. Categories, tags, and notes stay on your Mac. See the <a href="privacy.html">Privacy Policy</a>.</p>
 
        <h2>Mac App Store</h2>
        <p>We will add the App Store product link here after launch. Purchases and refunds are handled through Apple Support.</p>
      </article>
    </div>
  </main>
 
  <footer class="site-footer">
    <div class="layout">
      <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p>
    </div>
  </footer>
</body>
</html>