reactos/rosapps/roscalc/docs/Help.it/using_the_clipboard.htm
Timo Kreuzer ca60bdfbe8 New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it)
Better than the one we currently have. For now in rosapps, so we can test it, if it's all working fine, we should replace the wine one.
Changes by me: use pow() instead of cbrt(), as cbrt doesn't work in our tree.
I imported the whole codebase, although the mpfr files are not used.
I moved the localizations to "lang" and the icons to "res" subfolder.

svn path=/trunk/; revision=31512
2007-12-31 05:51:52 +00:00

55 lines
1.6 KiB
HTML

<html>
<head>
<title>USO DELLE FUNZIONI DI COPIA/INCOLLA</title>
</head>
<body>
<h2>USO DELLE FUNZIONI DI COPIA/INCOLLA</h2>
<p>E' possibile copiare il contenuto del visualizzatore negli appunti di Windows o di ReactOS.</p>
<p>E' altresì possibile trasferire il contenuto degli appunti nella calcolatrice.</p>
<p>I comandi ricevuti dagli appunti seguono le stesse regole descritte nella sezione
<a href="shortcuts_from_keyboard.htm">COMANDI DA TASTIERA</a>, con le seguenti eccezioni:</p>
<table border="1" width="31%">
<tr>
<td width="43%"><img border="0" src="images/MC.PNG" width="36" height="28"></td>
<td width="57%">
<p align="center"><b>:c</b></td>
</tr>
<tr>
<td width="43%"><img border="0" src="images/F-E.PNG" width="36" height="28"></td>
<td width="57%">
<p align="center"><b>:e</b></td>
</tr>
<tr>
<td width="43%"><img border="0" src="images/MS.PNG" width="36" height="28"></td>
<td width="57%">
<p align="center"><b>:m</b></td>
</tr>
<tr>
<td width="43%"><img border="0" src="images/MP.PNG" width="36" height="28"></td>
<td width="57%">
<p align="center"><b>:p</b></td>
</tr>
<tr>
<td width="43%"><img border="0" src="images/MR.PNG" width="36" height="28"></td>
<td width="57%">
<p align="center"><b>:r</b></td>
</tr>
<tr>
<td width="43%"><img border="0" src="images/CC.PNG" width="60" height="28"></td>
<td width="57%">
<p align="center"><b>:q</b></td>
</tr>
<tr>
<td width="43%"><img border="0" src="images/Dat.PNG" width="36" height="28"></td>
<td width="57%">
<p align="center"><b>\</b></td>
</tr>
</table>
</body>
</html>