Update docs

This commit is contained in:
Miguel de Icaza
2018-03-22 11:53:07 -04:00
parent 9a0cfcd3a0
commit 852aa95236
69 changed files with 2074 additions and 134 deletions

View File

@@ -121,7 +121,10 @@
</tr>
<tr>
<td id="Terminal_Gui_Key_CharMask">CharMask</td>
<td></td>
<td><p>Mask that indictes that this is a character value, values outside this range
indicate special characters like Alt-key combinations or special keys on the
keyboard like function keys, arrows keys and so on.</p>
</td>
</tr>
<tr>
<td id="Terminal_Gui_Key_ControlA">ControlA</td>
@@ -216,6 +219,11 @@
<tr>
<td id="Terminal_Gui_Key_ControlS">ControlS</td>
<td><p>The key code for the user pressing Control-S</p>
</td>
</tr>
<tr>
<td id="Terminal_Gui_Key_ControlSpace">ControlSpace</td>
<td><p>The key code for the user pressing Control-spacebar</p>
</td>
</tr>
<tr>