source: trunk/synergy/doc/tips.html@ 2751

Last change on this file since 2751 was 2749, checked in by bird, 19 years ago

synergy v1.3.1 sources (zip).

File size: 3.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2<html>
3<head>
4 <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
5 <meta name="keywords" content="Virtual Screen, Open Source, Software" />
6 <meta name="description" content="Mouse and Keyboard Sharing" />
7 <link rel="stylesheet" type="text/css" href="synergy.css" media="screen" />
8 <title>Synergy Tips and Tricks</title>
9</head>
10<body class="main">
11<p>
12</p><h3>Tips and Tricks</h3><p>
13<ul>
14<li>
15 Be aware that not all keystrokes can be handled by synergy. In
16 particular, ctrl+alt+del is not handled. However, synergy can
17 convert ctrl+alt+pause into ctrl+alt+del on the client side.
18 (Synergy must be configured to autostart when the computer starts
19 on the client for this to work on the Windows NT family.) Some
20 non-standard keys may not work, especially "multimedia" buttons,
21 though several are correctly handled.
22</p><p>
23<li>
24 A screen can be its own neighbor. That allows a screen to "wrap".
25 For example, if a configuration linked the left and right sides of
26 a screen to itself then moving off the left of the screen would put
27 the mouse at the right of the screen and vice versa.
28</p><p>
29<li>
30 You cannot switch screens when the Scroll Lock is toggled on. Use
31 this to prevent unintentional switching. You can configure other
32 hot keys to do this instead; see
33 <a href="configuration.html#lockCursor">lockCursorToScreen</a>.
34</p><p>
35<li>
36 Turn off mouse driven virtual desktop switching on X windows. It
37 will interfere with synergy. Use keyboard shortcuts instead.
38</p><p>
39<li>
40 Synergy's screen saver synchronization works best with xscreensaver
41 under X windows. Synergy works better with xscreensaver if it is
42 using one of the screen saver extensions. Prior to xscreensaver 4.0
43 you can use <span class="code">-mit-extension</span>,
44 <span class="code">-sgi-extension</span>, or
45 <span class="code">-xidle-extension</span>
46 command line options to enable an extension (assuming your server has
47 the extension). Starting with 4.0 you must enable the corresponding
48 option in your <span class="code">.xscreensaver</span> file.
49</p><p>
50<li>
51 Synergy automatically converts newlines in clipboard text (Unix
52 expects <span class="code">\n</span> to end each line while Windows
53 expects <span class="code">\r\n</span>).
54</p><p>
55<li>
56 Clients can be started and stopped at any time. When a screen is
57 not connected, the mouse will jump over that screen as if the mouse
58 had moved all the way across it and jumped to the next screen.
59</p><p>
60<li>
61 A client's keyboard and mouse are fully functional while synergy is
62 running. You can use them in case synergy locks up.
63</p><p>
64<li>
65 Strong authentication and encryption is available by using SSH. See
66 the <a href="security.html">security guide</a> for more information.
67 Synergy does not otherwise provide secure communications and it should
68 not be used on or over untrusted networks.
69</p><p>
70<li>
71 Synergy doesn't work if a 16-bit Windows application has the focus
72 on Windows 95/98/Me. This is due to limitations of Windows. One
73 commonly used 16-bit application is the command prompt
74 (<span class="code">command.exe</span>)
75 and this includes synergy's log window when running in test mode.
76</p><p>
77</ul>
78</p>
79</body>
80
81</html>
Note: See TracBrowser for help on using the repository browser.