summaryrefslogtreecommitdiff
path: root/src/ildasm/html/keyboard.htm
blob: 6730adcc223016fecc71410f1871aa4fed527b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>Keyboard Commands</TITLE>

<STYLE>
	BODY {background: white; color: black}
	h3 {font: 8pt Arial bold}
	P {font: 10pt Arial}
	TD {font: 10pt Arial}
	A {text-decoration: none; color: blue}
</STYLE>

</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<font face="Arial">
<H1 style="margin-top: 0; margin-bottom: 0"><A NAME="keyboard"><font size="4">
</font></A><I><font size="4">KEYBOARD COMMANDS</font></I></H1>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>

<font size="2">

<P style="margin-top: 0; margin-bottom: 0">Hot keys: </P>
<blockquote>
	<table border="1" width="90%" id="table1">
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<B>Ctrl+O</B></font></td>
			<td>

<font size="2" face="Arial">

			open a file</font></td>
		</tr>
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<B>Ctrl+D</B>  
</font>
			</td>
			<td>

<font size="2" face="Arial">

			disassemble the loaded file into IL source file</font></td>
		</tr>
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<B>Ctrl+T</B></font></td>
			<td>

<font size="2" face="Arial">

			dump fully expanded tree view into a text file</font></td>
		</tr>
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<B>Ctrl+M</B></font></td>
			<td>

<font size="2" face="Arial">

			show metadata info in a disassembly window (advanced mode only)</font></td>
		</tr>
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<B>Ctrl+X</B></font></td>
			<td>

<font size="2" face="Arial">

			exit</font></td>
		</tr>
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<B>F1</B> or 
	<B>Alt+H</B></font></td>
			<td>

<font size="2" face="Arial">

			Show this help window</font></td>
		</tr>
	</table>
</blockquote>
<P style="margin-top: 0; margin-bottom: 0">&nbsp;</P>

<p style="margin-top: 0; margin-bottom: 0"></p>

<P style="margin-top: 0; margin-bottom: 0">In tree view:</P>

<blockquote>
	<table border="1" width="90%" id="table2">
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<b>Enter</b></font></td>
			<td>

<font size="2" face="Arial">

			similar to double clicking (see above)</font></td>
		</tr>
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<b>Cursor right</b></font></td>
			<td>

<font size="2" face="Arial">

			expand subtree</font></td>
		</tr>
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<b>Cursor left</b></font></td>
			<td>

<font size="2" face="Arial">

			collapse subtree</font></td>
		</tr>
		<tr>
			<td width="123">

<font size="2" face="Arial">

			<b>Cursor up/down</b></font></td>
			<td>

<font size="2" face="Arial">

			select previous/next item</font></td>
		</tr>
	</table>
</blockquote>
</font>
</font>
</BODY>
</HTML>