From 241ddfbff1feab575dee662d805a7597ab899258 Mon Sep 17 00:00:00 2001 From: Marco Russo Date: Fri, 21 Aug 2026 16:08:13 +0200 Subject: [PATCH] Redraw the shortcut section icons on one grid The Touch glyph was hand-traced and filled, on a 390 242 320 400 viewBox, while every other icon was a 24-grid outline at stroke-width 2. It read as a dark blob beside its neighbours and turned to mush in the 14px chip nav. It is now drawn on the same grid, simplified to a single knuckle so the interior stays open at chip size. The rest follow from looking at the set rendered rather than at the markup: - Palette and commands used a wrench, which says settings or repair. The section is the drawing palette and the menu strips, so it is a palette. - Double-click was a mouse with two click arcs 1.4 units apart. They merged into a smear against the mouse body, and it left two near-identical mouse silhouettes in the chip nav. It is now a cursor, filled, because .chipnav a svg draws at opacity .68 and a thin outline disappeared there. - Mouse was 12x18 where the pen and keyboard fill 20, so it sat optically small. Now 14x20. - In every session had no icon, the only heading without one. The chip for the palette section is shortened to Palette. The chip track is capped at ~598px by .wrap.narrow and the fixed-width filter, independent of viewport, so the full label overflowed by ~110px at every desktop size. The heading keeps the full name. Co-Authored-By: Claude Opus 5 --- site/shortcuts.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site/shortcuts.html b/site/shortcuts.html index 0111668..dcb3ce9 100644 --- a/site/shortcuts.html +++ b/site/shortcuts.html @@ -47,11 +47,11 @@

Shortcuts

@@ -60,7 +60,7 @@

Shortcuts

-

In every session

+

In every session

F6Format DAX or SQL
F2Edit the text container
@@ -86,7 +86,7 @@