Zalman Stereo: Difference between revisions

481 bytes removed ,  20 January 2015
Line 45: Line 45:
  (set-go-to-atom-window-position 1847 67)
  (set-go-to-atom-window-position 1847 67)
   
   
=== Customized Menu for Zalman Monitor ===
<pre>
;; Customize menu bar for Zalman monitor
(let ((menu (coot-menubar-menu "Zalman")))
  (add-simple-coot-menu-menuitem
  menu "Zalman Stereo ON"
  (lambda ()
(zalman-stereo-mode)))
  (add-simple-coot-menu-menuitem
  menu "Zalman Stereo OFF"
  (lambda ()
(mono-mode)))
  (add-simple-coot-menu-menuitem
  menu "Zalman Full-Screen"
  (lambda ()
(set-graphics-window-position 0 0)(set-graphics-window-size 1680 1050))))
</pre>
===Inverted Stereo?===
===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".
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".
1,328

edits