5 ms·
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
by gholap 5y 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 https://bugzilla.mozilla.org/show_bug.cgi?id=1711299
[2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1711299#c5 https://bugzilla.mozilla.org/show_bug.cgi?id=1711299#c5
- abdusco 5y agoYou'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.