Hacker News new | ask | show | jobs
by gholap 1844 days ago
1. Disable native context menu (macOS native menus will never support access keys)[1]

2. Go to `about:config` and set `ui.key.menuAccessKey` to a custom value (I have it at 17)[2]

[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1711299

[2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1711299#c5

1 comments

You're a lifesaver, thank you! That was exactly what I've been looking for.

I've played around with `ui.key.menuAccessKey` before, but I needed to turn off native menu (`widget.macos.native-context-menus`) to display the access keys.