Command + (Zoom in) and Command - (Zoom out) are different from pinch-to-zoom on a trackpad. The former changes the layout of the page, whereas the latter just enlarges the page as if a magnifier was used.
Is there any way to initiate pinch-to-zoom without a trackpad? Any methods such as a keyboard shortcut or an API.
SendMessage()
orPostMessage()
. Is such thing possible with OS X? I want to send the some kind of 'pinch-to-zoom occurred' event to Safari. – Damn Vegetables Apr 21 '16 at 04:00