mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Cleaning HEAD, to replace it with the branch
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1281 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
3514fc0a29
commit
174f653a5a
506 changed files with 0 additions and 76725 deletions
|
@ -1,106 +0,0 @@
|
|||
|
||||
<html>
|
||||
<head>
|
||||
<title>Greenshot Hilfe</title>
|
||||
|
||||
<style>
|
||||
h1, h2, h3, p, li {
|
||||
font-family: Tahoma, Arial, Sans-serif;
|
||||
}
|
||||
h1 {font-size:16px;}
|
||||
h2 {font-size:14px;color:#009900;}
|
||||
h3 {font-size:12px;}
|
||||
p, li {font-size:12px;}
|
||||
a:link, a:hover, a:visited, a:active {color:#009900;}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=191585&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
|
||||
|
||||
<h1>Greenshot Hilfe</h1>
|
||||
|
||||
<h2>Modi</h2>
|
||||
|
||||
<h3>Bereichsmodus</h3>
|
||||
|
||||
<p>
|
||||
Aktivieren Sie den Bereichsmodus, indem Sie die <em>Druck</em>-Taste auf
|
||||
Ihrer Tastatur betätigen oder <em>Bereich abfotografieren</em> aus dem
|
||||
Kontextmenü wählen.<br>
|
||||
Drücken und halten Sie die linke Maustaste gedrückt, um einen rechteckigen
|
||||
Bereich zu definieren, der abfotografiert werden soll.<br>
|
||||
Nach dem Loslassen der Maustaste öffnet sich das Bildbearbeitungsfenster
|
||||
zur weiteren Bearbeitung Ihres Screenshots.<br><br>
|
||||
Um den Bereich später noch einmal abzufotografieren, wählen Sie <em>Zuletzt
|
||||
gewählten Bereich abfotografieren</em>.
|
||||
</p>
|
||||
|
||||
<h3>Fenstermodus</h3>
|
||||
|
||||
<p>
|
||||
Aktivieren Sie den FensterModus, indem Sie <em>Alt + Druck</em> auf
|
||||
Ihrer Tastatur betätigen oder <em>Fenster abfotografieren</em> aus dem
|
||||
Kontextmenü wählen.<br>
|
||||
Klicken Sie auf das Fenster, dass abfotografiern werden soll.<br>
|
||||
Nachdem Sie geklickt haben öffnet sich das Bildbearbeitungsfenster
|
||||
zur weiteren Bearbeitung Ihres Screenshots.
|
||||
</p>
|
||||
|
||||
<h3>Bildschirmmodus</h3>
|
||||
|
||||
<p>
|
||||
Wenn Sie den gesamten Bildschirm abfotografieren wollen, drücken Sie einfach
|
||||
<em>Ctrl + Print</em> auf Ihrer Tastatur oder wählen Sie <em>Kompletten
|
||||
Bildschirm abfotografieren</em>.<br>
|
||||
Der komplette Bildschirm wird sofort abfotografiert, das Bildbearbeitungsfenster
|
||||
öffnet sich zur weiteren Bearbeitung Ihres Screenshots.
|
||||
</p>
|
||||
|
||||
<a name="imageeditor"><h2>Bildbearbeitungsfenster</h2></a>
|
||||
|
||||
<p>
|
||||
Wenn Sie das Bildbearbeitungsfenster nicht nutzen wollen können Sie im
|
||||
Kontextmenü oder im Einstellungsdialog festlegen, dass es nicht angezeigt
|
||||
werden soll. In diesem Fall wird der Screenshot sofort in eine Datei
|
||||
gespeichert. Speicherort, Dateiname und Bildformat sind dann abhängig von
|
||||
den bevorzugten Ausgabedatei-Einstellungen im Einstellungsdialog.
|
||||
</p>
|
||||
|
||||
<h3>Datei-Menü</h3>
|
||||
|
||||
<ul>
|
||||
<li><em>Speichern</em>: speichert die Grafik unter dem Pfad der beim letzten <em>Speichern unter...</em> Dialog gewählt wurde</li>
|
||||
<li><em>Speichern unter...</em>: öffnet einen Dialog zur Auswahl des Pfads und Dateinamens unter dem die Grafik gespeichert werden soll</li>
|
||||
<li><em>Grafik in die Zwischenablage kopieren</em>: kopiert die Grafik in die Zwischenablage, so dass sie in anderer Software verwendet werden kann</li>
|
||||
</ul>
|
||||
|
||||
<h3>Bearbeiten-Menü</h3>
|
||||
|
||||
<ul>
|
||||
<li><em>Gewähltes Element in die Zwischenablage ausschneiden</em>: entfernt das ausgewähltes Element und kopiert es in die Zwischenablage, so dass es in ein anderes Bildbearbeitungsfenster eingefügt werden kann</li>
|
||||
<li><em>Gewähltes Element in die Zwischenablage kopieren</em>: kopiert das ausgewähltes Element in die Zwischenablage, so dass es in ein anderes Bildbearbeitungsfenster eingefügt werden kann</li>
|
||||
<li><em>Element aus der Zwischenablage einfügen</em>: fügt ein vorher ausgeschnittenes/kopiertes Element in das Bildbearbeitungsfenster ein</li>
|
||||
<li><em>Gewähltes Element duplizieren</em>: dupliziert das gewählte Element</li>
|
||||
</ul>
|
||||
|
||||
<h3>Objekt-Menü</h3>
|
||||
|
||||
<ul>
|
||||
<li><em>Rechteck hinzufügen</em>: fügt ein Rechteck zur Grafik hinzu</li>
|
||||
<li><em>Ellipse hinzufügen</em>: fügt eine Ellipse zur Grafik hinzu</li>
|
||||
<li><em>Textfeld hinzufügen</em>: fügt ein Textfeld zur Grafik hinzu</li>
|
||||
<li><em>Gewähltes Element löschen</em>: entfernt das gewählte Element aus der Grafik</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Klicken Sie ein Element an um es auszuwählen. Anschließend können Sie die Größe oder
|
||||
Position verändern, oder es kopieren, ausschneiden oder entfernen. Die Größe
|
||||
eines Elements kann durch Klicken und Ziehen der Anfasser (kleine schwarze
|
||||
Quadrate) an der linken oberen oder der rechten unteren Ecke geändert werden.
|
||||
</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,100 +0,0 @@
|
|||
|
||||
<html>
|
||||
<head>
|
||||
<title>Greenshot Help</title>
|
||||
|
||||
<style>
|
||||
h1, h2, h3, p, li {
|
||||
font-family: Tahoma, Arial, Sans-serif;
|
||||
}
|
||||
h1 {font-size:16px;}
|
||||
h2 {font-size:14px;color:#009900;}
|
||||
h3 {font-size:12px;}
|
||||
p, li {font-size:12px;}
|
||||
a:link, a:hover, a:visited, a:active {color:#009900;}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=191585&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
|
||||
|
||||
<h1>Greenshot Help</h1>
|
||||
|
||||
<h2>Modes</h2>
|
||||
|
||||
<h3>Region mode</h3>
|
||||
|
||||
<p>
|
||||
Activate region mode by hitting the <em>Print</em> key on your keyboard
|
||||
or by choosing <em>Capture region</em> from the context menu.<br>
|
||||
Left-click and drag to define a rectangular area you want to be shot.<br>
|
||||
After releasing the mouse button, the image editor window will open for
|
||||
further editing of your screenshot.<br><br>
|
||||
For shooting the region again later, choose <em>Capture last region</em> from
|
||||
the context menu.
|
||||
</p>
|
||||
|
||||
<h3>Window mode</h3>
|
||||
|
||||
<p>
|
||||
Activate window mode by hitting <em>Alt + Print</em> on your keyboard
|
||||
or by choosing <em>Capture window</em> from the context menu.<br>
|
||||
Click the window you want to be shot.<br>
|
||||
After clicking, the image editor window will open for
|
||||
further editing of your screenshot.
|
||||
</p>
|
||||
|
||||
<h3>Fullscreen mode</h3>
|
||||
|
||||
<p>
|
||||
If you want to shoot the complete screen, just press <em>Ctrl + Print</em> on
|
||||
your keyboard or choose <em>Capture full screen</em> from the context menu.<br>
|
||||
The complete screen will be shot instantly, the image editor window will open for
|
||||
further editing of your screenshot.
|
||||
</p>
|
||||
|
||||
<a name="imageeditor"><h2>Image Editor</h2></a>
|
||||
|
||||
<p>
|
||||
If you do not want to use the image editor window you can choose to skip
|
||||
in in the context menu or in the settings dialog. The screenshot will be
|
||||
saved directly to a file then. Storage location, filename and image format
|
||||
are defined by your preferred output file settings in the settings dialog.
|
||||
</p>
|
||||
|
||||
<h3>File menu</h3>
|
||||
|
||||
<ul>
|
||||
<li><em>Save</em>: saves the image to the file specified in the last <em>Save as...</em> dialog</li>
|
||||
<li><em>Save as...</em>: lets you choose a path and filename to save the image to</li>
|
||||
<li><em>Copy image to clipboard</em>: copies the image to the clipboard, for pasting it to other software</li>
|
||||
</ul>
|
||||
|
||||
<h3>Edit menu</h3>
|
||||
|
||||
<ul>
|
||||
<li><em>Cut selected element to clipboard</em>: removes the selected element and copies it to the clipboard, so that it can be pasted into another image editor window</li>
|
||||
<li><em>Copy selected element to clipboard</em>: copies it to the clipboard, so that it can be pasted into another image editor window</li>
|
||||
<li><em>Paste element from clipboard</em>: pastes a previously cut/copied element into the image editor window</li>
|
||||
<li><em>Duplicate selected element</em>: duplicates the selected element</li>
|
||||
</ul>
|
||||
|
||||
<h3>Object menu</h3>
|
||||
|
||||
<ul>
|
||||
<li><em>Add rectangle</em>: adds a rectangle to the image</li>
|
||||
<li><em>Add ellipse</em>: adds an ellipse to the image</li>
|
||||
<li><em>Add textbox</em>: adds a textbox to the image</li>
|
||||
<li><em>Delete selected element</em>: removes the selected element from the image</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Click an element to select it for resizing, moving, copying, cutting, or removal. The size of an
|
||||
element can be defined by dragging the grippers (small black squares) at the top-left and the
|
||||
bottom-right corner of the selected element.
|
||||
</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue