|
|
Line 85: |
Line 85: |
| (lambda () | | (lambda () |
| (set-graphics-window-position 0 0)(set-graphics-window-size 1680 1050)))) | | (set-graphics-window-position 0 0)(set-graphics-window-size 1680 1050)))) |
|
| |
| </pre>
| |
|
| |
| === Customized Key Bindings to Toggle Stereo on and Off ===
| |
|
| |
| Replace the keys with whatever ones you prefer.
| |
|
| |
| <pre>
| |
|
| |
| ;; Toggle Zalman Stereo mode
| |
| ;; bind the S (shift-s) key to get Stereo
| |
| (add-key-binding "Zalman Stereo" "S" zalman-stereo-mode)
| |
| ;; bind the M (shift-m) key to get Mono
| |
| (add-key-binding "Undo Zalman Stereo" "M" mono-mode)
| |
|
| |
|
| </pre> | | </pre> |