mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

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
55 lines
1.6 KiB
HTML
55 lines
1.6 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>USING THE CLIPBOARD</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2>USING THE CLIPBOARD</h2>
|
|
<p>You can copy the content of the output display into the clipboard.</p>
|
|
<p>You can also paste its content in the calculator.</p>
|
|
<p>The commands retrieved from the clipboard will follow the same rules
|
|
mentioned in the <a href="shortcuts_from_keyboard.htm">SHORTCUTS FROM KEYBOARD</a>
|
|
section with the following exceptions:</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>
|