Skip to content

Commit

Permalink
Zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Oct 12, 2018
1 parent cff9048 commit d698859
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,20 @@ function make_main_menu() {
windows.send("selector", "focus_input", null);
}
},
{
type: "separator"
},
{
accelerator: "CommandOrControl+=",
role: "zoomin"
},
{
accelerator: "CommandOrControl+-",
role: "zoomout"
},
{
role: "resetzoom"
},
]
},
{
Expand Down

0 comments on commit d698859

Please sign in to comment.