Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export function WelcomeGuideBody() {
The keyboard-first calendar
</h2>
<p className="text-text-muted">
Rediscover the joy of shortcuts as you build your perfect schedule.
Rediscover the joy of shortcuts as you build your perfect schedule. No
mouse required.
</p>
</div>

Expand Down
15 changes: 15 additions & 0 deletions packages/web/src/components/WelcomeModal/faq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,19 @@ export const FAQ_ITEMS = [
answer:
"Every action, including scheduling itself, is faster from the keyboard than any other calendar. We're simpler, faster, open-source...er. We remind you of your mortality (/life).",
},
{
question: "What does 'keyboard-first' actually mean?",
answer:
"You can target any element on screen without endless Tabbing, chain shortcuts into sequences, and pull up a command palette for anything you can't remember. Compass also surfaces the right shortcut at the right moment instead of dumping the full list on you. It feels a bit like playing Tetris.",
},
{
question: "I don't know any shortcuts yet. Will I be lost?",
answer:
"No. Smart recommendations teach you shortcuts as you go, one at a time, right when they're useful. Turn on Hardcore Mode when you're ready and it'll block mouse clicks so the shortcuts stick.",
},
{
question: "Do I have to give up my mouse completely?",
answer:
"Never, unless you want to. Every shortcut has a mouse equivalent, so you can mix and match. Hardcore Mode is opt-in for when you're ready to go all-in on the keyboard.",
},
];