docs(site): note fn+F2 on mac

main
Peter Steinberger 2025-12-14 00:42:53 +00:00
parent e6d522493b
commit e96654ced1
1 changed files with 18 additions and 17 deletions

View File

@ -51,15 +51,15 @@
</div>
<div class="titlebar__actions">
<button
class="theme-toggle"
type="button"
data-theme-toggle
aria-label="Toggle theme (F2)"
aria-pressed="false"
>
<span class="theme-toggle__key">F2</span>
<span class="theme-toggle__label" data-theme-label>theme</span>
<button
class="theme-toggle"
type="button"
data-theme-toggle
aria-label="Toggle theme (F2; on Mac: fn+F2)"
aria-pressed="false"
>
<span class="theme-toggle__key">F2</span>
<span class="theme-toggle__label" data-theme-label>theme</span>
</button>
</div>
</div>
@ -123,12 +123,13 @@
<a href="https://github.com/steipete/clawdis">source</a>
<span class="footer__sep">·</span>
<a href="https://www.npmjs.com/package/clawdis">npm</a>
</div>
<div class="footer__hint" aria-hidden="true">
tip: press <kbd>F2</kbd> to flip the universe
</div>
</footer>
</div>
</main>
</body>
</div>
<div class="footer__hint" aria-hidden="true">
tip: press <kbd>F2</kbd> (Mac: <kbd>fn</kbd>+<kbd>F2</kbd>) to flip
the universe
</div>
</footer>
</div>
</main>
</body>
</html>