# WFtab

Built-in default shortcuts in a fresh, isolated web profile.

## Animated WebP

![WFtab interaction demo](/showcase/wftab/2026-09-10T10-52-14-165Z-f4de/wftab-interaction.webp)

![WFtab: default shortcuts and search, light theme.](/showcase/wftab/2026-09-10T10-52-14-165Z-f4de/home-light.webp)

![WFtab: shortcut management dialog with keyboard-accessible ordering controls.](/showcase/wftab/2026-09-10T10-52-14-165Z-f4de/shortcuts-dialog.webp)

![WFtab: dark theme with reordered shortcuts.](/showcase/wftab/2026-09-10T10-52-14-165Z-f4de/home-dark.webp)

## Reduced-motion HTML

```html
<!-- Copy this asset directory to /showcase/wftab/2026-09-10T10-52-14-165Z-f4de/. Demo data: Built-in default shortcuts in a fresh, isolated web profile. -->
<picture>
  <source media="(prefers-reduced-motion: reduce)" srcset="/showcase/wftab/2026-09-10T10-52-14-165Z-f4de/home-light.webp">
  <img src="/showcase/wftab/2026-09-10T10-52-14-165Z-f4de/wftab-interaction.webp" alt="WFtab: Hover the GitHub shortcut; Type a search draft without sending it to a remote engine; Open the search-engine dropdown; Select Google locally; Clear the draft; Open the settings dialog; Switch to shortcut settings; Move GitHub one position up in the isolated profile; Close the settings dialog; Switch to dark mode." width="1080" height="608" loading="lazy" decoding="async">
</picture>
```
