Zalman Stereo: Difference between revisions

172 bytes removed ,  20 August 2009
Line 69: Line 69:
  (set-go-to-atom-window-position 1847 67)
  (set-go-to-atom-window-position 1847 67)
   
   
=== Customized Menu for Zalman Monitor and Powermate Dial ===
=== Customized Menu for Zalman Monitor ===
<pre>
<pre>
;; Customize menu bar for PowerMate Dial and Zalman monitor
;; Customize menu bar for PowerMate Dial and Zalman monitor
(let ((menu (coot-menubar-menu "Custom")))
(let ((menu (coot-menubar-menu "Custom")))
  (add-simple-coot-menu-menuitem
  menu "PowerMate"
  (lambda ()
(load (append-dir-file (getenv "HOME") ".cootrc_powermate_and_keybindings.scm"))))
   (add-simple-coot-menu-menuitem
   (add-simple-coot-menu-menuitem
   menu "Zalman Stereo ON"
   menu "Zalman Stereo ON"
Line 94: Line 90:


Which, in turn, requires [http://code.google.com/p/zsh-templates-osx/source/browse/trunk/Library/init/zsh/zshrc.d/local-functions/etc/dotfiles/cootrc_powermate_and_keybindings.scm a file called ~/.cootrc_powermate_and_keybindings.scm]
Which, in turn, requires [http://code.google.com/p/zsh-templates-osx/source/browse/trunk/Library/init/zsh/zshrc.d/local-functions/etc/dotfiles/cootrc_powermate_and_keybindings.scm a file called ~/.cootrc_powermate_and_keybindings.scm]


===Inverted Stereo?===
===Inverted Stereo?===
126

edits