diff --git a/packages/web/src/components/WelcomeModal/WelcomeGuideBody.tsx b/packages/web/src/components/WelcomeModal/WelcomeGuideBody.tsx index d769301c7..dbe3a26a0 100644 --- a/packages/web/src/components/WelcomeModal/WelcomeGuideBody.tsx +++ b/packages/web/src/components/WelcomeModal/WelcomeGuideBody.tsx @@ -28,7 +28,8 @@ export function WelcomeGuideBody() { The keyboard-first calendar

- 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.

diff --git a/packages/web/src/components/WelcomeModal/faq.ts b/packages/web/src/components/WelcomeModal/faq.ts index cad224535..9a9ab7fbc 100644 --- a/packages/web/src/components/WelcomeModal/faq.ts +++ b/packages/web/src/components/WelcomeModal/faq.ts @@ -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.", + }, ];