Use title tag to explain keybindings

rewrite-with-urlplugin
Tor Hveem 11 years ago
parent 4081b18ed2
commit 99cf794efc
  1. 2
      index.html

@ -121,7 +121,7 @@
<li>Esc-Esc: disconnect (double-tap)</li> <li>Esc-Esc: disconnect (double-tap)</li>
<li>Arrow keys: history navigation</li> <li>Arrow keys: history navigation</li>
<li>Tab key: nick complete</li> <li>Tab key: nick complete</li>
<li>The following readline/emacs style keybindings works: Ctrl-a, Ctrl-e, Ctrl-u, Ctrl-k, Ctrl-w</li> <li>The following readline/emacs style keybindings works: <span title="Move cursor to beginning of line">Ctrl-a</span>, <span title="Move cursor to te end of the line">Ctrl-e</span>, <span title="Delete from cursor to beginning of the line">Ctrl-u</span>, <span title="Delete from cursor to the end of the line">Ctrl-k</span>, <span title="Delete from cursor to previous space">Ctrl-w</span></li>
</ul> </ul>
</div> </div>
</div> </div>

Loading…
Cancel
Save