The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniGraffle General (http://forums.omnigroup.com/forumdisplay.php?f=10)
-   -   More Precise Zoom Levels for Keyboard Shortcut (http://forums.omnigroup.com/showthread.php?t=23937)

futurephonic 2012-04-11 11:01 AM

More Precise Zoom Levels for Keyboard Shortcut
 
Can you set more precise zoom levels for Zoom In/Zoom Out? There are more precise levels in the zoom drop-down, but using the keyboard shortcut forces 100% - 200% - 400%. I'm a keyboard shortcut kinda guy.

RobTrew 2012-04-11 12:07 PM

You can assign scripts of this general pattern to keystrokes, using something like Keyboard Maestro, FastScripts etc

(A zoom value of 100% is specified as 1.0)

[CODE]property rZoom : 0.45 -- Zoom 1.0 = 100%

tell application id "OGfl"
tell front window to set zoom to rZoom
end tell[/CODE]

[COLOR="White"]--[/COLOR]


All times are GMT -8. The time now is 07:15 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.