You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a need to open the "keyboard shortcuts" settings page programmatically just like you currently can open the options page using browser.runtime.openOptionsPage.
Originally, browser.runtime.openShortcutsPage has been proposed. Alternatively we could go for browser.runtime.openCommandsPage or browser.commands.openOptionsPage.
The text was updated successfully, but these errors were encountered:
carlosjeurissen
changed the title
Proposal: Add runtime.openShortcutsPage
Proposal: add runtime.openShortcutsPageOct 31, 2021
This has been proposed on CrBug and the chrome extensions forum:
https://groups.google.com/a/chromium.org/g/extension-api-reviews/c/4Odm0D9FR_E
https://bugs.chromium.org/p/chromium/issues/detail?id=1173375
There is a need to open the "keyboard shortcuts" settings page programmatically just like you currently can open the options page using
browser.runtime.openOptionsPage
.Originally,
browser.runtime.openShortcutsPage
has been proposed. Alternatively we could go forbrowser.runtime.openCommandsPage
orbrowser.commands.openOptionsPage
.The text was updated successfully, but these errors were encountered: