Keyboard shortcuts and accessibility

This commit is contained in:
Scott Nonnenberg 2019-11-07 13:36:16 -08:00
parent 8590a047c7
commit 20a892247f
87 changed files with 3652 additions and 711 deletions

View file

@ -182,12 +182,17 @@
"role": "help",
"submenu": [
{
"label": "Go to Release Notes",
"label": "Show Keyboard Shortcuts",
"accelerator": "CmdOrCtrl+/",
"click": null
},
{
"type": "separator"
},
{
"label": "Go to Release Notes",
"click": null
},
{
"label": "Go to Forums",
"click": null

View file

@ -169,12 +169,17 @@
"role": "help",
"submenu": [
{
"label": "Go to Release Notes",
"label": "Show Keyboard Shortcuts",
"accelerator": "CmdOrCtrl+/",
"click": null
},
{
"type": "separator"
},
{
"label": "Go to Release Notes",
"click": null
},
{
"label": "Go to Forums",
"click": null

View file

@ -120,12 +120,17 @@
"role": "help",
"submenu": [
{
"label": "Go to Release Notes",
"label": "Show Keyboard Shortcuts",
"accelerator": "CmdOrCtrl+/",
"click": null
},
{
"type": "separator"
},
{
"label": "Go to Release Notes",
"click": null
},
{
"label": "Go to Forums",
"click": null

View file

@ -109,12 +109,17 @@
"role": "help",
"submenu": [
{
"label": "Go to Release Notes",
"label": "Show Keyboard Shortcuts",
"accelerator": "CmdOrCtrl+/",
"click": null
},
{
"type": "separator"
},
{
"label": "Go to Release Notes",
"click": null
},
{
"label": "Go to Forums",
"click": null

View file

@ -57,6 +57,7 @@ describe('SignalMenu', () => {
setupWithImport: null,
showAbout: null,
showDebugLog: null,
showKeyboardShortcuts: null,
showSettings: null,
showWindow: null,
};