summaryrefslogtreecommitdiff
path: root/src/ildasm/html/keyboard.htm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/html/keyboard.htm')
-rw-r--r--src/ildasm/html/keyboard.htm166
1 files changed, 166 insertions, 0 deletions
diff --git a/src/ildasm/html/keyboard.htm b/src/ildasm/html/keyboard.htm
new file mode 100644
index 0000000000..6730adcc22
--- /dev/null
+++ b/src/ildasm/html/keyboard.htm
@@ -0,0 +1,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>