Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/usage/mouse.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10931 - (show annotations) (download) (as text)
Fri Sep 15 16:38:55 2023 UTC (8 months, 1 week ago) by zmatsuo
File MIME type: text/html
File size: 9327 byte(s)
ドキュメント内のリンク切れを修正

- menu\setup-additional.html をいくつかのファイルに分割した
  - この時すべてのリンクをチェックできていなかった
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <HTML>
4 <HEAD>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <TITLE>Mouse</TITLE>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../style.css" type="text/css">
9 </HEAD>
10 <BODY>
11
12 <h1>Mouse</h1>
13
14 <h2>
15 VT window
16 </h2>
17
18 <dl>
19 <dt>Mouse wheel</dt>
20 <dd>This package supports mouse wheel button. Also, a user can send cursor key sequences as the mouse wheel rotating when the application cursor mode is enabled by starting vi or less command.</dd>
21
22 <dt>Mouse wheel on title bar</dt>
23 <dd>The value of transparency can be temporarily changed by moving the mouse wheel on the title bar (NOTE: This value can not be recorded).<br />
24 When active status of the window is changed, <a href="../menu/setup-additional-visual.html#AlphaBlendActive">the value of transparency</a> switches to set value.</dd>
25
26 <dt>Dragging with the left button</dt>
27 <dd>Selects text, and copies it to the clipboard.</dd>
28
29 <dt>Dragging with the left button while pressing the Alt key</dt>
30 <dd>Selects text in a rectangular region of the screen, and copies it to the clipboard.</dd>
31
32 <dt>Double clicking the left button</dt>
33 <dd>Selects a word, and copies it to the clipboard.</dd>
34
35 <dt>Triple clicking the left button</dt>
36 <dd>Selects a line, and copies it to the clipboard.</dd>
37
38 <dt>Dragging with the right button</dt>
39 <dd>Selects text, copies it to the clipboard, and then sends it to the host.<br>
40 It is effective when both <a href="../menu/setup-additional.html">DisableMouseRButtonPaste</a> and <a href="../menu/setup-additional.html">SelectOnlyByLButton</a> are disabled.</dd>
41
42 <dt>Clicking the right button</dt>
43 <dd>Sends text in the clipboard to the host.<br>
44 It is effective when <a href="../menu/setup-additional.html">DisableMouseRButtonPaste</a> is disabled.</dd>
45
46 <dt>Double clicking the left button on the title bar</dt>
47 <dd>
48 <dl>The behaviour is changed according to the <a href="../menu/setup-terminal.html#TermIsWin">"Term size = win size"</a> setting.
49 <dt>On</dt>
50 <dd>Maximize window. If the window is already maximized, restore to the original size.</dd>
51
52 <dt>Off</dt>
53 <dd>If the window size (real screen size) is not equal to the terminal size (logical size of the terminal), resizes the window to the terminal size. A further double clicking restores the original window size.</dd>
54 </dl>
55 </dd>
56
57 <dt>Clicking the left button while pressing the Ctrl key</dt>
58 <dd>If the menu bar is hidden, the pop-up menu appears. To hide the menu bar, check the Hide menu bar option in the [Setup] Window dialog box.</dd>
59
60 <dt>Dragging the window by the left button while pressing the Alt key</dt>
61 <dd>Moves the window, if the title bar is hidden. To hide the title bar, check the Hide title bar option in the [Setup] Window dialog box.</dd>
62
63 <dt>Clicking the right button while pressing the Alt key</dt>
64 <dd>Minimizes the window, if the title bar is hidden.</dd>
65
66 <dt id="dragdropwindow">Dragging a text file and dropping it into the window</dt>
67 <dl>
68 <dt>Displaying Confirmation Dialog</dt>
69 <dd>
70 <dl>
71 <dt>When <a href="../setup/teraterm-trans.html#draganddrop">ConfirmFileDragAndDrop</a> is on</dt>
72 <dd>Dialog is shown after dropping<br>
73 However, when "Do not display this dialog, next drop" is checked on the dialog, the dialog is not shown. Next, the dialog can be shown by using CTRL key pressing. </dd>
74 <dt>When ConfirmFileDragAndDrop is off</dt>
75 <dd>
76 When one file is dropped, the action is done without dialog displaying. The default action is Send File (Paste content of file).<br>
77 When one or multiple folders are dropped, the action is done without dialog displaying. The default action is Paste Filename.<br>
78 The dialog is shown other than these(multiple files/a file and folder). In this case, the dialog can be shown by using CTRL key pressing.
79 </dd>
80 </dl>
81 </dd>
82 <dt>Dialog</dt>
83 <dd>
84 When the file and folder is dropped, the action can be determined.
85 <dl>
86 <dt>SCP</dt>
87 <dd>
88 The file is sent with SCP method.<br>
89 On SSH2 connection, this menu can be selected with the file. <br>
90 <dl>
91 <dt>dest</dt>
92 <dd>
93 Specify the destination path. <br>
94 The path is treated as home directory when dest is empty. <br>
95 NOTICE: The "~" may not be used in some cases of remote OS and shell.
96 </dd>
97 </dl>
98 </dd>
99 <dt>Send File (Paste content of file)</dt>
100 <dd>
101 The file content is sent(pasted) into the terminal.<br>
102 When the file is dropped, this menu can be selected with the file. <br>
103 <dl>
104 <dt>Binary</dt>
105 <dd>
106 When this option is checked, the file content is transmitted as it is. <br>
107 When this option is not checked, KANJI and new line code are converted.
108 </dd>
109 </dl>
110 </dd>
111 <dt>Paste Filename</dt>
112 <dd>
113 A file name and folder name is pasted.
114 <dl>
115 <dt>Escape</dt>
116 <dd>
117 When this option is checked, below processing is done.
118 <ul>
119 <li>The path delimiter is changed from "\" to "/". </li>
120 <li>" ;&()$!`'[]{}#^~" characters are escaped with "\". </li>
121 </ul>
122 </dd>
123 <dt>Separator is Space</dt>
124 <dd>When multiple files are dropped, the file delimiter is space. </dd>
125 <dt>Separator is NewLine</dt>
126 <dd>When multiple files are dropped, the file delimiter is new line. </dd>
127 </dl>
128 </dd>
129 <dt>Do this for the next N files</dt>
130 <dd>When this option is checked, remaining files and folders are processed the same way. </dd>
131 <dt>Do same process, next drop</dt>
132 <dd>
133 The dialog setting is recorded into memory, and then the setting is reused by using next action.
134 When the dialog is shown, the dialog setting is update.
135 Otherwise same action is done without confirmation.
136 There are no configuration items and they are not saved file (TERATERM.INI).<br>
137 The type of processing (SCP/Send File/Paste Filename) is recorded.
138 </dd>
139 <dt>Do not display this dialog, next drop</dt>
140 <dd>
141 When this option is checked, the dialog is not shown on next file dropping and the action is done without confirmation. <br>
142 This option can be used when ConfirmFileDragAndDrop is off. <br>
143 This option is a different setting from ConfirmFileDragAndDrop, and then the option can not be saved by using <a href="../menu/setup-save.html">[Setup] Save Setup</a>. <br>
144 For example, when "Do same process, next drop" and SCP are selected, a folder is dropped. Next, when the action can not be done(needing confirmation) or dropping by using CTRL key pressing, the dialog is shown.
145 </dd>
146 </dl>
147 <table id="dialog_parameter" border="1">
148 <tr>
149 <th>item</th>
150 <th>read from / write to</th>
151 <th>condition of write</th>
152 </tr>
153 <tr>
154 <td>Drop type (SCP/Send File/Paste Filename)</td>
155 <td>Configuration of dialog (on memory)</td>
156 <td>When "Do same process, next drop" is "on" and proceeded.</td>
157 </tr>
158 <tr>
159 <td>SCP<br />&nbsp;&nbsp;dest</td>
160 <td>Configuration of Tera Term (ScpSendDir of TERATERM.INI)</td>
161 <td>When Drop type is "SCP" and proceeded.</td>
162 </tr>
163 <tr>
164 <td>Send File<br />&nbsp;&nbsp;Binary</td>
165 <td>Configuration of Tera Term (TransBin of TERATERM.INI)</td>
166 <td>When Drop type is "Send File" and proceeded.</td>
167 </tr>
168 <tr>
169 <td>Paste Filename<br />&nbsp;&nbsp;Escape<br />&nbsp;&nbsp;Separator (Space/NewLine)</td>
170 <td>Configuration of dialog (on memory)</td>
171 <td>When Drop type is "Paste Filename" and proceeded.</td>
172 </tr>
173 <tr>
174 <td>Do this for the next N files</td>
175 <td>none</td>
176 <td></td>
177 </tr>
178 <tr>
179 <td>Do same process, next drop</td>
180 <td>Configuration of dialog (on memory)</td>
181 <td></td>
182 </tr>
183 <tr>
184 <td>Do not display this dialog, next drop</td>
185 <td>Configuration of dialog (on memory)</td>
186 <td></td>
187 </tr>
188 </table>
189 </dd>
190 </dl>
191 </dd>
192
193 <dt>Dragging with the middle button, Clicking the middle button</dt>
194 <dd>These actions are no longer supported.</dd>
195 </dl>
196
197 <h2>
198 TEK window
199 </h2>
200
201 <dl>
202 <dt>Dragging with the left button</dt>
203 <dd>Selects a portion of the screen.</dd>
204
205 <dt>Clicking the right button</dt>
206 <dd>Same as VT window.</dd>
207
208 <dt>Clicking the left button while pressing the Ctrl key</dt>
209 <dd>Same as VT window.</dd>
210
211 </dl>
212
213 </BODY>
214 </HTML>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26