virtual-keyboard.html 1.75 KB
  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
<html>
<head>
<title>CRefine</title>
<link rel="stylesheet" type="text/css" href="../../style.css" />

</head>

<body>

<table>
<tr height="10">
<td>
</td>
</tr>
<tr>
<td class="tituloAzul">
Virtual Keyboard
</td>
</tr>
<tr>
<td class="grande" width="500">
<br>
<div align="justify">
In order to make the unicode format really available, we must provide a way to insert
the unicode symbols. In CRefine, this is done using a virtual keyboard. In order to access it
in the parameter window, we must have the unicode format selected for the window.

<br>
<br>
<img border = "0" src="../images/paramUnicode.jpg" align="center">
<br>
<br>
After the selection of the unicode format, the button <img border =
"0" src="../../../images/teclado.gif" align="center"> will be enabled
and the virtual keyboard can be accessed. The symbols found in the keyboard
are classified in sections following the classification of the
<a href="../../docs/symbols.pdf" target="body">List of Symbols</a>. In order to make the choice
of symbol easier, a tooltip text is given for each symbol.

<br>
<br>
<img border = "0" src="../images/virtualkeyboard.jpg" align="center">
<br>
<br>
By clinking on the symbol button, the corresponding symbol is included in the parameter window.

<br>
<br>
<img border = "0" src="../images/virtualkeyboard2.jpg" align="center">
<br>
<br>



</div>
</td>
</tr>
</table>


</body>

</html>