Skip to content

Commit

Permalink
zoom menu: add note about pan to mouse using Meta-click
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Oct 22, 2019
1 parent 5d21f73 commit cbee771
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js9-allinone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions js9plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -7194,6 +7194,10 @@ JS9.Menubar.createMenus = function(){
items.alignpanzoom.disabled = false;
}
items.reset = xname("reset pan/zoom");
items.pantoclick = {
name: "(pan to mouse: Meta-click)",
disabled: true,
};
items[`sep${n++}`] = "------";
items.fliptitle = {
name: "Flip:",
Expand Down
4 changes: 4 additions & 0 deletions plugins/core/menubar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,10 @@ JS9.Menubar.createMenus = function(){
items.alignpanzoom.disabled = false;
}
items.reset = xname("reset pan/zoom");
items.pantoclick = {
name: "(pan to mouse: Meta-click)",
disabled: true,
};
items[`sep${n++}`] = "------";
items.fliptitle = {
name: "Flip:",
Expand Down

0 comments on commit cbee771

Please sign in to comment.