View Single Post
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..