Skip to content

Commit

Permalink
add some shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Jul 14, 2020
1 parent 3628f4d commit 7a1e5f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ try {
label: 'Keira3 Repository',
click: function () {
shell.openExternal('https://github.com/AzerothCore/Keira3/')
}
},
accelerator: process.platform === 'darwin' ? 'Cmd+F+1' : 'F1'
},
{
label: 'Report a Bug',
Expand All @@ -155,6 +156,13 @@ try {
},
]
},
{
label: 'Wiki',
click: function () {
shell.openExternal('https://www.azerothcore.org/wiki/database-world')
},
accelerator: 'CmdorCtrl+H'
},
{
label: 'Join our Discord',
click: function () {
Expand Down

0 comments on commit 7a1e5f5

Please sign in to comment.