I cannot find the grasshopper_kernel.xml in Rhino 8 where I want to change a setting for the Magic Mouse, as per https://pedroazambujavarela.net/grasshopper-and-magic-mouse/
Help?
To make the Grasshopper canvas Zoom In and Out instead of scrolling Up and Down and Sideways, you need to change a line in grasshopper_kernel.xml, which you can find in Settings Folder (fig. 1). Once editing the file, change
<item name="Canvas:TrackpadGestures" type_name="gh_bool" type_code="1">true</item>
into<item name="Canvas:TrackpadGestures" type_name="gh_bool" type_code="1">false</item>