1 comments

  • acmnrs3 hours ago
    &gt; Our mitigation against context menu discoverability is to place the same actions in the detail view behind a regular dropdown menu.<p>This is a pattern I&#x27;d like to use myself and see more commonly—the context menu as a shortcut but not the only method makes a lot of sense as a balance between the average user and power users.<p>The only downside I see is that you&#x27;re losing the browser&#x27;s native context menu, but this is solved by behaviors like in Helium where `Shift+RightClick` forces the native menu[^1]. I&#x27;m not sure which other browsers if any implement that, however.<p>[^1]: <a href="https:&#x2F;&#x2F;nitter.net&#x2F;heliumbrowser&#x2F;status&#x2F;2080218122674376708#:~:text=shift%20+%20right%2Dclick%20to%20force%2Dopen%20a%20context%20menu" rel="nofollow">https:&#x2F;&#x2F;nitter.net&#x2F;heliumbrowser&#x2F;status&#x2F;2080218122674376708#...</a>