| Line |   | 
|---|
| 1 | # sample synergy configuration file
 | 
|---|
| 2 | #
 | 
|---|
| 3 | # comments begin with the # character and continue to the end of
 | 
|---|
| 4 | # line.  comments may appear anywhere the syntax permits.
 | 
|---|
| 5 | 
 | 
|---|
| 6 | section: screens
 | 
|---|
| 7 |         # three hosts named:  moe, larry, and curly
 | 
|---|
| 8 |         moe:
 | 
|---|
| 9 |         larry:
 | 
|---|
| 10 |         curly:
 | 
|---|
| 11 | end
 | 
|---|
| 12 | 
 | 
|---|
| 13 | section: links
 | 
|---|
| 14 |         # larry is to the right of moe and curly is above moe
 | 
|---|
| 15 |         moe:
 | 
|---|
| 16 |                 right = larry
 | 
|---|
| 17 |                 up    = curly
 | 
|---|
| 18 | 
 | 
|---|
| 19 |         # moe is to the left of larry and curly is above larry.
 | 
|---|
| 20 |         # note that curly is above both moe and larry and moe
 | 
|---|
| 21 |         # and larry have a symmetric connection (they're in
 | 
|---|
| 22 |         # opposite directions of each other).
 | 
|---|
| 23 |         larry:
 | 
|---|
| 24 |                 left  = moe
 | 
|---|
| 25 |                 up    = curly
 | 
|---|
| 26 | 
 | 
|---|
| 27 |         # larry is below curly.  if you move up from moe and then
 | 
|---|
| 28 |         # down, you'll end up on larry.
 | 
|---|
| 29 |         curly:
 | 
|---|
| 30 |                 down  = larry
 | 
|---|
| 31 | end
 | 
|---|
| 32 | 
 | 
|---|
| 33 | section: aliases
 | 
|---|
| 34 |         # curly is also known as shemp
 | 
|---|
| 35 |         curly:
 | 
|---|
| 36 |                 shemp
 | 
|---|
| 37 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.