OSDN Git Service

table
authorquiver2k <quiver2k@users.sourceforge.jp>
Sun, 14 Jun 2009 14:16:18 +0000 (23:16 +0900)
committerquiver2k <quiver2k@users.sourceforge.jp>
Sun, 14 Jun 2009 14:16:18 +0000 (23:16 +0900)
jp.sourceforge.moreemacs.web/WebContent/index.html
jp.sourceforge.moreemacs.web/WebContent/style.css

index bb02704..ae60a38 100644 (file)
@@ -26,52 +26,103 @@ It adds some key bindings or overrides some bindings to emacs scheme.
 <p>\r
 The following list is key bindings of more emacs plugin.\r
 </p>\r
-<dl>\r
-<dt>undo</dt>\r
-<dd>C-/</dd>\r
-<dt>delete previous</dt>\r
-<dd>C-h</dd>\r
-<dt>next editor</dt>\r
-<dd>C-x o, Shift-Tab</dd>\r
-<dt>previous editor</dt>\r
-<dd>C-Shift-Tab</dd>\r
-<dt>file close</dt>\r
-<dd>C-x 0</dd>\r
-<dt>maximize part</dt>\r
-<dd>C-x 1</dd>\r
-<dt>new editor</dt>\r
-<dd>C-x 2</dd>\r
-<dt>find replace</dt>\r
-<dd>M-Shift-5</dd>\r
-<dt>return</dt>\r
-<dd>C-m</dd>\r
-<dt>move-beginning-of-line</dt>\r
-<dd>C-a</dd>\r
-<dt>move-end-of-line</dt>\r
-<dd>C-e</dd>\r
-<dt>forward-word</dt>\r
-<dd>M-f</dd>\r
-<dt>backward-word</dt>\r
-<dd>M-b</dd>\r
-<dt>kill-word</dt>\r
-<dd>M-d</dd>\r
-<dt>backward-kill-word</dt>\r
-<dd>M-BS</dd>\r
-<dt>delete-horizontal-space</dt>\r
-<dd>M-\</dd>\r
-<dt>kill-line</dt>\r
-<dd>C-k</dd>\r
-<dt>transpose-chars</dt>\r
-<dd>C-t</dd>\r
-<dt>transpose-words</dt>\r
-<dd>M-t</dd>\r
-<dt>kill-rectangle</dt>\r
-<dd>C-x r k</dd>\r
-<dt>yank-rectangle</dt>\r
-<dd>C-x r y</dd>\r
-<dt>open-line</dt>\r
-<dd>C-o</dd>\r
-</dl>\r
+<div align="center">\r
+<table border="2">\r
+<caption>Key bindings of More Emacs</caption>\r
+<tr>\r
+<th>function</th>\r
+<th>binding</th>\r
+</tr>\r
+<tr>\r
+<td>undo</td>\r
+<td>C-/</td>\r
+</tr>\r
+<tr>\r
+<td>delete previous</td>\r
+<td>C-h</td>\r
+</tr>\r
+<tr>\r
+<td>next editor</td>\r
+<td>C-x o, Shift-Tab</td>\r
+</tr>\r
+<tr>\r
+<td>previous editor</td>\r
+<td>C-Shift-Tab</td>\r
+</tr>\r
+<tr>\r
+<td>file close</td>\r
+<td>C-x 0</td>\r
+</tr>\r
+<tr>\r
+<td>maximize part</td>\r
+<td>C-x 1</td>\r
+</tr>\r
+<tr>\r
+<td>new editor</td>\r
+<td>C-x 2</td>\r
+</tr>\r
+<tr>\r
+<td>find replace</td>\r
+<td>M-Shift-5</td>\r
+</tr>\r
+<tr>\r
+<td>return</td>\r
+<td>C-m</td>\r
+</tr>\r
+<tr>\r
+<td>move-beginning-of-line</td>\r
+<td>C-a</td>\r
+</tr>\r
+<tr>\r
+<td>move-end-of-line</td>\r
+<td>C-e</td>\r
+</tr>\r
+<tr>\r
+<td>forward-word</td>\r
+<td>M-f</td>\r
+</tr>\r
+<tr>\r
+<td>backward-word</td>\r
+<td>M-b</td>\r
+</tr>\r
+<tr>\r
+<td>kill-word</td>\r
+<td>M-d</td>\r
+</tr>\r
+<tr>\r
+<td>backward-kill-word</td>\r
+<td>M-BS</td>\r
+</tr>\r
+<tr>\r
+<td>delete-horizontal-space</td>\r
+<td>M-\</td>\r
+</tr>\r
+<tr>\r
+<td>kill-line</td>\r
+<td>C-k</td>\r
+</tr>\r
+<tr>\r
+<td>transpose-chars</td>\r
+<td>C-t</td>\r
+</tr>\r
+<tr>\r
+<td>transpose-words</td>\r
+<td>M-t</td>\r
+</tr>\r
+<tr>\r
+<td>kill-rectangle</td>\r
+<td>C-x r k</td>\r
+</tr>\r
+<tr>\r
+<td>yank-rectangle</td>\r
+<td>C-x r y</td>\r
+</tr>\r
+<tr>\r
+<td>open-line</td>\r
+<td>C-o</td>\r
+</tr>\r
+</table>\r
+</div>\r
 <h2>Change Log</h2>\r
 <h3>2009.6.14</h3>\r
 <ul>\r
index b07a28c..b2900b2 100644 (file)
@@ -12,3 +12,7 @@ h1 {
 h2 {\r
  background: #AAAAFF;\r
 }\r
+\r
+th {\r
+ background: #AABBBB;\r
+}\r