I’m a designer who built a radial menu app (Pie Menu) for macOS as a side project.
This is the story of what went right, what went wrong, and what I learned turning an idea into a shipped product.
Nice!
That would have probably saved me a lot of time when implementing on the website instead of trial and error. Current version on the website is however only done with CSS (and React).
Ideally, you shouldn't rely on characters for this, you should instead use the key code (which is 90 for z/я), which identifies the physical key on the keyboard as opposed to its corresponding character in the current layout.
That said, for dense context menus and dropdowns, I think linear lists are actually faster to scan.
reply