Skip to content

Commit 263128d

Browse files
author
Warren Buckley
authored
Merge pull request #673 from ianleeder/close-file-shortcut
Add CmdOrCtrl+Shift+W shortcut to close log file
2 parents af7492d + 43da09d commit 263128d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LogViewer.Client/src/main/appmenu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const template: Electron.MenuItemConstructorOptions[] = [
2626
id: "logviewer.close",
2727
label: "Close Log",
2828
enabled: false,
29+
accelerator: "CmdOrCtrl+Shift+W",
2930
click: (menuItem, focusedWindow) => {
3031

3132
// Disable the close menu item & re-activate the open menu item

0 commit comments

Comments
 (0)