Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/en/html/usage/tips/user-shortcutkey.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/html
File size: 2709 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
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=charset=iso-8859-1">
6 <TITLE>User shortcut keys</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>User shortcut keys</h1>
13
14 <p>
15 You can define shortcut keys for the following functions by editing items in the [Shortcut keys] and [VT function keys] sections of the <A HREF="../../setup/keyboard.html">keyboard setup file</A> see also <A HREF="../../reference/keycode.txt">KEYCODE.TXT</A>):
16 </p>
17
18 <pre>
19 [Shortcut keys]
20 Item in the Function Default key
21 <HR>
22 EditCopy [Edit] Copy command *1) Ctrl+Insert
23 EditPaste [Edit] Paste command *1) Shift+ nsert
24 EditPasteCR [Edit] Paste&lt;CR&gt; command *1) none
25 EditCLS [Edit] Clear screen command none
26 EditCLB [Edit] Clear buffer command none
27 ControlOpenTEK [Control] Open TEK command none
28 ControlCloseTEK [Control] Close TEK command none
29 LineUp Scrolls up screen by 1 line Ctrl+Up-arrow
30 LineDown Scrolls down screen by 1 line Ctrl+Down-arrow
31 PageUp Scrolls up screen by 1 page Ctrl+PageUp
32 PageDown Scrolls down screen by 1 page Ctrl+PageDown
33 BuffTop Scrolls screen to buffer top Ctrl+Home
34 BuffBottom Scrolls screen to buffer bottom Ctrl+End
35 NextWin Moves to the next Tera Term window Ctrl+Tab
36 PrevWin Moves to the previous Tera Term window Ctrl+Shift+Tab
37 LocalEcho Toggles the local echo status none
38
39
40 [VT function keys]
41 Item in the Function Default key
42 <HR>
43 Hold Locks/unlocks the port for receiving none
44 Print [File] Print command *1) none
45 Break Sends a break signal *1) none
46 </pre>
47
48 <p>
49 *1) <A HREF="../keyboard.html">System shortcut keys</A> are assigned for these functions.
50 </p>
51
52 <p>
53 If you want to assign Ctrl+V for the [Edit] Paste command, edit the EditPaste item in the [Shortcut keys] section of the keyboard setup file:
54 </p>
55
56 <pre>
57 EditPaste=1071
58 </pre>
59
60 <p>
61 (In the case of IBM PC/AT keyboard)
62 </p>
63
64 <p>
65 You can also define user shortcut keys for all menu commands by using user keys at the [User keys] section.
66 </p>
67
68 </BODY>
69 </HTML>

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