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.
|
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| More Precise Zoom Levels for Keyboard Shortcut | Thread Tools | Search this Thread | Display Modes |
|
Member
2012-04-11, 11:01 AM
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.
Post 1
|
|
Member
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 Last edited by RobTrew; 2012-04-11 at 12:13 PM..
Post 2
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| iPhone keyboard disappearing + project nesting multiple levels | Edwin | OmniFocus for iPhone | 1 | 2010-03-26 03:56 PM |
| keyboard shortcut for fixed zoom percentage? | swankeeper | OmniGraffle General | 1 | 2009-02-26 12:02 PM |
| Alignment display error in different zoom levels | Tokumeide | OmniGraffle General | 0 | 2008-07-18 04:35 AM |
| Zoom keyboard shortcut | Line Echo | OmniGraffle General | 10 | 2008-01-22 03:14 PM |
| remember custom zoom levels | mrzizzy | OmniGraffle General | 4 | 2006-09-13 01:14 PM |