Mouse
VT window
- Wheel mouse
- This package supports wheel mouse 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.
- Dragging with the left button
- Selects text, and copies it to the clipboard.
- Dragging with the left button while pressing the Alt key
- Selects text in a rectangular region of the screen, and copies it to the clipboard.
- Double clicking the left button
- Selects a word, and copies it to the clipboard.
- Triple clicking the left button
- Selects a line, and copies it to the clipboard.
- Dragging with the right button
- Selects text, copies it to the clipboard, and then sends it to the host.
It is effective when both DisableMouseRButtonPaste and SelectOnlyByLButton are disabled.
- Clicking the right button
- Sends text in the clipboard to the host.
It is effective when DisableMouseRButtonPaste is disabled.
- Double clicking the left button on the title bar
- 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.
- Clicking the left button while pressing the Ctrl key
- 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.
- Dragging the window by the left button while pressing the Alt key
- 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.
- Clicking the right button while pressing the Alt key
- Minimizes the window, if the title bar is hidden.
- Dragging a text file and dropping it into the window
- If ConfirmFileDragAndDrop is off, the file will be sent. Kanji-code and CrLF-code will be converted.
If ConfirmFileDragAndDrop is on, a messagebox will be displayed. When "Send file" is chosen in it, the file will be sent. Kanji-code and CrLF-code will be converted. If SSH2 connection is used, "SCP" will be displayed as an option and when it is chosen, the file will be sent via SCP.
- Dragging with the middle button, Clicking the middle button
- These actions are no longer supported.
TEK window
- Dragging with the left button
- Selects a portion of the screen.
- Clicking the right button
- Same as VT window.
- Clicking the left button while pressing the Ctrl key
- Same as VT window.