demo button: include (d) in tooltip

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Max Gorog 2026-05-08 17:07:47 -05:00
parent cedf64c708
commit 06bfcef3d6

View file

@ -144,7 +144,7 @@
<button id="prev-btn" class="ghost icon" title="Previous (← / k)"></button> <button id="prev-btn" class="ghost icon" title="Previous (← / k)"></button>
<button id="next-btn" class="ghost icon" title="Next (→ / space / j)"></button> <button id="next-btn" class="ghost icon" title="Next (→ / space / j)"></button>
<button id="click-nav-btn" class="ghost" title="Click on the stage to advance to the next slide (c)">click-nav: off</button> <button id="click-nav-btn" class="ghost" title="Click on the stage to advance to the next slide (c)">click-nav: off</button>
<button id="demo-btn" class="ghost" title="Toggle local synthetic data">demo: off</button> <button id="demo-btn" class="ghost" title="Toggle local synthetic data (d)">demo: off</button>
<button id="theme-btn" class="ghost" title="Theme panel (t)">theme</button> <button id="theme-btn" class="ghost" title="Theme panel (t)">theme</button>
</header> </header>