|   |   | 
| Line 23: | Line 23: | 
|  | Use the Draw > Stereo menu to select Zalman Stereo. |  | Use the Draw > Stereo menu to select Zalman Stereo. | 
|  | 
 |  | 
 | 
|  | == Some Potentially Useful Scripts and Tweaks ==
 |  | 
|  | 
 |  | 
 | 
|  | === Crank Up Font Size=== |  | == Useful buttons == | 
|  | 
 |  | 
 | 
|  |  ;; The font needs to be cranked up to be visible in stereo
 |  | Customize your toolbar (the bar directly above the graphics window)! By default this only has the "Display Manager" button. Do this by right-clicking an empty part of that toolbar and then "Manage buttons (add/delete button)". There, select "Zalman Stereo/mono" and "Swap Stereo". | 
|  |  (set-font-size 3)
 |  | 
|  |   |  | 
|  | === For Zalman to the left of main display ===
 |  | 
|  |   |  | 
|  | If your monitor is to the right, you will have to adjust X values appropriately
 |  | 
|  |   |  | 
|  |  ;; Specific for Zalman monitor set to the left of eg MacBook Air
 |  | 
|  |  ;;
 |  | 
|  |  ;; These should be even numbers to keep the stereo
 |  | 
|  |  ;; the right way around
 |  | 
|  |  (set-graphics-window-position 0 0)
 |  | 
|  |  (set-graphics-window-size 1680 1050)
 |  | 
|  |  ;; Make these subsidiary windows appear on the right-hand monitor
 |  | 
|  |  (set-model-fit-refine-dialog-position 1900 0)
 |  | 
|  |  (set-delete-dialog-position 1700 50)
 |  | 
|  |  (set-go-to-atom-window-position 1847 67)
 |  | 
|  |  
 |  | 
|  | ===Inverted Stereo?===
 |  | 
|  |   |  | 
|  | Put the button "Swap Stereo" into your toolbar (the bar directly above the graphics window)! By default this only has the "Display Manager" button. Do this by right-clicking an empty part of that toolbar and then "Manage buttons (add/delete button)". There, select "Zalman Stereo/mono" and "Swap Stereo".
 |  |