Suggested new feature

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A hot key to resize your page to 100%

If this already exists please tell me what it is : )
 
A hot key to resize your page to 100%
Assign a hot-key (or a button) to this macro:

ActiveWindow.ActivePane.View.Zoom.Percentage = 100
 
Aj said:
A hot key to resize your page to 100%

If this already exists please tell me what it is : )

There isn't one assigned in the "out-of-the-box" program, but it's
very simple to create one.

- Open Tools > Customize and click the Keyboard button.
- In the Categories list, click View.
- In the Commands list, scroll down and select ViewZoom100.
- Put the cursor in the "Press new shortcut keys" box.
- Press the key combination you want to use. I'll suggest
Ctrl+Shift+0, which isn't normally assigned to anything.
- Click the Assign button, then close both dialogs.
 
Back
Top